summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/fs-ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-02bcachefs: bch_err_throw()Kent Overstreet1-2/+2
2025-05-21bcachefs: bch2_fs_emergency_read_only2()Kent Overstreet1-4/+10
2025-04-21bcachefs: Implement fileattr_(get|set)Kent Overstreet1-217/+0
2025-04-15bcachefs: Log message when incompat version requested but not enabledKent Overstreet1-1/+1
2025-03-31Merge tag 'bcachefs-2025-03-31' of git://evilpiepirate.org/bcachefsLinus Torvalds1-2/+4
2025-03-30bcachefs: bch2_ioctl_subvolume_destroy() fixesKent Overstreet1-2/+4
2025-03-27Merge tag 'bcachefs-2025-03-24' of git://evilpiepirate.org/bcachefsLinus Torvalds1-2/+28
2025-03-24bcachefs: fs-common.c -> namei.cKent Overstreet1-1/+1
2025-03-14bcachefs: Remove unnecessary byte allocationThorsten Blum1-1/+1
2025-03-14bcachefs: bch2_request_incompat_feature() now returns error codeKent Overstreet1-2/+3
2025-03-14bcachefs: bcachefs_metadata_version_casefoldingJoshua Ashton1-0/+25
2025-02-19VFS: change kern_path_locked() and user_path_locked_at() to never return nega...NeilBrown1-4/+0
2024-10-11bcachefs: kill retry_estale() in bch2_ioctl_subvolume_create()Kent Overstreet1-6/+1
2024-09-09bcachefs: switch to rhashtable for vfs inodes hashKent Overstreet1-2/+2
2024-08-22bcachefs: Fix locking in bch2_ioc_setlabel()Kent Overstreet1-2/+1
2024-07-14bcachefs: support FS_IOC_SETFSLABELHongbo Li1-0/+40
2024-07-14bcachefs: support get fs labelHongbo Li1-0/+30
2024-07-14bcachefs: implement FS_IOC_GETVERSION to support lsattrHongbo Li1-1/+9
2024-06-21bcachefs: Replace bare EEXIST with private error codesKent Overstreet1-1/+1
2024-06-10bcachefs: Fix snapshot_create_lock lock orderingKent Overstreet1-12/+5
2024-05-08bcachefs: 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