Age | Commit message (Expand) | Author |
2016-12-06 | btrfs: take an fs_info directly when the root is not used otherwise | Jeff Mahoney |
2016-12-06 | btrfs: root->fs_info cleanup, add fs_info convenience variables | Jeff Mahoney |
2016-12-06 | btrfs: pull node/sector/stripe sizes out of root and into fs_info | Jeff Mahoney |
2016-11-30 | btrfs: add optimized version of eb to eb copy | David Sterba |
2016-11-30 | btrfs: remove constant parameter to memset_extent_buffer and rename it | David Sterba |
2016-11-30 | btrfs: use new helpers to set uuids in eb | David Sterba |
2016-11-30 | btrfs: remove trivial helper btrfs_find_tree_block | David Sterba |
2016-09-26 | Btrfs: remove unnecessary btrfs_mark_buffer_dirty in split_leaf | Liu Bo |
2016-09-26 | Btrfs: memset to avoid stale content in btree leaf | Liu Bo |
2016-09-26 | btrfs: parent_start initialization cleanup | Goldwyn Rodrigues |
2016-09-26 | btrfs: convert printk(KERN_* to use pr_* calls | Jeff Mahoney |
2016-09-26 | btrfs: unsplit printed strings | Jeff Mahoney |
2016-09-26 | btrfs: squash lines for simple wrapper functions | Masahiro Yamada |
2016-09-26 | btrfs: Fix warning "variable ‘gen’ set but not used" | Luis Henriques |
2016-07-26 | btrfs: btrfs_abort_transaction, drop root parameter | Jeff Mahoney |
2016-07-26 | btrfs: tests, use BTRFS_FS_STATE_DUMMY_FS_INFO instead of dummy root | Jeff Mahoney |
2016-07-26 | Btrfs: fix read_node_slot to return errors | Liu Bo |
2016-07-26 | Btrfs: error out if generic_bin_search get invalid arguments | Liu Bo |
2016-06-23 | Btrfs: fix error handling in map_private_extent_buffer | Liu Bo |
2016-06-17 | btrfs: account for non-CoW'd blocks in btrfs_abort_transaction | Jeff Mahoney |
2016-06-17 | Btrfs: check if extent buffer is aligned to sectorsize | Liu Bo |
2016-06-02 | Btrfs: self-tests: Support non-4k page size | Feifei Xu |
2016-05-25 | Merge branch 'cleanups-4.7' into for-chris-4.7-20160525 | David Sterba |
2016-05-25 | btrfs: fix string and comment grammatical issues and typos | Nicholas D Steeves |
2016-04-28 | btrfs: rename btrfs_std_error to btrfs_handle_fs_error | Anand Jain |
2016-04-04 | btrfs: fallback to vmalloc in btrfs_compare_tree | David Sterba |
2016-02-26 | Merge branch 'dev/gfp-flags' into for-chris-4.6 | David Sterba |
2016-02-11 | btrfs: send: use GFP_KERNEL everywhere | David Sterba |
2016-02-01 | Btrfs: Use (eb->start, seq) as search key for tree modification log | Chandan Rajendra |
2016-01-11 | Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel... | Chris Mason |
2016-01-07 | btrfs: cleanup, use enum values for btrfs_path reada | David Sterba |
2016-01-07 | Btrfs: use linux/sizes.h to represent constants | Byongho Lee |
2015-10-21 | Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/... | Chris Mason |
2015-10-21 | btrfs: Fixed dsize and last_off declarations | Alexandru Moise |
2015-09-29 | Btrfs: consolidate btrfs_error() to btrfs_std_error() | Anand Jain |
2015-08-09 | btrfs: abort transaction on btrfs_reloc_cow_block() | Zhaolei |
2015-06-03 | Btrfs: fix up read_tree_block to return proper error | Liu Bo |
2015-03-25 | Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne... | Chris Mason |
2015-03-25 | Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kern... | Chris Mason |
2015-03-03 | btrfs: cleanup, use kmalloc_array/kcalloc array helpers | David Sterba |
2015-03-02 | Btrfs: fix off-by-one logic error in btrfs_realloc_node | Filipe Manana |
2015-02-16 | Btrfs: disk-io: replace root args iff only fs_info used | Daniel Dressler |
2015-02-16 | Btrfs: ctree: reduce args where only fs_info used | Daniel Dressler |
2015-01-22 | Btrfs: insert_new_root: Fix lock type of the extent buffer. | chandan |
2015-01-21 | Btrfs: fix setup_leaf_for_split() to avoid leaf corruption | Filipe Manana |
2015-01-21 | Merge branch 'cleanup/blocksize-diet-part2' of git://git.kernel.org/pub/scm/l... | Chris Mason |
2015-01-21 | Merge branch 'fix/find-item-path-leak' of git://git.kernel.org/pub/scm/linux/... | Chris Mason |
2015-01-21 | Btrfs: change how we track dirty roots | Josef Bacik |
2015-01-14 | btrfs: expand btrfs_find_item if found_key is NULL | David Sterba |
2015-01-14 | btrfs: fix leak of path in btrfs_find_item | David Sterba |