summaryrefslogtreecommitdiff
path: root/fs/bcachefs/fs-ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01bcachefs: remove sb lock and flags update on explicit shutdownBrian Foster1-10/+2
2024-01-01bcachefs: make RO snapshots actually ROKent Overstreet1-7/+5
2023-12-06bcachefs: Fix creating snapshot with implict sourceKent Overstreet1-1/+1
2023-11-05bcachefs: x-macro-ify inode flags enumKent Overstreet1-2/+2
2023-10-23bcachefs: snapshot_create_lockKent Overstreet1-2/+12
2023-10-23bcachefs: fs-ioctl: Fix copy_to_user() error codeDan Carpenter1-1/+4
2023-10-23bcachefs: Add btree_trans* to inode_set_fnJoshua Ashton1-4/+7
2023-10-23bcachefs: Convert -ENOENT to private error codesKent Overstreet1-1/+1
2023-10-23bcachefs: Improve error handling in bch2_ioctl_subvolume_destroy()Kent Overstreet1-7/+8
2023-10-23bcachefs: Support FS_XFLAG_PROJINHERITKent Overstreet1-0/+16
2023-10-23bcachefs: Errcodes can now subtype standard error codesKent Overstreet1-17/+33
2023-10-23bcachefs: Add BCH_SUBVOLUME_UNLINKEDKent Overstreet1-1/+1
2023-10-23bcachefs: Delete dentry when deleting snapshotsKent Overstreet1-1/+8
2023-10-23bcachefs: Snapshot creation, deletionKent Overstreet1-0/+168
2023-10-23bcachefs: Plumb through subvolume idKent Overstreet1-5/+3
2023-10-23bcachefs: Add subvolume to ei_inode_infoKent Overstreet1-3/+3
2023-10-23bcachefs: Improve FS_IOC_GOINGDOWN ioctlKent Overstreet1-11/+49
2023-10-23bcachefs: Kill ei_str_hashKent Overstreet1-2/+2
2023-10-23bcachefs: Some project id fixesKent Overstreet1-1/+5
2023-10-23bcachefs: Factor out fs-common.cKent Overstreet1-0/+10
2023-10-23bcachefs: Improve bch2_lock_inodes()Kent Overstreet1-2/+2
2023-10-23bcachefs: some improvements to startup messages and optionsKent Overstreet1-1/+2
2023-10-23bcachefs: fix new reinherit_attrs ioctlKent Overstreet1-1/+1
2023-10-23bcachefs: more project quota fixesKent Overstreet1-20/+6
2023-10-23bcachefs: bch2_ioc_reinherit_attrs()Kent Overstreet1-1/+76
2023-10-23bcachefs: Add flags to indicate if inode opts were inherited or explicitly setKent Overstreet1-1/+8
2023-10-23bcachefs: bch2_fs_quota_transferKent Overstreet1-12/+3
2023-10-23bcachefs: Fix mtime/ctime updatesKent Overstreet1-83/+9
2023-10-23bcachefs: Initial commitKent Overstreet1-0/+312