aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)Author
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
2015-05-19block: remove BIO_EOPNOTSUPPChristoph Hellwig
2015-05-11Btrfs: fix race when reusing stale extent buffers that leads to BUG_ONFilipe Manana
2015-04-29Btrfs: btrfs_release_extent_buffer_page didn't free pages of dummy extentForrest Liu
2015-04-26btrfs: fix race on ENOMEM in alloc_extent_bufferOmar Sandoval
2015-03-26btrfs: incorrect handling for fiemap_fill_next_extent returnChengyu Song
2015-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2015-03-17Btrfs: just free dummy extent buffersJosef Bacik
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2015-02-14Btrfs: account for large extents with enospcJosef Bacik
2015-02-11page_writeback: put account_page_redirty() after set_page_dirty()Konstantin Khebnikov
2015-02-02btrfs: clear bio reference after submit_one_bio()Naohiro Aota
2015-01-21Btrfs: add ref_count and free function for btrfs_bioZhao Lei
2015-01-21btrfs: switch extent_state state to unsignedDavid Sterba
2015-01-19btrfs: fix state->private cast on 32 bit machinesSatoru Takeuchi
2014-12-12btrfs: sink parameter len to alloc_extent_bufferDavid Sterba
2014-12-12btrfs: unify extent buffer allocation apiDavid Sterba
2014-12-12btrfs: use GFP_NOFS in __alloc_extent_buffer directlyDavid Sterba
2014-11-20Btrfs: avoid premature -ENOMEM in clear_extent_bit()Filipe Manana
2014-11-20Btrfs: avoid returning -ENOMEM in convert_extent_bit() too earlyFilipe Manana
2014-11-20Btrfs: make find_first_extent_bit be able to cache any stateFilipe Manana
2014-11-20Btrfs: set page and mapping error on compressed write failureFilipe Manana
2014-10-04Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason
2014-10-03Btrfs: be aware of btree inode write errors to avoid fs corruptionFilipe Manana
2014-10-03Btrfs: fix crash of btrfs_release_extent_buffer_pageLiu Bo
2014-10-03Btrfs: add missing end_page_writeback on submit_extent_page failureFilipe Manana