summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-11-138-146/+163
|\
| * btrfs: Use fs_info directly in btrfs_delete_unused_bgsZhao Lei2015-11-101-2/+2
| * btrfs: Fix lost-data-profile caused by balance bgZhao Lei2015-11-101-0/+21
| * btrfs: Fix lost-data-profile caused by auto removing bgZhao Lei2015-11-101-2/+5
| * btrfs: Remove len argument from scrub_find_csumZhao Lei2015-11-101-4/+3
| * btrfs: Reduce unnecessary arguments in scrub_recheck_blockZhao Lei2015-11-101-20/+8
| * btrfs: Use scrub_checksum_data and scrub_checksum_tree_block for scrub_rechec...Zhao Lei2015-11-101-94/+36
| * btrfs: Reset sblock->xxx_error stats before calling scrub_recheck_block_checksumZhao Lei2015-11-101-0/+4
| * btrfs: scrub: setup all fields for sblock_to_checkZhao Lei2015-11-101-0/+12
| * btrfs: scrub: set error stats when tree block spanning stripesZhao Lei2015-11-101-0/+6
| * Btrfs: fix race when listing an inode's xattrsFilipe Manana2015-11-091-1/+3
| * Btrfs: fix race leading to BUG_ON when running delalloc for nodatacowFilipe Manana2015-11-091-2/+8
| * Btrfs: fix race leading to incorrect item deletion when dropping extentsFilipe Manana2015-11-081-4/+12
| * Btrfs: fix sleeping inside atomic context in qgroup rescan workerFilipe Manana2015-11-051-1/+0
| * Btrfs: fix race waiting for qgroup rescan workerFilipe Manana2015-11-051-2/+1
| * btrfs: qgroup: exit the rescan worker during umountJustin Maggard2015-11-052-3/+9
| * Btrfs: fix extent accounting for partial direct IO writesFilipe Manana2015-11-051-15/+37
* | fs/btrfs/inode.c: remove unnecessary new_valid_dev() checkYaowei Bai2015-11-091-3/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-076-17/+16
|\ \
| * | mm, fs: introduce mapping_gfp_constraint()Michal Hocko2015-11-063-7/+6
| * | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-063-10/+10
* | | Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-11-0642-1065/+2627
|\ \ \ | |/ / |/| / | |/
| * Btrfs: fix hole punching when using the no-holes featureFilipe Manana2015-11-031-0/+13
| * Btrfs: find_free_extent: Do not erroneously skip LOOP_CACHING_WAIT statechandan2015-11-031-1/+6
| * btrfs: Fix a data space underflow warningQu Wenruo2015-11-031-3/+8
| * btrfs: qgroup: Fix a rebase bug which will cause qgroup double freeQu Wenruo2015-10-261-4/+0
| * btrfs: qgroup: Fix a race in delayed_ref which leads to abort transQu Wenruo2015-10-265-21/+32
| * btrfs: clear PF_NOFREEZE in cleaner_kthread()Jiri Kosina2015-10-261-0/+1
| * btrfs: qgroup: Don't copy extent buffer to do qgroup rescanQu Wenruo2015-10-261-10/+16
| * btrfs: add balance filters limits, stripes and usage to supported maskDavid Sterba2015-10-261-1/+4
| * btrfs: extend balance filter usage to take minimum and maximumDavid Sterba2015-10-263-3/+53
| * btrfs: add balance filter for stripesGabríel Arthúr Pétursson2015-10-263-1/+28
| * btrfs: extend balance filter limit to take minimum and maximumDavid Sterba2015-10-263-2/+55
| * btrfs: fix use after free iterating extrefsChris Mason2015-10-261-5/+3
| * btrfs: check unsupported filters in balance argumentsDavid Sterba2015-10-262-0/+13
| * Btrfs: fix regression running delayed references when using qgroupsFilipe Manana2015-10-259-134/+44
| * Btrfs: fix regression when running delayed referencesFilipe Manana2015-10-252-0/+127
| * Merge branch 'allocator-fixes' into for-linus-4.4Chris Mason2015-10-2114-123/+459
| |\
| | * Btrfs: don't do extra bitmap search in one bit caseJosef Bacik2015-10-211-13/+15
| | * Btrfs: keep track of largest extent in bitmapsJosef Bacik2015-10-212-1/+39
| | * Btrfs: don't keep trying to build clusters if we are fragmentedJosef Bacik2015-10-213-24/+82
| | * Btrfs: cut down on loops through the allocatorJosef Bacik2015-10-211-3/+36
| | * Btrfs: don't continue setting up space cache when enospcJosef Bacik2015-10-212-0/+20
| | * Btrfs: keep track of max_extent_size per space_infoJosef Bacik2015-10-212-1/+34
| | * Btrfs: don't loop in allocator for space cacheJosef Bacik2015-10-211-1/+1
| | * Btrfs: add a flags field to btrfs_transactionJosef Bacik2015-10-214-18/+16
| | * Btrfs: fix prealloc under heavy fragmentation conditionsJosef Bacik2015-10-211-0/+9
| | * Btrfs: add fragment=* debug mount optionJosef Bacik2015-10-215-7/+150
| | * Btrfs: fix qgroup sanity testsJosef Bacik2015-10-211-0/+6
| | * Btrfs: change how we wait for pending ordered extentsJosef Bacik2015-10-215-64/+60