summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)Author
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-02-26Merge branch 'cleanups-4.6' into for-chris-4.6David Sterba
2016-02-26Merge branch 'foreign/liubo/replace-lockup' into for-chris-4.6David Sterba
2016-02-23btrfs: avoid uninitialized variable warningArnd Bergmann
2016-02-18btrfs: drop null testing before destroy functionsKinglong Mee
2016-02-18btrfs: use proper type for failrec in extent_stateDavid Sterba
2016-02-03Btrfs: remove no longer used function extent_read_full_page_nolock()Filipe Manana
2016-02-01Btrfs: Search for all ordered extents that could span across a pageChandan Rajendra
2016-01-11Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason
2016-01-07Btrfs: use linux/sizes.h to represent constantsByongho Lee
2015-12-23Merge branch 'freespace-4.5' into for-linus-4.5Chris Mason
2015-12-23Merge branch 'dev/simplify-set-bit' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason
2015-12-18Merge branch 'freespace-tree' into for-linus-4.5Chris Mason
2015-12-17Btrfs: add extent buffer bitmap sanity testsOmar Sandoval
2015-12-17Btrfs: add extent buffer bitmap operationsOmar Sandoval
2015-12-07btrfs: make set_range_writeback return voidDavid Sterba
2015-12-07btrfs: make extent_range_redirty_for_io return voidDavid Sterba
2015-12-07btrfs: make extent_range_clear_dirty_for_io return voidDavid Sterba
2015-12-07btrfs: make end_extent_writepage return voidDavid Sterba
2015-12-07btrfs: make extent_clear_unlock_delalloc return voidDavid Sterba
2015-12-07btrfs: make clear_extent_buffer_uptodate return voidDavid Sterba
2015-12-07btrfs: make set_extent_buffer_uptodate return voidDavid Sterba
2015-12-03btrfs: make lock_extent static inlineDavid Sterba
2015-12-03btrfs: drop unused parameter from lock_extent_bitsDavid Sterba
2015-12-03btrfs: make clear_extent_bit helpers static inlineDavid Sterba
2015-12-03btrfs: make set_extent_bit helpers static inlineDavid Sterba
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-10-21btrfs: extent_io: Introduce new function clear_record_extent_bits()Qu Wenruo
2015-10-21btrfs: extent_io: Introduce new function set_record_extent_bitsQu Wenruo
2015-10-14Btrfs: fix double range unlock of hole region when reading pageFilipe Manana
2015-10-12Merge branch 'cleanup/messages' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason
2015-10-09Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-10-08btrfs: switch more printks to our helpersDavid Sterba
2015-10-08btrfs: switch message printers to ratelimited variantsDavid Sterba
2015-10-08btrfs: switch message printers to ratelimited _in_rcu variantsDavid Sterba
2015-10-05Btrfs: update fix for read corruption of compressed and shared extentsFilipe Manana
2015-09-25Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-09-15Btrfs: fix read corruption of compressed and shared extentsFilipe Manana
2015-09-05Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-08-21btrfs: fix compile when block cgroups are not enabledChris Mason
2015-08-19btrfs: Prevent from early transaction abortMichal Hocko
2015-08-13block: remove bio_get_nr_vecs()Kent Overstreet
2015-08-09Btrfs: add support for blkio controllersChris Mason
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-06-30Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-06-25Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-06-03Btrfs: set UNWRITTEN for prealloc'ed extents in fiemapJosef Bacik
2015-06-03Btrfs: wake up extent state waiters on unlock through clear_extent_bitsFilipe Manana