aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-16Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-43/+69
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+7
2016-12-06btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney1-1/+1
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney1-5/+3
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney1-10/+15
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney1-21/+9
2016-11-30btrfs: add optimized version of eb to eb copyDavid Sterba1-0/+14
2016-11-30btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba1-5/+5
2016-11-30btrfs: use specialized page copying helpers in btrfs_clone_extent_bufferDavid Sterba1-1/+1
2016-11-30btrfs: introduce helpers for updating eb uuidsDavid Sterba1-0/+21
2016-11-29btrfs: don't abuse REQ_OP_* flags for btrfs_map_blockChristoph Hellwig1-1/+1
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-9/+7
2016-10-24Btrfs: remove some no-op castsDan Carpenter1-4/+4
2016-10-12Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.9Chris Mason1-18/+46
2016-10-03Btrfs: fix free space tree bitmaps on big-endian systemsOmar Sandoval1-18/+46
2016-09-26Btrfs: memset to avoid stale content in btree leafLiu Bo1-5/+13
2016-09-26btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney1-22/+31
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney1-2/+2
2016-09-26btrfs: unsplit printed stringsJeff Mahoney1-23/+19
2016-09-26Btrfs: memset to avoid stale content in btree node blockLiu Bo1-0/+11
2016-09-26Btrfs: kill the start argument to read_extent_buffer_pagesJosef Bacik1-20/+8
2016-09-26Btrfs: add a flags field to btrfs_fs_infoJosef Bacik1-4/+3
2016-09-26btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band dedupe and subpage size patchsetQu Wenruo1-1/+1
2016-09-26Btrfs: fix memory leak in reading btree blocksLiu Bo1-0/+9
2016-09-26btrfs: fix check_shared for fiemap ioctlLu Fengqi1-1/+17
2016-08-05Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+1
2016-08-04Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-6/+24
2016-08-04Fixup direct bi_rw modifiersShaun Tancheff1-1/+1
2016-08-04block: add missing group association in bio-cloning functionsPaolo Valente1-6/+0
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+2
2016-07-26mm, memcg: use consistent gfp flags during readaheadMichal Hocko1-1/+2
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-47/+44
2016-07-26Btrfs: fix eb memory leak due to readpage failureLiu Bo1-3/+22
2016-07-26Btrfs: cleanup BUG_ON in merge_bioLiu Bo1-1/+0
2016-07-26btrfs: Fix slab accounting flagsNikolay Borisov1-2/+2
2016-06-23Btrfs: fix error handling in map_private_extent_bufferLiu Bo1-1/+6
2016-06-17Btrfs: check if extent buffer is aligned to sectorsizeLiu Bo1-3/+12
2016-06-08Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.7Chris Mason1-5/+5
2016-06-07btrfs: use bio fields for op and flagsMike Christie1-7/+5
2016-06-07btrfs: have submit_one_bio users use bio op accessorsMike Christie1-45/+43
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-3/+4
2016-06-02Btrfs: self-tests: Support non-4k page sizeFeifei Xu1-5/+5
2016-05-31Btrfs: fix race between device replace and read repairFilipe Manana1-0/+10
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba1-44/+44
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves1-2/+2
2016-05-25Btrfs: fix unexpected return value of fiemapLiu Bo1-1/+5
2016-05-16Merge branch 'cleanups-4.7' into for-chris-4.7-20160516David Sterba1-25/+18
2016-05-10btrfs: GFP_NOFS does not GFP_HIGHMEMDavid Sterba1-2/+2
2016-05-06btrfs: kill unused writepage_io_hook callbackDavid Sterba1-23/+16
2016-04-29btrfs: sink gfp parameter to convert_extent_bitDavid Sterba1-6/+6