summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
* Btrfs: incremental send, clear name from cache after orphanizationFilipe Manana2015-03-261-0/+17
* Btrfs: send, don't leave without decrementing clone root's send_progressFilipe Manana2015-03-261-2/+2
* Btrfs: send, add missing check for dead clone rootFilipe Manana2015-03-261-1/+2
* Btrfs: remove deleted xattrs on fsync log replayFilipe Manana2015-03-261-14/+109
* Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne...Chris Mason2015-03-2525-350/+384
|\
| * btrfs: cleanup, reduce temporary variables in btrfs_read_rootsDavid Sterba2015-02-161-29/+25
| * btrfs: use correct type for workqueue flagsDavid Sterba2015-02-164-5/+5
| * btrfs: factor btrfs_read_roots() out of open_ctree()Eric Sandeen2015-02-161-65/+66
| * btrfs: factor btrfs_replay_log() out of open_ctree()Eric Sandeen2015-02-161-40/+53
| * btrfs: factor btrfs_init_workqueues() out of open_ctree()Eric Sandeen2015-02-161-70/+83
| * btrfs: factor btrfs_init_qgroup() out of open_ctree()Eric Sandeen2015-02-161-11/+15
| * btrfs: factor btrfs_init_dev_replace_locks() out of open_ctree()Eric Sandeen2015-02-161-6/+12
| * btrfs: factor btrfs_init_btree_inode() out of open_ctree()Eric Sandeen2015-02-161-25/+31
| * btrfs: factor btrfs_init_balance() out of open_ctree()Eric Sandeen2015-02-161-8/+12
| * btrfs: factor btrfs_init_scrub() out of open_ctree()Eric Sandeen2015-02-161-7/+12
| * btrfs: consistently use fs_info in close_ctree()Eric Sandeen2015-02-161-3/+3
| * btrfs: remove unused fs_info arg from btrfs_close_extra_devices()Eric Sandeen2015-02-163-6/+4
| * btrfs: fix sizeof format specifier in btrfs_check_super_valid()Fabian Frederick2015-02-161-1/+1
| * btrfs: cleanup: use for() loop in btrfs_map_bio()Zhao Lei2015-02-161-6/+3
| * btrfs: remove unused chunk_tree argument in several functionsZhao Lei2015-02-161-14/+6
| * btrfs: cleanup: remove no-used alloc_chunk in btrfs_check_data_free_space()Zhao Lei2015-02-161-2/+2
| * btrfs: constify structs with op functions or static definitionsDavid Sterba2015-02-1610-11/+13
| * Btrfs: switch to kvfree() helperWang Shilong2015-02-162-14/+4
| * Btrfs: disk-io: replace root args iff only fs_info usedDaniel Dressler2015-02-166-38/+40
| * Btrfs: delayed-inode: replace root args iff only fs_info usedDaniel Dressler2015-02-161-4/+5
| * Btrfs: ctree: reduce args where only fs_info usedDaniel Dressler2015-02-164-18/+22
* | Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kern...Chris Mason2015-03-2521-135/+126
|\ \
| * | btrfs: remove shadowing variables in __btrfs_map_blockDavid Sterba2015-03-031-4/+1
| * | btrfs: switch helper macros to static inlines in sysfs.hDavid Sterba2015-03-031-5/+17
| * | btrfs: cleanup, use correct type in div_u64_remDavid Sterba2015-03-032-8/+9
| * | btrfs: replace remaining do_div calls with div_u64 variantsDavid Sterba2015-03-034-19/+20
| * | btrfs: cleanup 64bit/32bit divs, provably bounded valuesDavid Sterba2015-03-035-26/+24
| * | btrfs: use explicit initializer for seq_elemDavid Sterba2015-03-034-6/+8
| * | btrfs: remove shadowing variables in __btrfs_buffered_writeDavid Sterba2015-03-031-2/+2
| * | btrfs: cleanup, use kmalloc_array/kcalloc array helpersDavid Sterba2015-03-0311-21/+18
| * | btrfs: cleanup 64bit/32bit divs, compile time constantsDavid Sterba2015-03-036-21/+18
| * | btrfs: use cond_resched_lock where possibleDavid Sterba2015-03-033-20/+7
| * | btrfs: need_resched not needed with cond_reschedDavid Sterba2015-03-031-4/+3
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2015-03-218-46/+352
|\ \ \
| * | | Btrfs: fix outstanding_extents accounting in DIOJosef Bacik2015-03-171-2/+35
| * | | Btrfs: add sanity test for outstanding_extents accountingJosef Bacik2015-03-174-1/+217
| * | | Btrfs: just free dummy extent buffersJosef Bacik2015-03-171-0/+6
| * | | Btrfs: account merges/splits properlyJosef Bacik2015-03-171-27/+30
| * | | Btrfs: prepare block group cache before writingJosef Bacik2015-03-173-1/+32
| * | | Btrfs: fix ASSERT(list_empty(&cur_trans->dirty_bgs_list)Josef Bacik2015-03-131-13/+18
| * | | Btrfs: account for the correct number of extents for delalloc reservationsJosef Bacik2015-03-131-1/+5
| * | | Btrfs: fix merge delalloc logicJosef Bacik2015-03-131-1/+6
| * | | Btrfs: fix comp_oper to get right orderLiu Bo2015-03-131-1/+1
| * | | Btrfs: catch transaction abortion after waiting for itLiu Bo2015-03-131-0/+3
| * | | btrfs: fix sizeof format specifier in btrfs_check_super_valid()Fabian Frederick2015-03-131-1/+1
OpenPOWER on IntegriCloud