| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2015-09-25 | 1 | -8/+57 |
|\ |
|
| * | Btrfs: fix read corruption of compressed and shared extents | Filipe Manana | 2015-09-15 | 1 | -8/+57 |
* | | Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2015-09-05 | 1 | -7/+18 |
|\ \
| |/ |
|
| * | btrfs: fix compile when block cgroups are not enabled | Chris Mason | 2015-08-21 | 1 | -0/+3 |
| * | btrfs: Prevent from early transaction abort | Michal Hocko | 2015-08-19 | 1 | -4/+2 |
| * | Btrfs: add support for blkio controllers | Chris Mason | 2015-08-09 | 1 | -3/+13 |
* | | block: remove bio_get_nr_vecs() | Kent Overstreet | 2015-08-13 | 1 | -7/+2 |
* | | block: add a bi_error field to struct bio | Christoph Hellwig | 2015-07-29 | 1 | -18/+12 |
|/ |
|
* | Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2015-06-30 | 1 | -1/+8 |
|\ |
|
| * | Btrfs: set UNWRITTEN for prealloc'ed extents in fiemap | Josef Bacik | 2015-06-03 | 1 | -0/+2 |
| * | Btrfs: wake up extent state waiters on unlock through clear_extent_bits | Filipe Manana | 2015-06-03 | 1 | -1/+6 |
* | | Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-06-25 | 1 | -2/+0 |
|\ \
| |/
|/| |
|
| * | block: remove BIO_EOPNOTSUPP | Christoph Hellwig | 2015-05-19 | 1 | -2/+0 |
* | | Btrfs: fix race when reusing stale extent buffers that leads to BUG_ON | Filipe Manana | 2015-05-11 | 1 | -0/+19 |
|/ |
|
* | Btrfs: btrfs_release_extent_buffer_page didn't free pages of dummy extent | Forrest Liu | 2015-04-29 | 1 | -25/+26 |
* | btrfs: fix race on ENOMEM in alloc_extent_buffer | Omar Sandoval | 2015-04-26 | 1 | -1/+2 |
* | btrfs: incorrect handling for fiemap_fill_next_extent return | Chengyu Song | 2015-03-26 | 1 | -1/+4 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2015-03-21 | 1 | -0/+6 |
|\ |
|
| * | Btrfs: just free dummy extent buffers | Josef Bacik | 2015-03-17 | 1 | -0/+6 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2015-02-19 | 1 | -35/+52 |
|\ \
| |/ |
|
| * | Btrfs: account for large extents with enospc | Josef Bacik | 2015-02-14 | 1 | -1/+1 |
| * | btrfs: clear bio reference after submit_one_bio() | Naohiro Aota | 2015-02-02 | 1 | -1/+3 |
| * | Btrfs: add ref_count and free function for btrfs_bio | Zhao Lei | 2015-01-21 | 1 | -1/+1 |
| * | btrfs: switch extent_state state to unsigned | David Sterba | 2015-01-21 | 1 | -22/+23 |
| * | btrfs: sink parameter len to alloc_extent_buffer | David Sterba | 2014-12-12 | 1 | -2/+3 |
| * | btrfs: unify extent buffer allocation api | David Sterba | 2014-12-12 | 1 | -5/+18 |
| * | btrfs: use GFP_NOFS in __alloc_extent_buffer directly | David Sterba | 2014-12-12 | 1 | -5/+5 |
* | | page_writeback: put account_page_redirty() after set_page_dirty() | Konstantin Khebnikov | 2015-02-11 | 1 | -1/+1 |
* | | btrfs: fix state->private cast on 32 bit machines | Satoru Takeuchi | 2015-01-19 | 1 | -1/+1 |
|/ |
|
* | Btrfs: avoid premature -ENOMEM in clear_extent_bit() | Filipe Manana | 2014-11-20 | 1 | -2/+7 |
* | Btrfs: avoid returning -ENOMEM in convert_extent_bit() too early | Filipe Manana | 2014-11-20 | 1 | -1/+10 |
* | Btrfs: make find_first_extent_bit be able to cache any state | Filipe Manana | 2014-11-20 | 1 | -4/+12 |
* | Btrfs: set page and mapping error on compressed write failure | Filipe Manana | 2014-11-20 | 1 | -0/+5 |
* | Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke... | Chris Mason | 2014-10-04 | 1 | -35/+31 |
|\ |
|
| * | btrfs: kill extent_buffer_page helper | David Sterba | 2014-10-02 | 1 | -29/+26 |
| * | btrfs: drop constant param from btrfs_release_extent_buffer_page | David Sterba | 2014-10-02 | 1 | -9/+6 |
* | | Btrfs: be aware of btree inode write errors to avoid fs corruption | Filipe Manana | 2014-10-03 | 1 | -7/+67 |
* | | Btrfs: fix crash of btrfs_release_extent_buffer_page | Liu Bo | 2014-10-03 | 1 | -0/+1 |
* | | Btrfs: add missing end_page_writeback on submit_extent_page failure | Filipe Manana | 2014-10-03 | 1 | -0/+1 |
|/ |
|
* | Btrfs: cleanup the read failure record after write or when the inode is freeing | Miao Xie | 2014-09-17 | 1 | -0/+34 |
* | Btrfs: implement repair function when direct read fails | Miao Xie | 2014-09-17 | 1 | -5/+7 |
* | Btrfs: modify clean_io_failure and make it suit direct io | Miao Xie | 2014-09-17 | 1 | -16/+15 |
* | Btrfs: modify repair_io_failure and make it suit direct io | Miao Xie | 2014-09-17 | 1 | -3/+5 |
* | Btrfs: split bio_readpage_error into several functions | Miao Xie | 2014-09-17 | 1 | -64/+95 |
* | Btrfs: Cleanup unused variant and argument of IO failure handlers | Miao Xie | 2014-09-17 | 1 | -16/+10 |
* | Btrfs: fix missing error handler if submiting re-read bio fails | Miao Xie | 2014-09-17 | 1 | -0/+5 |
* | Btrfs: do file data check by sub-bio's self | Miao Xie | 2014-09-17 | 1 | -1/+1 |
* | Btrfs: load checksum data once when submitting a direct read io | Miao Xie | 2014-09-17 | 1 | -2/+11 |
* | Btrfs: make fiemap not blow when you have lots of snapshots | Josef Bacik | 2014-09-17 | 1 | -25/+15 |
* | Btrfs: cleanup the same name in end_bio_extent_readpage | Liu Bo | 2014-09-17 | 1 | -4/+4 |