aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds15-168/+197
2017-06-27btrfs: add support for passing in write hints for buffered writesJens Axboe1-0/+1
2017-06-21btrfs: use new block error codeDan Carpenter1-1/+1
2017-06-20btrfs: nowait aio supportGoldwyn Rodrigues2-6/+30
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown1-1/+2
2017-06-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+4
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe6-16/+139
2017-06-10Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds6-16/+139
2017-06-09Btrfs: fix delalloc accounting leak caused by u32 overflowOmar Sandoval1-2/+2
2017-06-09Btrfs: clear EXTENT_DEFRAG bits in finish_ordered_ioLiu Bo1-1/+1
2017-06-09btrfs: tree-log.c: Wrong printk information about namelenSu Yue1-1/+1
2017-06-09block: switch bios to blk_status_tChristoph Hellwig14-157/+160
2017-06-09fs: remove the unused error argument to dio_end_io()Christoph Hellwig1-3/+3
2017-06-08crypto: Work around deallocated stack frame reference gcc bug on sparc.David Miller1-1/+4
2017-06-01btrfs: fix race with relocation recovery and fs_root setupJeff Mahoney1-3/+3
2017-06-01btrfs: fix memory leak in update_space_info failure pathJeff Mahoney1-0/+1
2017-06-01btrfs: use correct types for page indices in btrfs_page_exists_in_rangeDavid Sterba1-2/+2
2017-05-16btrfs: fix incorrect error return ret being passed to mapping_set_errorColin Ian King1-1/+1
2017-05-16btrfs: Make flush bios explicitely syncJan Kara1-4/+6
2017-05-16btrfs: fiemap: Cache and merge fiemap extent before submit it to userQu Wenruo1-2/+122
2017-05-10Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds37-827/+1437
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko1-2/+1
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko3-30/+15
2017-05-04btrfs: fix the gfp_mask for the reada_zones radix treeChris Mason2-2/+2
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds3-30/+14
2017-04-28Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-4/+7
2017-04-27Merge branch 'for-chris-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.12Chris Mason5-66/+277
2017-04-26Btrfs: fix reported number of inode blocksFilipe Manana4-18/+119
2017-04-26Btrfs: send, fix file hole not being preserved due to inline extentFilipe Manana1-2/+21
2017-04-26Btrfs: fix extent map leak during fallocate error pathFilipe Manana1-1/+3
2017-04-26Btrfs: fix incorrect space accounting after failure to insert inline extentFilipe Manana1-2/+4
2017-04-26Btrfs: fix invalid attempt to free reserved space on failure to cow rangeFilipe Manana2-18/+45
2017-04-26btrfs: Handle delalloc error correctly to avoid ordered extent hangQu Wenruo1-15/+48
2017-04-26btrfs: Fix metadata underflow caused by btrfs_reloc_clone_csum errorQu Wenruo1-12/+39
2017-04-20btrfs: Convert to separately allocated bdiJan Kara3-30/+14
2017-04-19btrfs: qgroup: move noisy underflow warning to debugging buildDavid Sterba1-4/+7
2017-04-18btrfs: check if the device is flush capableAnand Jain1-0/+4
2017-04-18btrfs: delete unused member nobarriersAnand Jain2-4/+0
2017-04-18btrfs: scrub: Fix RAID56 recovery race conditionQu Wenruo1-0/+22
2017-04-18btrfs: scrub: Introduce full stripe lock for RAID56Qu Wenruo3-0/+251
2017-04-18btrfs: Use ktime_get_real_ts for root ctimeDeepa Dinamani1-1/+2
2017-04-18Btrfs: handle only applicable errors returned by btrfs_get_extentDan Carpenter2-26/+15
2017-04-18btrfs: qgroup: Fix qgroup corruption caused by inode_cache mount optionQu Wenruo1-7/+18
2017-04-18btrfs: use q which is already obtained from bdev_get_queueAnand Jain1-4/+3
2017-04-18Btrfs: switch to div64_u64 if with a u64 divisorLiu Bo3-7/+7
2017-04-18Btrfs: update scrub_parity to use u64 stripe_lenLiu Bo1-4/+4
2017-04-18Btrfs: enable repair during read for raid56 profileLiu Bo1-13/+27
2017-04-18btrfs: use clear_page where appropriateDavid Sterba2-2/+2
2017-04-18btrfs: Prevent scrub recheck from racing with dev replaceQu Wenruo1-4/+9
2017-04-18btrfs: Wait for in-flight bios before freeing target device for raid56Qu Wenruo3-0/+21