Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-27 | bcachefs: bch2_ioc_reinherit_attrs() | Kent Overstreet | |
2018-12-27 | bcachefs: add bcachefs_effective xattrs | Kent Overstreet | |
Allows seeing xattrs that were inherited, not explicitly set | |||
2018-12-27 | bcachefs: merge BCH_INODE_FIELDS_INHERIT/BCH_INODE_OPTS | Kent Overstreet | |
2018-12-27 | bcachefs: use x-macros more consistently | Kent Overstreet | |
2018-12-27 | bcachefs: Make bkey types globally unique | Kent Overstreet | |
this lets us get rid of a lot of extra switch statements - in a lot of places we dispatch on the btree node type, and then the key type, so this is a nice cleanup across a lot of code. Also improve the on disk format versioning stuff. | |||
2018-12-27 | bcachefs: revamp to_text methods | Kent Overstreet | |
2018-12-27 | bcachefs: kill extent_insert_hook | Kent Overstreet | |
2018-12-27 | bcachefs: fix bch2_val_to_text() | Kent Overstreet | |
was returning wrong value | |||
2018-12-27 | bcachefs: bch2_trans_update() now takes struct btree_insert_entry | Kent Overstreet | |
2018-12-27 | bcachefs: Convert dirent/xattr/inode code to new transactions | Kent Overstreet | |
No real functional changes in this patch - mostly just prep work for making various filesystem options fully atomic Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com> | |||
2018-12-27 | bcachefs: add BCH_INODE_UNLINKED | Kent Overstreet | |
will be used for better tmpfile/unlink Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com> | |||
2018-12-27 | bcachefs: Initial commit | Kent Overstreet | |
Fork of drivers/md/bcache Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com> |