index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
fs-ioctl.c
Age
Commit message (
Expand
)
Author
2024-09-09
bcachefs: switch to rhashtable for vfs inodes hash
Kent Overstreet
2024-08-22
bcachefs: Fix locking in bch2_ioc_setlabel()
Kent Overstreet
2024-07-14
bcachefs: support FS_IOC_SETFSLABEL
Hongbo Li
2024-07-14
bcachefs: support get fs label
Hongbo Li
2024-07-14
bcachefs: implement FS_IOC_GETVERSION to support lsattr
Hongbo Li
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