aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAge
...
| * btrfs: factor btrfs_init_qgroup() out of open_ctree()Eric Sandeen2015-02-16
| * btrfs: factor btrfs_init_dev_replace_locks() out of open_ctree()Eric Sandeen2015-02-16
| * btrfs: factor btrfs_init_btree_inode() out of open_ctree()Eric Sandeen2015-02-16
| * btrfs: factor btrfs_init_balance() out of open_ctree()Eric Sandeen2015-02-16
| * btrfs: factor btrfs_init_scrub() out of open_ctree()Eric Sandeen2015-02-16
| * btrfs: consistently use fs_info in close_ctree()Eric Sandeen2015-02-16
| * btrfs: remove unused fs_info arg from btrfs_close_extra_devices()Eric Sandeen2015-02-16
| * btrfs: fix sizeof format specifier in btrfs_check_super_valid()Fabian Frederick2015-02-16
| * btrfs: cleanup: use for() loop in btrfs_map_bio()Zhao Lei2015-02-16
| * btrfs: remove unused chunk_tree argument in several functionsZhao Lei2015-02-16
| * btrfs: cleanup: remove no-used alloc_chunk in btrfs_check_data_free_space()Zhao Lei2015-02-16
| * btrfs: constify structs with op functions or static definitionsDavid Sterba2015-02-16
| * Btrfs: switch to kvfree() helperWang Shilong2015-02-16
| * Btrfs: disk-io: replace root args iff only fs_info usedDaniel Dressler2015-02-16
| * Btrfs: delayed-inode: replace root args iff only fs_info usedDaniel Dressler2015-02-16
| * Btrfs: ctree: reduce args where only fs_info usedDaniel Dressler2015-02-16
* | Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kern...Chris Mason2015-03-25
|\ \
| * | btrfs: remove shadowing variables in __btrfs_map_blockDavid Sterba2015-03-03
| * | btrfs: switch helper macros to static inlines in sysfs.hDavid Sterba2015-03-03
| * | btrfs: cleanup, use correct type in div_u64_remDavid Sterba2015-03-03
| * | btrfs: replace remaining do_div calls with div_u64 variantsDavid Sterba2015-03-03
| * | btrfs: cleanup 64bit/32bit divs, provably bounded valuesDavid Sterba2015-03-03
| * | btrfs: use explicit initializer for seq_elemDavid Sterba2015-03-03
| * | btrfs: remove shadowing variables in __btrfs_buffered_writeDavid Sterba2015-03-03
| * | btrfs: cleanup, use kmalloc_array/kcalloc array helpersDavid Sterba2015-03-03
| * | btrfs: cleanup 64bit/32bit divs, compile time constantsDavid Sterba2015-03-03
| * | btrfs: use cond_resched_lock where possibleDavid Sterba2015-03-03
| * | btrfs: need_resched not needed with cond_reschedDavid Sterba2015-03-03
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2015-03-21
|\ \ \
| * | | Btrfs: fix outstanding_extents accounting in DIOJosef Bacik2015-03-17
| * | | Btrfs: add sanity test for outstanding_extents accountingJosef Bacik2015-03-17
| * | | Btrfs: just free dummy extent buffersJosef Bacik2015-03-17
| * | | Btrfs: account merges/splits properlyJosef Bacik2015-03-17
| * | | Btrfs: prepare block group cache before writingJosef Bacik2015-03-17
| * | | Btrfs: fix ASSERT(list_empty(&cur_trans->dirty_bgs_list)Josef Bacik2015-03-13
| * | | Btrfs: account for the correct number of extents for delalloc reservationsJosef Bacik2015-03-13
| * | | Btrfs: fix merge delalloc logicJosef Bacik2015-03-13
| * | | Btrfs: fix comp_oper to get right orderLiu Bo2015-03-13
| * | | Btrfs: catch transaction abortion after waiting for itLiu Bo2015-03-13
| * | | btrfs: fix sizeof format specifier in btrfs_check_super_valid()Fabian Frederick2015-03-13
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2015-03-06
|\| | |
| * | | Btrfs:__add_inode_ref: out of bounds memory read when looking for extended ref.Quentin Casasnovas2015-03-05
| * | | Btrfs: fix data loss in the fast fsync pathFilipe Manana2015-03-05
| * | | Btrfs: remove extra run_delayed_refs in update_cowonly_rootJosef Bacik2015-03-05
| * | | Btrfs: incremental send, don't rename a directory too soonFilipe Manana2015-03-02
| * | | btrfs: fix lost return value due to variable shadowingDavid Sterba2015-03-02
| * | | Btrfs: do not ignore errors from btrfs_lookup_xattr in do_setxattrFilipe Manana2015-03-02
| * | | Btrfs: fix off-by-one logic error in btrfs_realloc_nodeFilipe Manana2015-03-02
| * | | Btrfs: add missing inode update when punching holeFilipe Manana2015-03-02
| * | | Btrfs: abort the transaction if we fail to update the free space cache inodeJosef Bacik2015-03-02