aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-03Btrfs: remove no longer used function extent_read_full_page_nolock()Filipe Manana1-34/+11
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
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-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-7/+7
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman1-7/+7
2015-10-21btrfs: extent_io: Introduce new function clear_record_extent_bits()Qu Wenruo1-11/+39
2015-10-21btrfs: 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-12Merge branch 'cleanup/messages' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4Chris Mason1-12/+14
2015-10-09Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus 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-05Btrfs: 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/mason/linux-btrfsLinus Torvalds1-8/+57
2015-09-15Btrfs: fix read corruption of compressed and shared extentsFilipe Manana1-8/+57
2015-09-05Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-7/+18
2015-08-21btrfs: fix compile when block cgroups are not enabledChris Mason1-0/+3
2015-08-19btrfs: 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-06-30Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+8
2015-06-25Merge 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
2015-05-19block: remove BIO_EOPNOTSUPPChristoph Hellwig1-2/+0
2015-05-11Btrfs: fix race when reusing stale extent buffers that leads to BUG_ONFilipe Manana1-0/+19
2015-04-29Btrfs: btrfs_release_extent_buffer_page didn't free pages of dummy extentForrest Liu1-25/+26
2015-04-26btrfs: fix race on ENOMEM in alloc_extent_bufferOmar Sandoval1-1/+2
2015-03-26btrfs: incorrect handling for fiemap_fill_next_extent returnChengyu Song1-1/+4
2015-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-0/+6
2015-03-17Btrfs: just free dummy extent buffersJosef Bacik1-0/+6
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-35/+52