summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/fs-ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Fix creating snapshot with implict sourceKent Overstreet2023-12-061-1/+1
* bcachefs: x-macro-ify inode flags enumKent Overstreet2023-11-051-2/+2
* bcachefs: snapshot_create_lockKent Overstreet2023-10-221-2/+12
* bcachefs: fs-ioctl: Fix copy_to_user() error codeDan Carpenter2023-10-221-1/+4
* bcachefs: Add btree_trans* to inode_set_fnJoshua Ashton2023-10-221-4/+7
* bcachefs: Convert -ENOENT to private error codesKent Overstreet2023-10-221-1/+1
* bcachefs: Improve error handling in bch2_ioctl_subvolume_destroy()Kent Overstreet2023-10-221-7/+8
* bcachefs: Support FS_XFLAG_PROJINHERITKent Overstreet2023-10-221-0/+16
* bcachefs: Errcodes can now subtype standard error codesKent Overstreet2023-10-221-17/+33
* bcachefs: Add BCH_SUBVOLUME_UNLINKEDKent Overstreet2023-10-221-1/+1
* bcachefs: Delete dentry when deleting snapshotsKent Overstreet2023-10-221-1/+8
* bcachefs: Snapshot creation, deletionKent Overstreet2023-10-221-0/+168
* bcachefs: Plumb through subvolume idKent Overstreet2023-10-221-5/+3
* bcachefs: Add subvolume to ei_inode_infoKent Overstreet2023-10-221-3/+3
* bcachefs: Improve FS_IOC_GOINGDOWN ioctlKent Overstreet2023-10-221-11/+49
* bcachefs: Kill ei_str_hashKent Overstreet2023-10-221-2/+2
* bcachefs: Some project id fixesKent Overstreet2023-10-221-1/+5
* bcachefs: Factor out fs-common.cKent Overstreet2023-10-221-0/+10
* bcachefs: Improve bch2_lock_inodes()Kent Overstreet2023-10-221-2/+2
* bcachefs: some improvements to startup messages and optionsKent Overstreet2023-10-221-1/+2
* bcachefs: fix new reinherit_attrs ioctlKent Overstreet2023-10-221-1/+1
* bcachefs: more project quota fixesKent Overstreet2023-10-221-20/+6
* bcachefs: bch2_ioc_reinherit_attrs()Kent Overstreet2023-10-221-1/+76
* bcachefs: Add flags to indicate if inode opts were inherited or explicitly setKent Overstreet2023-10-221-1/+8
* bcachefs: bch2_fs_quota_transferKent Overstreet2023-10-221-12/+3
* bcachefs: Fix mtime/ctime updatesKent Overstreet2023-10-221-83/+9
* bcachefs: Initial commitKent Overstreet2023-10-221-0/+312