index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
fs-ioctl.c
Age
Commit message (
Expand
)
Author
2024-06-21
bcachefs: Replace bare EEXIST with private error codes
Kent Overstreet
2024-06-10
bcachefs: Fix snapshot_create_lock lock ordering
Kent Overstreet
2024-05-08
bcachefs: Correct the FS_IOC_GETFLAGS to FS_IOC32_GETFLAGS in bch2_compat_fs_...
Youling Tang
2024-01-28
bcachefs: unlock parent dir if entry is not found in subvolume deletion
Guoyu Ou
2024-01-21
Merge tag 'bcachefs-2024-01-21' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
2024-01-21
bcachefs: grab s_umount only if snapshotting
Su Yue
2024-01-12
Merge tag 'pull-bcachefs-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-01-10
Merge tag 'bcachefs-2024-01-10' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
2024-01-08
Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-01-01
bcachefs: remove sb lock and flags update on explicit shutdown
Brian Foster
2024-01-01
bcachefs: make RO snapshots actually RO
Kent Overstreet
2023-12-06
bcachefs: Fix creating snapshot with implict source
Kent Overstreet
2023-11-18
bdev: rename freeze and thaw helpers
Christian Brauner
2023-11-15
bch2_ioctl_subvolume_destroy(): fix locking
Al Viro
2023-11-05
bcachefs: x-macro-ify inode flags enum
Kent Overstreet
2023-10-22
bcachefs: snapshot_create_lock
Kent Overstreet
2023-10-22
bcachefs: fs-ioctl: Fix copy_to_user() error code
Dan Carpenter
2023-10-22
bcachefs: Add btree_trans* to inode_set_fn
Joshua Ashton
2023-10-22
bcachefs: Convert -ENOENT to private error codes
Kent Overstreet
2023-10-22
bcachefs: Improve error handling in bch2_ioctl_subvolume_destroy()
Kent Overstreet
2023-10-22
bcachefs: Support FS_XFLAG_PROJINHERIT
Kent Overstreet
2023-10-22
bcachefs: Errcodes can now subtype standard error codes
Kent Overstreet
2023-10-22
bcachefs: Add BCH_SUBVOLUME_UNLINKED
Kent Overstreet
2023-10-22
bcachefs: Delete dentry when deleting snapshots
Kent Overstreet
2023-10-22
bcachefs: Snapshot creation, deletion
Kent Overstreet
2023-10-22
bcachefs: Plumb through subvolume id
Kent Overstreet
2023-10-22
bcachefs: Add subvolume to ei_inode_info
Kent Overstreet
2023-10-22
bcachefs: Improve FS_IOC_GOINGDOWN ioctl
Kent Overstreet
2023-10-22
bcachefs: Kill ei_str_hash
Kent Overstreet
2023-10-22
bcachefs: Some project id fixes
Kent Overstreet
2023-10-22
bcachefs: Factor out fs-common.c
Kent Overstreet
2023-10-22
bcachefs: Improve bch2_lock_inodes()
Kent Overstreet
2023-10-22
bcachefs: some improvements to startup messages and options
Kent Overstreet
2023-10-22
bcachefs: fix new reinherit_attrs ioctl
Kent Overstreet
2023-10-22
bcachefs: more project quota fixes
Kent Overstreet
2023-10-22
bcachefs: bch2_ioc_reinherit_attrs()
Kent Overstreet
2023-10-22
bcachefs: Add flags to indicate if inode opts were inherited or explicitly set
Kent Overstreet
2023-10-22
bcachefs: bch2_fs_quota_transfer
Kent Overstreet
2023-10-22
bcachefs: Fix mtime/ctime updates
Kent Overstreet
2023-10-22
bcachefs: Initial commit
Kent Overstreet