aboutsummaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/fs-ioctl.c
AgeCommit message (Expand)AuthorFilesLines
11 daysbcachefs: Correct the FS_IOC_GETFLAGS to FS_IOC32_GETFLAGS in bch2_compat_fs_...Youling Tang1-1/+1
2024-01-28bcachefs: unlock parent dir if entry is not found in subvolume deletionGuoyu Ou1-2/+2
2024-01-21Merge tag 'bcachefs-2024-01-21' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-6/+5
2024-01-21bcachefs: grab s_umount only if snapshottingSu Yue1-6/+5
2024-01-12Merge tag 'pull-bcachefs-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-14/+17
2024-01-10Merge tag 'bcachefs-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-10/+2
2024-01-08Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-2/+2
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-18bdev: rename freeze and thaw helpersChristian Brauner1-2/+2
2023-11-15bch2_ioctl_subvolume_destroy(): fix lockingAl Viro1-14/+17
2023-11-05bcachefs: x-macro-ify inode flags enumKent Overstreet1-2/+2
2023-10-22bcachefs: snapshot_create_lockKent Overstreet1-2/+12
2023-10-22bcachefs: fs-ioctl: Fix copy_to_user() error codeDan Carpenter1-1/+4
2023-10-22bcachefs: Add btree_trans* to inode_set_fnJoshua Ashton1-4/+7
2023-10-22bcachefs: Convert -ENOENT to private error codesKent Overstreet1-1/+1
2023-10-22bcachefs: Improve error handling in bch2_ioctl_subvolume_destroy()Kent Overstreet1-7/+8
2023-10-22bcachefs: Support FS_XFLAG_PROJINHERITKent Overstreet1-0/+16
2023-10-22bcachefs: Errcodes can now subtype standard error codesKent Overstreet1-17/+33
2023-10-22bcachefs: Add BCH_SUBVOLUME_UNLINKEDKent Overstreet1-1/+1
2023-10-22bcachefs: Delete dentry when deleting snapshotsKent Overstreet1-1/+8
2023-10-22bcachefs: Snapshot creation, deletionKent Overstreet1-0/+168
2023-10-22bcachefs: Plumb through subvolume idKent Overstreet1-5/+3
2023-10-22bcachefs: Add subvolume to ei_inode_infoKent Overstreet1-3/+3
2023-10-22bcachefs: Improve FS_IOC_GOINGDOWN ioctlKent Overstreet1-11/+49
2023-10-22bcachefs: Kill ei_str_hashKent Overstreet1-2/+2
2023-10-22bcachefs: Some project id fixesKent Overstreet1-1/+5
2023-10-22bcachefs: Factor out fs-common.cKent Overstreet1-0/+10
2023-10-22bcachefs: Improve bch2_lock_inodes()Kent Overstreet1-2/+2
2023-10-22bcachefs: some improvements to startup messages and optionsKent Overstreet1-1/+2
2023-10-22bcachefs: fix new reinherit_attrs ioctlKent Overstreet1-1/+1
2023-10-22bcachefs: more project quota fixesKent Overstreet1-20/+6
2023-10-22bcachefs: bch2_ioc_reinherit_attrs()Kent Overstreet1-1/+76
2023-10-22bcachefs: Add flags to indicate if inode opts were inherited or explicitly setKent Overstreet1-1/+8
2023-10-22bcachefs: bch2_fs_quota_transferKent Overstreet1-12/+3
2023-10-22bcachefs: Fix mtime/ctime updatesKent Overstreet1-83/+9
2023-10-22bcachefs: Initial commitKent Overstreet1-0/+312