summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-12-161-43/+69
|\
| * btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney2016-12-061-1/+1
| * btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney2016-12-061-5/+3
| * btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney2016-12-061-10/+15
| * btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney2016-12-061-21/+9
| * btrfs: add optimized version of eb to eb copyDavid Sterba2016-11-301-0/+14
| * btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba2016-11-301-5/+5
| * btrfs: use specialized page copying helpers in btrfs_clone_extent_bufferDavid Sterba2016-11-301-1/+1
| * btrfs: introduce helpers for updating eb uuidsDavid Sterba2016-11-301-0/+21
| * btrfs: don't abuse REQ_OP_* flags for btrfs_map_blockChristoph Hellwig2016-11-291-1/+1
* | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-131-9/+7
|\ \ | |/ |/|
| * block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-9/+7
* | Btrfs: remove some no-op castsDan Carpenter2016-10-241-4/+4
|/
* Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Chris Mason2016-10-121-18/+46
|\
| * Btrfs: fix free space tree bitmaps on big-endian systemsOmar Sandoval2016-10-031-18/+46
* | Btrfs: memset to avoid stale content in btree leafLiu Bo2016-09-261-5/+13
* | btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney2016-09-261-22/+31
* | btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney2016-09-261-2/+2
* | btrfs: unsplit printed stringsJeff Mahoney2016-09-261-23/+19
* | Btrfs: memset to avoid stale content in btree node blockLiu Bo2016-09-261-0/+11
* | Btrfs: kill the start argument to read_extent_buffer_pagesJosef Bacik2016-09-261-20/+8
* | Btrfs: add a flags field to btrfs_fs_infoJosef Bacik2016-09-261-4/+3
* | btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band de...Qu Wenruo2016-09-261-1/+1
* | Btrfs: fix memory leak in reading btree blocksLiu Bo2016-09-261-0/+9
* | btrfs: fix check_shared for fiemap ioctlLu Fengqi2016-09-261-1/+17
|/
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-08-051-7/+1
|\
| * Fixup direct bi_rw modifiersShaun Tancheff2016-08-041-1/+1
| * block: add missing group association in bio-cloning functionsPaolo Valente2016-08-041-6/+0
* | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-041-6/+24
|\ \ | |/ |/|
| * Btrfs: fix eb memory leak due to readpage failureLiu Bo2016-07-261-3/+22
| * Btrfs: cleanup BUG_ON in merge_bioLiu Bo2016-07-261-1/+0
| * btrfs: Fix slab accounting flagsNikolay Borisov2016-07-261-2/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-261-1/+2
|\ \
| * | mm, memcg: use consistent gfp flags during readaheadMichal Hocko2016-07-261-1/+2
| |/
* | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-261-47/+44
|\ \ | |/ |/|
| * btrfs: use bio fields for op and flagsMike Christie2016-06-071-7/+5
| * btrfs: have submit_one_bio users use bio op accessorsMike Christie2016-06-071-45/+43
| * block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-3/+4
* | Btrfs: fix error handling in map_private_extent_bufferLiu Bo2016-06-231-1/+6
* | Btrfs: check if extent buffer is aligned to sectorsizeLiu Bo2016-06-171-3/+12
* | Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Chris Mason2016-06-081-5/+5
|\ \ | |/ |/|
| * Btrfs: self-tests: Support non-4k page sizeFeifei Xu2016-06-021-5/+5
* | Btrfs: fix race between device replace and read repairFilipe Manana2016-05-311-0/+10
|/
* Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba2016-05-251-44/+44
|\
| * btrfs: fix string and comment grammatical issues and typosNicholas D Steeves2016-05-251-2/+2
| * btrfs: sink gfp parameter to convert_extent_bitDavid Sterba2016-04-291-6/+6
| * btrfs: make state preallocation more speculative in __set_extent_bitDavid Sterba2016-04-291-1/+7
| * btrfs: untangle gotos a bit in convert_extent_bitDavid Sterba2016-04-291-9/+7
| * btrfs: untangle gotos a bit in __clear_extent_bitDavid Sterba2016-04-291-8/+8
| * btrfs: untangle gotos a bit in __set_extent_bitDavid Sterba2016-04-291-8/+7