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-common.c
Age
Commit message (
Expand
)
Author
2024-03-13
bcachefs: Check for subvolume children when deleting subvolumes
Kent Overstreet
2024-03-13
bcachefs: bch_subvolume::fs_path_parent
Kent Overstreet
2024-03-10
bcachefs: Subvolumes may now be renamed
Kent Overstreet
2024-03-10
bcachefs: Cleanup bch2_dirent_lookup_trans()
Kent Overstreet
2024-01-05
bcachefs: fsck_err()s don't need to manually check c->sb.version anymore
Kent Overstreet
2023-11-05
bcachefs: x-macro-ify inode flags enum
Kent Overstreet
2023-10-22
bcachefs: Convert -ENOENT to private error codes
Kent Overstreet
2023-10-22
bcachefs: Assorted checkpatch fixes
Kent Overstreet
2023-10-22
bcachefs: Don't allow hardlinks when inherited attrs would change
Kent Overstreet
2023-10-22
bcachefs: Don't BUG_ON() inode link count underflow
Kent Overstreet
2023-10-22
bcachefs: Add more time_stats
Kent Overstreet
2023-10-22
bcachefs: Add BCH_SUBVOLUME_UNLINKED
Kent Overstreet
2023-10-22
bcachefs: Snapshot deletion fix
Kent Overstreet
2023-10-22
bcachefs: bch2_subvolume_get()
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 support for dirents that point to subvolumes
Kent Overstreet
2023-10-22
bcachefs: Add missing BTREE_ITER_INTENT
Kent Overstreet
2023-10-22
bcachefs: btree_path
Kent Overstreet
2023-10-22
bcachefs: Always check for transaction restarts
Kent Overstreet
2023-10-22
bcachefs: Improve iter->should_be_locked
Kent Overstreet
2023-10-22
bcachefs: Fix pathalogical behaviour with inode sharding by cpu ID
Kent Overstreet
2023-10-22
bcachefs: Fix inode backpointers in RENAME_OVERWRITE
Kent Overstreet
2023-10-22
bcachefs: Improved check_directory_structure()
Kent Overstreet
2023-10-22
bcachefs: Change inode allocation code for snapshots
Kent Overstreet
2023-10-22
bcachefs: Inode backpointers
Kent Overstreet
2023-10-22
bcachefs: Inode create optimization
Kent Overstreet
2023-10-22
bcachefs: Make sure we're releasing btree iterators
Kent Overstreet
2023-10-22
bcachefs: Update directory timestamps during link
Justin Husted
2023-10-22
bcachefs: Can't be holding read locks while taking write locks
Kent Overstreet
2023-10-22
bcachefs: Factor out fs-common.c
Kent Overstreet