summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-23Btrfs: fix corruption reading shared and compressed extents after hole punchingFilipe Manana1-2/+2
2019-01-17btrfs: struct-funcs, constify readersJeff Mahoney1-13/+11
2019-01-17Btrfs: memset to avoid stale content in btree leafLiu Bo1-5/+13
2019-01-17Btrfs: memset to avoid stale content in btree node blockLiu Bo1-0/+11
2018-04-13btrfs: fix incorrect error return ret being passed to mapping_set_errorColin Ian King1-1/+1
2017-01-06Btrfs: fix memory leak in reading btree blocksLiu Bo1-0/+9
2016-08-20block: add missing group association in bio-cloning functionsPaolo Valente1-6/+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
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-27btrfs: 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/mas...Linus Torvalds1-0/+6
2015-03-17Btrfs: just free dummy extent buffersJosef Bacik1-0/+6
2015-02-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-35/+52
2015-02-14Btrfs: account for large extents with enospcJosef Bacik1-1/+1
2015-02-12page_writeback: put account_page_redirty() after set_page_dirty()Konstantin Khebnikov1-1/+1
2015-02-03btrfs: clear bio reference after submit_one_bio()Naohiro Aota1-1/+3
2015-01-22Btrfs: add ref_count and free function for btrfs_bioZhao Lei1-1/+1
2015-01-22btrfs: switch extent_state state to unsignedDavid Sterba1-22/+23
2015-01-20btrfs: fix state->private cast on 32 bit machinesSatoru Takeuchi1-1/+1
2014-12-12btrfs: sink parameter len to alloc_extent_bufferDavid Sterba1-2/+3
2014-12-12btrfs: unify extent buffer allocation apiDavid Sterba1-5/+18
2014-12-12btrfs: use GFP_NOFS in __alloc_extent_buffer directlyDavid Sterba1-5/+5
2014-11-21Btrfs: avoid premature -ENOMEM in clear_extent_bit()Filipe Manana1-2/+7
2014-11-21Btrfs: avoid returning -ENOMEM in convert_extent_bit() too earlyFilipe Manana1-1/+10
2014-11-21Btrfs: make find_first_extent_bit be able to cache any stateFilipe Manana1-4/+12