summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)AuthorFilesLines
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...Chris Mason1-1/+1
2016-01-07Btrfs: use linux/sizes.h to represent constantsByongho Lee1-1/+1
2015-12-24Merge branch 'freespace-4.5' into for-linus-4.5Chris Mason1-13/+170
2015-12-24Merge branch 'dev/simplify-set-bit' of git://git.kernel.org/pub/scm/linux/ker...Chris 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
2015-12-17Btrfs: add extent buffer bitmap operationsOmar Sandoval1-0/+149
2015-12-07btrfs: make set_range_writeback return voidDavid Sterba1-2/+1
2015-12-07btrfs: make extent_range_redirty_for_io return voidDavid Sterba1-2/+1
2015-12-07btrfs: make extent_range_clear_dirty_for_io return voidDavid Sterba1-2/+1
2015-12-07btrfs: make end_extent_writepage return voidDavid Sterba1-5/+2
2015-12-07btrfs: make extent_clear_unlock_delalloc return voidDavid Sterba1-3/+2
2015-12-07btrfs: make clear_extent_buffer_uptodate return voidDavid Sterba1-2/+1
2015-12-07btrfs: make set_extent_buffer_uptodate return voidDavid Sterba1-2/+1
2015-12-03btrfs: make lock_extent static inlineDavid Sterba1-5/+0
2015-12-03btrfs: drop unused parameter from lock_extent_bitsDavid Sterba1-6/+6
2015-12-03btrfs: make clear_extent_bit helpers static inlineDavid Sterba1-39/+0
2015-12-03btrfs: make set_extent_bit helpers static inlineDavid Sterba1-44/+0
2015-11-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-7/+7
2015-11-07mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman1-7/+7
2015-10-22btrfs: extent_io: Introduce new function clear_record_extent_bits()Qu Wenruo1-11/+39
2015-10-22btrfs: extent_io: Introduce new function set_record_extent_bitsQu Wenruo1-18/+53
2015-10-14Btrfs: fix double range unlock of hole region when reading pageFilipe Manana1-2/+6
2015-10-13Merge branch 'cleanup/messages' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason1-12/+14
2015-10-10Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-8/+11
2015-10-08btrfs: switch more printks to our helpersDavid Sterba1-8/+10
2015-10-08btrfs: switch message printers to ratelimited variantsDavid Sterba1-2/+2
2015-10-08btrfs: switch message printers to ratelimited _in_rcu variantsDavid Sterba1-2/+2
2015-10-06Btrfs: update fix for read corruption of compressed and shared extentsFilipe Manana1-8/+11
2015-09-25Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-8/+57
2015-09-15Btrfs: fix read corruption of compressed and shared extentsFilipe Manana1-8/+57
2015-09-06Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+18
2015-08-21btrfs: fix compile when block cgroups are not enabledChris Mason1-0/+3
2015-08-20btrfs: Prevent from early transaction abortMichal Hocko1-4/+2
2015-08-13block: remove bio_get_nr_vecs()Kent Overstreet1-7/+2
2015-08-09Btrfs: add support for blkio controllersChris Mason1-3/+13
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-18/+12
2015-07-01Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+8
2015-06-26Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0
2015-06-03Btrfs: set UNWRITTEN for prealloc'ed extents in fiemapJosef Bacik1-0/+2
2015-06-03Btrfs: wake up extent state waiters on unlock through clear_extent_bitsFilipe Manana1-1/+6