aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2017-05-10Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 37-827/+1437
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyGravatar Michal Hocko 1-2/+1
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsGravatar Michal Hocko 3-30/+15
2017-05-04btrfs: fix the gfp_mask for the reada_zones radix treeGravatar Chris Mason 2-2/+2
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-30/+14
2017-04-28Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-4/+7
2017-04-27Merge branch 'for-chris-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Chris Mason 5-66/+277
2017-04-26Btrfs: fix reported number of inode blocksGravatar Filipe Manana 4-18/+119
2017-04-26Btrfs: send, fix file hole not being preserved due to inline extentGravatar Filipe Manana 1-2/+21
2017-04-26Btrfs: fix extent map leak during fallocate error pathGravatar Filipe Manana 1-1/+3
2017-04-26Btrfs: fix incorrect space accounting after failure to insert inline extentGravatar Filipe Manana 1-2/+4
2017-04-26Btrfs: fix invalid attempt to free reserved space on failure to cow rangeGravatar Filipe Manana 2-18/+45
2017-04-26btrfs: Handle delalloc error correctly to avoid ordered extent hangGravatar Qu Wenruo 1-15/+48
2017-04-26btrfs: Fix metadata underflow caused by btrfs_reloc_clone_csum errorGravatar Qu Wenruo 1-12/+39
2017-04-20btrfs: Convert to separately allocated bdiGravatar Jan Kara 3-30/+14
2017-04-19btrfs: qgroup: move noisy underflow warning to debugging buildGravatar David Sterba 1-4/+7
2017-04-18btrfs: check if the device is flush capableGravatar Anand Jain 1-0/+4
2017-04-18btrfs: delete unused member nobarriersGravatar Anand Jain 2-4/+0
2017-04-18btrfs: scrub: Fix RAID56 recovery race conditionGravatar Qu Wenruo 1-0/+22
2017-04-18btrfs: scrub: Introduce full stripe lock for RAID56Gravatar Qu Wenruo 3-0/+251
2017-04-18btrfs: Use ktime_get_real_ts for root ctimeGravatar Deepa Dinamani 1-1/+2
2017-04-18Btrfs: handle only applicable errors returned by btrfs_get_extentGravatar Dan Carpenter 2-26/+15
2017-04-18btrfs: qgroup: Fix qgroup corruption caused by inode_cache mount optionGravatar Qu Wenruo 1-7/+18
2017-04-18btrfs: use q which is already obtained from bdev_get_queueGravatar Anand Jain 1-4/+3
2017-04-18Btrfs: switch to div64_u64 if with a u64 divisorGravatar Liu Bo 3-7/+7
2017-04-18Btrfs: update scrub_parity to use u64 stripe_lenGravatar Liu Bo 1-4/+4
2017-04-18Btrfs: enable repair during read for raid56 profileGravatar Liu Bo 1-13/+27
2017-04-18btrfs: use clear_page where appropriateGravatar David Sterba 2-2/+2
2017-04-18btrfs: Prevent scrub recheck from racing with dev replaceGravatar Qu Wenruo 1-4/+9
2017-04-18btrfs: Wait for in-flight bios before freeing target device for raid56Gravatar Qu Wenruo 3-0/+21
2017-04-18btrfs: scrub: Don't append on-disk pages for raid56 scrubGravatar Qu Wenruo 1-4/+0
2017-04-18btrfs: qgroup: Re-arrange tracepoint timing to co-operate with reserved space...Gravatar Qu Wenruo 2-10/+6
2017-04-18btrfs: qgroup: Add trace point for qgroup reserved spaceGravatar Qu Wenruo 2-44/+52
2017-04-18btrfs: drop redundant parameters from btrfs_map_sblockGravatar David Sterba 3-9/+6
2017-04-18btrfs: sink GFP flags parameter to tree_mod_log_insert_rootGravatar David Sterba 1-5/+5
2017-04-18btrfs: sink GFP flags parameter to tree_mod_log_insert_moveGravatar David Sterba 1-5/+5
2017-04-18Btrfs: fix wrong failed mirror_num of read-repair on raid56Gravatar Liu Bo 1-0/+5
2017-04-18Btrfs: set scrub page's io_error if failing to submit ioGravatar Liu Bo 1-2/+6
2017-04-18btrfs: track exclusive filesystem operation in flagsGravatar David Sterba 4-26/+25
2017-04-18btrfs: qgroups: Retry after commit on getting EDQUOTGravatar Goldwyn Rodrigues 1-1/+23
2017-04-18btrfs: replace hardcoded value with SEQ_LAST macroGravatar Edmund Nadolski 3-10/+12
2017-04-18btrfs: provide enumeration for __merge_refs mode argumentGravatar Edmund Nadolski 1-10/+13
2017-04-18btrfs: remove unused qgroup members from btrfs_trans_handleGravatar David Sterba 6-20/+0
2017-04-18btrfs: remove local blocksize variable in reada_find_extentGravatar David Sterba 1-4/+2
2017-04-18btrfs: remove redundant parameter from reada_start_machine_devGravatar David Sterba 1-4/+3
2017-04-18btrfs: remove redundant parameter from reada_find_zoneGravatar David Sterba 1-3/+3
2017-04-18btrfs: remove redundant parameter from btree_readahead_hookGravatar David Sterba 3-6/+5
2017-04-18btrfs: preallocate radix tree node for global readahead treeGravatar David Sterba 2-1/+8
2017-04-18btrfs: preallocate radix tree node for readaheadGravatar David Sterba 2-1/+8
2017-04-18btrfs: No need to check !(flags & MS_RDONLY) twiceGravatar Goldwyn Rodrigues 1-2/+1