aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-29btrfs: make state preallocation more speculative in __set_extent_bitDavid Sterba1-1/+7
2016-04-29btrfs: untangle gotos a bit in convert_extent_bitDavid Sterba1-9/+7
2016-04-29btrfs: untangle gotos a bit in __clear_extent_bitDavid Sterba1-8/+8
2016-04-29btrfs: untangle gotos a bit in __set_extent_bitDavid Sterba1-8/+7
2016-04-29btrfs: sink gfp parameter to set_record_extent_bitsDavid Sterba1-3/+2
2016-04-29btrfs: sink gfp parameter to clear_record_extent_bitsDavid Sterba1-3/+2
2016-04-29btrfs: sink gfp parameter to clear_extent_bitsDavid Sterba1-2/+2
2016-04-29btrfs: sink gfp parameter to set_extent_bitsDavid Sterba1-3/+2
2016-04-28Btrfs: cleanup error handling in extent_write_cached_pagesLiu Bo1-5/+2
2016-04-28Btrfs: make mapping->writeback_index point to the last written pageLiu Bo1-6/+26
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-5/+3
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-131/+131
2016-02-26Merge branch 'cleanups-4.6' into for-chris-4.6David Sterba1-21/+16
2016-02-26Merge branch 'foreign/liubo/replace-lockup' into for-chris-4.6David Sterba1-34/+11
2016-02-23btrfs: avoid uninitialized variable warningArnd Bergmann1-2/+2
2016-02-18btrfs: drop null testing before destroy functionsKinglong Mee1-4/+2
2016-02-18btrfs: use proper type for failrec in extent_stateDavid Sterba1-17/+14
2016-02-03Btrfs: remove no longer used function extent_read_full_page_nolock()Filipe Manana1-34/+11
2016-02-01Btrfs: Search for all ordered extents that could span across a pageChandan Rajendra1-1/+2
2016-01-11Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason1-1/+1
2016-01-07Btrfs: use linux/sizes.h to represent constantsByongho Lee1-1/+1
2015-12-23Merge branch 'freespace-4.5' into for-linus-4.5Chris Mason1-13/+170
2015-12-23Merge branch 'dev/simplify-set-bit' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason1-93/+5
2015-12-18Merge branch 'freespace-tree' into for-linus-4.5Chris Mason1-13/+170
2015-12-17Btrfs: add extent buffer bitmap sanity testsOmar Sandoval1-13/+21