summaryrefslogtreecommitdiff
path: root/fs/bcachefs/fs-ioctl.c
AgeCommit message (Expand)Author
2025-06-02bcachefs: bch_err_throw()Kent Overstreet
2025-05-21bcachefs: bch2_fs_emergency_read_only2()Kent Overstreet
2025-04-21bcachefs: Implement fileattr_(get|set)Kent Overstreet
2025-04-15bcachefs: Log message when incompat version requested but not enabledKent Overstreet
2025-03-31Merge tag 'bcachefs-2025-03-31' of git://evilpiepirate.org/bcachefsLinus Torvalds
2025-03-30bcachefs: bch2_ioctl_subvolume_destroy() fixesKent Overstreet
2025-03-27Merge tag 'bcachefs-2025-03-24' of git://evilpiepirate.org/bcachefsLinus Torvalds
2025-03-24bcachefs: fs-common.c -> namei.cKent Overstreet
2025-03-14bcachefs: Remove unnecessary byte allocationThorsten Blum
2025-03-14bcachefs: bch2_request_incompat_feature() now returns error codeKent Overstreet
2025-03-14bcachefs: bcachefs_metadata_version_casefoldingJoshua Ashton
2025-02-19VFS: change kern_path_locked() and user_path_locked_at() to never return nega...NeilBrown
2024-10-11bcachefs: kill retry_estale() in bch2_ioctl_subvolume_create()Kent Overstreet
2024-09-09bcachefs: switch to rhashtable for vfs inodes hashKent Overstreet
2024-08-22bcachefs: Fix locking in bch2_ioc_setlabel()Kent Overstreet
2024-07-14bcachefs: support FS_IOC_SETFSLABELHongbo Li
2024-07-14bcachefs: support get fs labelHongbo Li
2024-07-14bcachefs: implement FS_IOC_GETVERSION to support lsattrHongbo Li
2024-06-21bcachefs: Replace bare EEXIST with private error codesKent Overstreet
2024-06-10bcachefs: Fix snapshot_create_lock lock orderingKent Overstreet
2024-05-08bcachefs: Correct the FS_IOC_GETFLAGS to FS_IOC32_GETFLAGS in bch2_compat_fs_...Youling Tang
2024-01-28bcachefs: unlock parent dir if entry is not found in subvolume deletionGuoyu Ou
2024-01-21Merge tag 'bcachefs-2024-01-21' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-01-21bcachefs: grab s_umount only if snapshottingSu Yue
2024-01-12Merge tag 'pull-bcachefs-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-01-10Merge tag 'bcachefs-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-01-08Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-01-01bcachefs: remove sb lock and flags update on explicit shutdownBrian Foster
2024-01-01bcachefs: make RO snapshots actually ROKent Overstreet
2023-12-06bcachefs: Fix creating snapshot with implict sourceKent Overstreet
2023-11-18bdev: rename freeze and thaw helpersChristian Brauner
2023-11-15bch2_ioctl_subvolume_destroy(): fix lockingAl Viro
2023-11-05bcachefs: x-macro-ify inode flags enumKent Overstreet
2023-10-22bcachefs: snapshot_create_lockKent Overstreet
2023-10-22bcachefs: fs-ioctl: Fix copy_to_user() error codeDan Carpenter
2023-10-22bcachefs: Add btree_trans* to inode_set_fnJoshua Ashton
2023-10-22bcachefs: Convert -ENOENT to private error codesKent Overstreet
2023-10-22bcachefs: Improve error handling in bch2_ioctl_subvolume_destroy()Kent Overstreet
2023-10-22bcachefs: Support FS_XFLAG_PROJINHERITKent Overstreet
2023-10-22bcachefs: Errcodes can now subtype standard error codesKent Overstreet
2023-10-22bcachefs: Add BCH_SUBVOLUME_UNLINKEDKent Overstreet
2023-10-22bcachefs: Delete dentry when deleting snapshotsKent Overstreet
2023-10-22bcachefs: Snapshot creation, deletionKent Overstreet
2023-10-22bcachefs: Plumb through subvolume idKent Overstreet
2023-10-22bcachefs: Add subvolume to ei_inode_infoKent Overstreet
2023-10-22bcachefs: Improve FS_IOC_GOINGDOWN ioctlKent Overstreet
2023-10-22bcachefs: Kill ei_str_hashKent Overstreet
2023-10-22bcachefs: Some project id fixesKent Overstreet
2023-10-22bcachefs: Factor out fs-common.cKent Overstreet
2023-10-22bcachefs: Improve bch2_lock_inodes()Kent Overstreet