aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/fs-ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-22bcachefs: Add btree_trans* to inode_set_fnGravatar Joshua Ashton 1-4/+7
2023-10-22bcachefs: Convert -ENOENT to private error codesGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Improve error handling in bch2_ioctl_subvolume_destroy()Gravatar Kent Overstreet 1-7/+8
2023-10-22bcachefs: Support FS_XFLAG_PROJINHERITGravatar Kent Overstreet 1-0/+16
2023-10-22bcachefs: Errcodes can now subtype standard error codesGravatar Kent Overstreet 1-17/+33
2023-10-22bcachefs: Add BCH_SUBVOLUME_UNLINKEDGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Delete dentry when deleting snapshotsGravatar Kent Overstreet 1-1/+8
2023-10-22bcachefs: Snapshot creation, deletionGravatar Kent Overstreet 1-0/+168
2023-10-22bcachefs: Plumb through subvolume idGravatar Kent Overstreet 1-5/+3
2023-10-22bcachefs: Add subvolume to ei_inode_infoGravatar Kent Overstreet 1-3/+3
2023-10-22bcachefs: Improve FS_IOC_GOINGDOWN ioctlGravatar Kent Overstreet 1-11/+49
2023-10-22bcachefs: Kill ei_str_hashGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Some project id fixesGravatar Kent Overstreet 1-1/+5
2023-10-22bcachefs: Factor out fs-common.cGravatar Kent Overstreet 1-0/+10
2023-10-22bcachefs: Improve bch2_lock_inodes()Gravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: some improvements to startup messages and optionsGravatar Kent Overstreet 1-1/+2
2023-10-22bcachefs: fix new reinherit_attrs ioctlGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: more project quota fixesGravatar Kent Overstreet 1-20/+6
2023-10-22bcachefs: bch2_ioc_reinherit_attrs()Gravatar Kent Overstreet 1-1/+76
2023-10-22bcachefs: Add flags to indicate if inode opts were inherited or explicitly setGravatar Kent Overstreet 1-1/+8
2023-10-22bcachefs: bch2_fs_quota_transferGravatar Kent Overstreet 1-12/+3
2023-10-22bcachefs: Fix mtime/ctime updatesGravatar Kent Overstreet 1-83/+9
2023-10-22bcachefs: Initial commitGravatar Kent Overstreet 1-0/+312