Age | Commit message (Expand) | Author |
2012-10-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2012-10-25 | Btrfs: Fix wrong error handling code | Stefan Behrens |
2012-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2012-10-09 | Btrfs: fix page leakage | Josef Bacik |
2012-10-09 | Btrfs: do not warn_on when we cannot alloc a page for an extent buffer | Josef Bacik |
2012-10-09 | Btrfs: don't bug on enomem in readpage | Josef Bacik |
2012-10-09 | btrfs: move inline function code to header file | Robin Dong |
2012-10-09 | Btrfs: remove unnecessary IS_ERR in bio_readpage_error() | Tsutomu Itoh |
2012-10-09 | Btrfs: cache extent state when writing out dirty metadata pages | Josef Bacik |
2012-10-09 | Btrfs: do not async metadata csumming in certain situations | Josef Bacik |
2012-10-04 | Btrfs: fix race when getting the eb out of page->private | Josef Bacik |
2012-10-02 | fs: push rcu_barrier() from deactivate_locked_super() to filesystems | Kirill A. Shutemov |
2012-10-01 | btrfs: Kill some bi_idx references | Kent Overstreet |
2012-10-01 | btrfs: polish names of kmem caches | David Sterba |
2012-10-01 | Btrfs: use flag EXTENT_DEFRAG for snapshot-aware defrag | Liu Bo |
2012-10-01 | Btrfs: fix btrfs send for inline items and compression | Chris Mason |
2012-08-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2012-08-28 | Btrfs: revert checksum error statistic which can cause a BUG() | Stefan Behrens |
2012-07-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2012-07-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2012-07-23 | Btrfs: improve multi-thread buffer read | Liu Bo |
2012-07-23 | Btrfs: lock the transition from dirty to writeback for an eb | Josef Bacik |
2012-07-23 | Btrfs: fix potential race in extent buffer freeing | Josef Bacik |
2012-07-23 | Btrfs: don't return true in releasepage unless we actually freed the eb | Josef Bacik |
2012-07-23 | btrfs read error corrected message floods the console during recovery | Anand Jain |
2012-07-12 | Btrfs: fix typo in convert_extent_bit | Liu Bo |
2012-07-02 | Btrfs: hold a ref on the inode during writepages | Josef Bacik |
2012-06-14 | Btrfs: use rcu to protect device->name | Josef Bacik |
2012-05-31 | Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-l... | Chris Mason |
2012-05-30 | Btrfs: add device counters for detected IO and checksum errors | Stefan Behrens |
2012-05-30 | Btrfs: use fastpath in extent state ops as much as possible | Liu Bo |
2012-05-30 | Btrfs: finish ordered extents in their own thread | Josef Bacik |
2012-05-30 | Btrfs: fix compile warnings in extent_io.c | Josef Bacik |
2012-05-26 | Btrfs: dummy extent buffers for tree mod log | Jan Schmidt |
2012-05-11 | Btrfs: remove the useless assignment to *entry in function tree_insert of fil... | Wang Sheng-Hui |
2012-05-11 | Btrfs: fix the comment for find_first_extent_bit | Wang Sheng-Hui |
2012-05-11 | Btrfs: fix btrfs_release_extent_buffer_page with the right usage of num_exten... | Wang Sheng-Hui |
2012-05-11 | Btrfs: cleanup the comment for clear_state_bit in extent_io.c | Wang Sheng-Hui |
2012-05-06 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2012-05-04 | Btrfs: fix page leak when allocing extent buffers | Josef Bacik |
2012-04-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2012-04-18 | Btrfs: always store the mirror we read the eb from | Josef Bacik |
2012-04-18 | Btrfs: avoid possible use-after-free in clear_extent_bit() | Li Zefan |
2012-04-18 | Btrfs: retrurn void from clear_state_bit | Li Zefan |
2012-04-13 | Merge branch 'for-linus-min' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2012-04-12 | Btrfs: check return value of bio_alloc() properly | Tsutomu Itoh |
2012-04-12 | Btrfs: fix uninit variable in repair_eb_io_failure | Chris Mason |
2012-03-30 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2012-03-28 | Merge branch 'error-handling' into for-linus | Chris Mason |
2012-03-26 | Btrfs: deal with read errors on extent buffers differently | Josef Bacik |