Age | Commit message (Expand) | Author | Files | Lines |
2015-11-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -7/+7 |
2015-11-06 | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman | 1 | -7/+7 |
2015-10-21 | btrfs: extent_io: Introduce new function clear_record_extent_bits() | Qu Wenruo | 1 | -11/+39 |
2015-10-21 | btrfs: extent_io: Introduce new function set_record_extent_bits | Qu Wenruo | 1 | -18/+53 |
2015-10-14 | Btrfs: fix double range unlock of hole region when reading page | Filipe Manana | 1 | -2/+6 |
2015-10-12 | Merge branch 'cleanup/messages' of git://git.kernel.org/pub/scm/linux/kernel/... | Chris Mason | 1 | -12/+14 |
2015-10-09 | Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -8/+11 |
2015-10-08 | btrfs: switch more printks to our helpers | David Sterba | 1 | -8/+10 |
2015-10-08 | btrfs: switch message printers to ratelimited variants | David Sterba | 1 | -2/+2 |
2015-10-08 | btrfs: switch message printers to ratelimited _in_rcu variants | David Sterba | 1 | -2/+2 |
2015-10-05 | Btrfs: update fix for read corruption of compressed and shared extents | Filipe Manana | 1 | -8/+11 |
2015-09-25 | Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -8/+57 |
2015-09-15 | Btrfs: fix read corruption of compressed and shared extents | Filipe Manana | 1 | -8/+57 |
2015-09-05 | Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -7/+18 |
2015-08-21 | btrfs: fix compile when block cgroups are not enabled | Chris Mason | 1 | -0/+3 |
2015-08-19 | btrfs: Prevent from early transaction abort | Michal Hocko | 1 | -4/+2 |
2015-08-13 | block: remove bio_get_nr_vecs() | Kent Overstreet | 1 | -7/+2 |
2015-08-09 | Btrfs: add support for blkio controllers | Chris Mason | 1 | -3/+13 |
2015-07-29 | block: add a bi_error field to struct bio | Christoph Hellwig | 1 | -18/+12 |
2015-06-30 | Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+8 |
2015-06-25 | Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -2/+0 |
2015-06-03 | Btrfs: set UNWRITTEN for prealloc'ed extents in fiemap | Josef Bacik | 1 | -0/+2 |
2015-06-03 | Btrfs: wake up extent state waiters on unlock through clear_extent_bits | Filipe Manana | 1 | -1/+6 |
2015-05-19 | block: remove BIO_EOPNOTSUPP | Christoph Hellwig | 1 | -2/+0 |
2015-05-11 | Btrfs: fix race when reusing stale extent buffers that leads to BUG_ON | Filipe Manana | 1 | -0/+19 |
2015-04-29 | Btrfs: btrfs_release_extent_buffer_page didn't free pages of dummy extent | Forrest Liu | 1 | -25/+26 |
2015-04-26 | btrfs: fix race on ENOMEM in alloc_extent_buffer | Omar Sandoval | 1 | -1/+2 |
2015-03-26 | btrfs: incorrect handling for fiemap_fill_next_extent return | Chengyu Song | 1 | -1/+4 |
2015-03-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -0/+6 |
2015-03-17 | Btrfs: just free dummy extent buffers | Josef Bacik | 1 | -0/+6 |
2015-02-19 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -35/+52 |
2015-02-14 | Btrfs: account for large extents with enospc | Josef Bacik | 1 | -1/+1 |
2015-02-11 | page_writeback: put account_page_redirty() after set_page_dirty() | Konstantin Khebnikov | 1 | -1/+1 |
2015-02-02 | btrfs: clear bio reference after submit_one_bio() | Naohiro Aota | 1 | -1/+3 |
2015-01-21 | Btrfs: add ref_count and free function for btrfs_bio | Zhao Lei | 1 | -1/+1 |
2015-01-21 | btrfs: switch extent_state state to unsigned | David Sterba | 1 | -22/+23 |
2015-01-19 | btrfs: fix state->private cast on 32 bit machines | Satoru Takeuchi | 1 | -1/+1 |
2014-12-12 | btrfs: sink parameter len to alloc_extent_buffer | David Sterba | 1 | -2/+3 |
2014-12-12 | btrfs: unify extent buffer allocation api | David Sterba | 1 | -5/+18 |
2014-12-12 | btrfs: use GFP_NOFS in __alloc_extent_buffer directly | David Sterba | 1 | -5/+5 |
2014-11-20 | Btrfs: avoid premature -ENOMEM in clear_extent_bit() | Filipe Manana | 1 | -2/+7 |
2014-11-20 | Btrfs: avoid returning -ENOMEM in convert_extent_bit() too early | Filipe Manana | 1 | -1/+10 |
2014-11-20 | Btrfs: make find_first_extent_bit be able to cache any state | Filipe Manana | 1 | -4/+12 |
2014-11-20 | Btrfs: set page and mapping error on compressed write failure | Filipe Manana | 1 | -0/+5 |
2014-10-04 | Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke... | Chris Mason | 1 | -35/+31 |
2014-10-03 | Btrfs: be aware of btree inode write errors to avoid fs corruption | Filipe Manana | 1 | -7/+67 |
2014-10-03 | Btrfs: fix crash of btrfs_release_extent_buffer_page | Liu Bo | 1 | -0/+1 |
2014-10-03 | Btrfs: add missing end_page_writeback on submit_extent_page failure | Filipe Manana | 1 | -0/+1 |
2014-10-02 | btrfs: kill extent_buffer_page helper | David Sterba | 1 | -29/+26 |
2014-10-02 | btrfs: drop constant param from btrfs_release_extent_buffer_page | David Sterba | 1 | -9/+6 |