aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-14Btrfs: account for large extents with enospcJosef Bacik1-1/+1
2015-02-11page_writeback: put account_page_redirty() after set_page_dirty()Konstantin Khebnikov1-1/+1
2015-02-02btrfs: clear bio reference after submit_one_bio()Naohiro Aota1-1/+3
2015-01-21Btrfs: add ref_count and free function for btrfs_bioZhao Lei1-1/+1
2015-01-21btrfs: switch extent_state state to unsignedDavid Sterba1-22/+23
2015-01-19btrfs: 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-20Btrfs: avoid premature -ENOMEM in clear_extent_bit()Filipe Manana1-2/+7
2014-11-20Btrfs: avoid returning -ENOMEM in convert_extent_bit() too earlyFilipe Manana1-1/+10
2014-11-20Btrfs: make find_first_extent_bit be able to cache any stateFilipe Manana1-4/+12
2014-11-20Btrfs: set page and mapping error on compressed write failureFilipe Manana1-0/+5
2014-10-04Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linusChris Mason1-35/+31
2014-10-03Btrfs: be aware of btree inode write errors to avoid fs corruptionFilipe Manana1-7/+67
2014-10-03Btrfs: fix crash of btrfs_release_extent_buffer_pageLiu Bo1-0/+1
2014-10-03Btrfs: add missing end_page_writeback on submit_extent_page failureFilipe Manana1-0/+1
2014-10-02btrfs: kill extent_buffer_page helperDavid Sterba1-29/+26
2014-10-02btrfs: drop constant param from btrfs_release_extent_buffer_pageDavid Sterba1-9/+6