| Commit message (Expand) | Author | Age |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2014-02-16 |
|\ |
|
| * | Btrfs: fix a lockdep warning when cleaning up aborted transaction | Liu Bo | 2014-02-14 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2014-02-04 |
|\| |
|
| * | Btrfs: use btrfs_crc32c everywhere instead of libcrc32c | Filipe David Borba Manana | 2014-02-03 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2014-01-30 |
|\| |
|
| * | btrfs: undo sysfs when open_ctree() fails | Anand Jain | 2014-01-28 |
| * | Btrfs: fix extent state leak on transaction abortion | Liu Bo | 2014-01-28 |
| * | btrfs: Add noinode_cache mount option | Qu Wenruo | 2014-01-28 |
| * | Btrfs: throttle delayed refs better | Josef Bacik | 2014-01-28 |
| * | Btrfs: attach delayed ref updates to delayed ref heads | Josef Bacik | 2014-01-28 |
| * | Btrfs: only fua the first superblock when writting supers | Wang Shilong | 2014-01-28 |
| * | Btrfs: convert printk to btrfs_ and fix BTRFS prefix | Frank Holton | 2014-01-28 |
| * | Btrfs: move the extent buffer radix tree into the fs_info | Josef Bacik | 2014-01-28 |
| * | btrfs: expand btrfs_find_item() to include find_orphan_item functionality | Kelley Nielsen | 2014-01-28 |
| * | btrfs: remove unused variables from disk-io.c | Valentina Giusti | 2014-01-28 |
| * | btrfs: publish per-super attributes in sysfs | Jeff Mahoney | 2014-01-28 |
| * | Btrfs: introduce a head ref rbtree | Liu Bo | 2014-01-28 |
* | | block: fixup for generic bio chaining | Kent Overstreet | 2013-12-03 |
* | | block: Convert various code to bio_for_each_segment() | Kent Overstreet | 2013-11-24 |
|/ |
|
* | Btrfs: avoid heavy operations in btrfs_commit_super | Liu Bo | 2013-11-20 |
* | btrfs: Remove useless variable in write_ctree_super() | Rashika | 2013-11-11 |
* | btrfs: Use WARN_ON()'s return value in place of WARN_ON(1) | Dulshani Gunawardhana | 2013-11-11 |
* | btrfs: Add helper function for free_root_pointers() | Rashika | 2013-11-11 |
* | Btrfs: remove scrub_super_lock holding in btrfs_sync_log() | Wang Shilong | 2013-11-11 |
* | btrfs: remove fs/btrfs/compat.h | Zach Brown | 2013-11-11 |
* | Btrfs: Simplify the logic in alloc_extent_buffer() for existing extent buffer... | Chandra Seetharaman | 2013-11-11 |
* | Btrfs: stop all workers after we free block groups | Josef Bacik | 2013-11-11 |
* | Btrfs: free up block groups after everything | Josef Bacik | 2013-11-11 |
* | Btrfs: do not free the dirty bytes from the trans block rsv on cleanup | Josef Bacik | 2013-11-11 |
* | Btrfs: improve inode hash function/inode lookup | Filipe David Borba Manana | 2013-11-11 |
* | btrfs: remove unused parameter from btrfs_header_fsid | Ross Kirk | 2013-11-11 |
* | Btrfs: fix two use-after-free bugs with transaction cleanup | Josef Bacik | 2013-11-11 |
* | Btrfs: don't delete ordered roots from list during cleanup | Josef Bacik | 2013-11-11 |
* | Btrfs: cleanup transaction on abort | Josef Bacik | 2013-11-11 |
* | Btrfs: add a sanity test for btrfs_split_item | Josef Bacik | 2013-11-11 |
* | Btrfs: eliminate the exceptional root_tree refs=0 | Stefan Behrens | 2013-11-11 |
* | Btrfs: fix oops caused by the space balance and dead roots | Miao Xie | 2013-10-10 |
* | Btrfs: add the missing mutex unlock in write_all_supers() | Stefan Behrens | 2013-09-21 |
* | btrfs: add lockdep and tracing annotations for uuid tree | David Sterba | 2013-09-21 |
* | Btrfs: don't use an async starter for most of our workers | Josef Bacik | 2013-09-01 |
* | Btrfs: fix for patch "cleanup: don't check the same thing twice" | Stefan Behrens | 2013-09-01 |
* | Btrfs: get rid of one BUG() in write_all_supers() | Stefan Behrens | 2013-09-01 |
* | Btrfs: fix race between removing a dev and writing sbs | Filipe David Borba Manana | 2013-09-01 |
* | Btrfs: Make btrfs_header_chunk_tree_uuid() return unsigned long | Geert Uytterhoeven | 2013-09-01 |
* | Btrfs: Make btrfs_header_fsid() return unsigned long | Geert Uytterhoeven | 2013-09-01 |
* | Btrfs: Remove superfluous casts from u64 to unsigned long long | Geert Uytterhoeven | 2013-09-01 |
* | Btrfs: fix memory leak of orphan block rsv | Filipe David Borba Manana | 2013-09-01 |
* | Btrfs: add mount option to force UUID tree checking | Stefan Behrens | 2013-09-01 |
* | Btrfs: check UUID tree during mount if required | Stefan Behrens | 2013-09-01 |
* | Btrfs: fill UUID tree initially | Stefan Behrens | 2013-09-01 |