summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/fs-ioctl.h
Commit message (Collapse)AuthorAgeFilesLines
* bcachefs: x-macro-ify inode flags enumKent Overstreet2023-11-051-14/+14
| | | | | | This lets us use bch2_prt_bitflags to print them out. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
* bcachefs: Fix W=12 build errorsKent Overstreet2023-10-221-3/+3
| | | | Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
* bcachefs: Fix mtime/ctime updatesKent Overstreet2023-10-221-1/+72
| | | | | | | Also make inode flags consistent with how the rest of the inode is updated Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
* bcachefs: Initial commitKent Overstreet2023-10-221-0/+10
Initially forked from drivers/md/bcache, bcachefs is a new copy-on-write filesystem with every feature you could possibly want. Website: https://bcachefs.org Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>