Age | Commit message (Expand) | Author | Files | Lines |
2024-06-10 | bcachefs: Fix snapshot_create_lock lock ordering | Kent Overstreet | 1 | -12/+5 |
2024-05-08 | bcachefs: Correct the FS_IOC_GETFLAGS to FS_IOC32_GETFLAGS in bch2_compat_fs_... | Youling Tang | 1 | -1/+1 |
2024-01-28 | bcachefs: unlock parent dir if entry is not found in subvolume deletion | Guoyu Ou | 1 | -2/+2 |
2024-01-21 | Merge tag 'bcachefs-2024-01-21' of https://evilpiepirate.org/git/bcachefs | Linus Torvalds | 1 | -6/+5 |
2024-01-21 | bcachefs: grab s_umount only if snapshotting | Su Yue | 1 | -6/+5 |
2024-01-12 | Merge tag 'pull-bcachefs-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -14/+17 |
2024-01-10 | Merge tag 'bcachefs-2024-01-10' of https://evilpiepirate.org/git/bcachefs | Linus Torvalds | 1 | -10/+2 |
2024-01-08 | Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -2/+2 |
2024-01-01 | bcachefs: remove sb lock and flags update on explicit shutdown | Brian Foster | 1 | -10/+2 |
2024-01-01 | bcachefs: make RO snapshots actually RO | Kent Overstreet | 1 | -7/+5 |
2023-12-06 | bcachefs: Fix creating snapshot with implict source | Kent Overstreet | 1 | -1/+1 |
2023-11-18 | bdev: rename freeze and thaw helpers | Christian Brauner | 1 | -2/+2 |
2023-11-15 | bch2_ioctl_subvolume_destroy(): fix locking | Al Viro | 1 | -14/+17 |
2023-11-05 | bcachefs: x-macro-ify inode flags enum | Kent Overstreet | 1 | -2/+2 |
2023-10-22 | bcachefs: snapshot_create_lock | Kent Overstreet | 1 | -2/+12 |
2023-10-22 | bcachefs: fs-ioctl: Fix copy_to_user() error code | Dan Carpenter | 1 | -1/+4 |
2023-10-22 | bcachefs: Add btree_trans* to inode_set_fn | Joshua Ashton | 1 | -4/+7 |
2023-10-22 | bcachefs: Convert -ENOENT to private error codes | Kent Overstreet | 1 | -1/+1 |
2023-10-22 | bcachefs: Improve error handling in bch2_ioctl_subvolume_destroy() | Kent Overstreet | 1 | -7/+8 |
2023-10-22 | bcachefs: Support FS_XFLAG_PROJINHERIT | Kent Overstreet | 1 | -0/+16 |
2023-10-22 | bcachefs: Errcodes can now subtype standard error codes | Kent Overstreet | 1 | -17/+33 |
2023-10-22 | bcachefs: Add BCH_SUBVOLUME_UNLINKED | Kent Overstreet | 1 | -1/+1 |
2023-10-22 | bcachefs: Delete dentry when deleting snapshots | Kent Overstreet | 1 | -1/+8 |
2023-10-22 | bcachefs: Snapshot creation, deletion | Kent Overstreet | 1 | -0/+168 |
2023-10-22 | bcachefs: Plumb through subvolume id | Kent Overstreet | 1 | -5/+3 |
2023-10-22 | bcachefs: Add subvolume to ei_inode_info | Kent Overstreet | 1 | -3/+3 |
2023-10-22 | bcachefs: Improve FS_IOC_GOINGDOWN ioctl | Kent Overstreet | 1 | -11/+49 |
2023-10-22 | bcachefs: Kill ei_str_hash | Kent Overstreet | 1 | -2/+2 |
2023-10-22 | bcachefs: Some project id fixes | Kent Overstreet | 1 | -1/+5 |
2023-10-22 | bcachefs: Factor out fs-common.c | Kent Overstreet | 1 | -0/+10 |
2023-10-22 | bcachefs: Improve bch2_lock_inodes() | Kent Overstreet | 1 | -2/+2 |
2023-10-22 | bcachefs: some improvements to startup messages and options | Kent Overstreet | 1 | -1/+2 |
2023-10-22 | bcachefs: fix new reinherit_attrs ioctl | Kent Overstreet | 1 | -1/+1 |
2023-10-22 | bcachefs: more project quota fixes | Kent Overstreet | 1 | -20/+6 |
2023-10-22 | bcachefs: bch2_ioc_reinherit_attrs() | Kent Overstreet | 1 | -1/+76 |
2023-10-22 | bcachefs: Add flags to indicate if inode opts were inherited or explicitly set | Kent Overstreet | 1 | -1/+8 |
2023-10-22 | bcachefs: bch2_fs_quota_transfer | Kent Overstreet | 1 | -12/+3 |
2023-10-22 | bcachefs: Fix mtime/ctime updates | Kent Overstreet | 1 | -83/+9 |
2023-10-22 | bcachefs: Initial commit | Kent Overstreet | 1 | -0/+312 |