summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Btrfs: add a flags field to btrfs_fs_infoJosef Bacik2016-09-261-4/+3Star
* | 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-061-7/+1Star
|\
| * Fixup direct bi_rw modifiersShaun Tancheff2016-08-041-1/+1
| * block: add missing group association in bio-cloning functionsPaolo Valente2016-08-041-6/+0Star
* | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-051-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/+0Star
| * btrfs: Fix slab accounting flagsNikolay Borisov2016-07-261-2/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-271-1/+2
|\ \
| * | mm, memcg: use consistent gfp flags during readaheadMichal Hocko2016-07-271-1/+2
| |/
* | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-271-47/+44Star
|\ \ | |/ |/|
| * btrfs: use bio fields for op and flagsMike Christie2016-06-071-7/+5Star
| * btrfs: have submit_one_bio users use bio op accessorsMike Christie2016-06-071-45/+43Star
| * 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/+7Star
| * 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/+7Star
| * btrfs: sink gfp parameter to set_record_extent_bitsDavid Sterba2016-04-291-3/+2Star
| * btrfs: sink gfp parameter to clear_record_extent_bitsDavid Sterba2016-04-291-3/+2Star
| * btrfs: sink gfp parameter to clear_extent_bitsDavid Sterba2016-04-291-2/+2
| * btrfs: sink gfp parameter to set_extent_bitsDavid Sterba2016-04-291-3/+2Star
* | Btrfs: fix unexpected return value of fiemapLiu Bo2016-05-251-1/+5
* | Merge branch 'cleanups-4.7' into for-chris-4.7-20160516David Sterba2016-05-161-25/+18Star
|\ \
| * | btrfs: GFP_NOFS does not GFP_HIGHMEMDavid Sterba2016-05-101-2/+2
| * | btrfs: kill unused writepage_io_hook callbackDavid Sterba2016-05-061-23/+16Star
| |/
* | Btrfs: cleanup error handling in extent_write_cached_pagesLiu Bo2016-04-281-5/+2Star
* | Btrfs: make mapping->writeback_index point to the last written pageLiu Bo2016-04-281-6/+26
|/
* mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-5/+3Star
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-131/+131
* Merge branch 'cleanups-4.6' into for-chris-4.6David Sterba2016-02-261-21/+16Star
|\
| * btrfs: avoid uninitialized variable warningArnd Bergmann2016-02-231-2/+2
| * btrfs: drop null testing before destroy functionsKinglong Mee2016-02-181-4/+2Star
| * btrfs: use proper type for failrec in extent_stateDavid Sterba2016-02-181-17/+14Star
* | Merge branch 'foreign/liubo/replace-lockup' into for-chris-4.6David Sterba2016-02-261-34/+11Star
|\ \
| * | Btrfs: remove no longer used function extent_read_full_page_nolock()Filipe Manana2016-02-031-34/+11Star
| |/
* / Btrfs: Search for all ordered extents that could span across a pageChandan Rajendra2016-02-011-1/+2
|/
* Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason2016-01-111-1/+1
|\
| * Btrfs: use linux/sizes.h to represent constantsByongho Lee2016-01-071-1/+1