开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
subvolume.c
Age
Commit message (
Expand
)
Author
2023-10-22
bcachefs: bch2_mark_snapshot() now called like other triggers
Kent Overstreet
2023-10-22
bcachefs: Change bkey_invalid() rw param to flags
Kent Overstreet
2023-10-22
bcachefs: Debug mode for c->writes references
Kent Overstreet
2023-10-22
bcachefs: New btree helpers
Kent Overstreet
2023-10-22
bcachefs: More errcode cleanup
Kent Overstreet
2023-10-22
bcachefs: New bpos_cmp(), bkey_cmp() replacements
Kent Overstreet
2023-10-22
bcachefs: Better inlining in bch2_subvolume_get_snapshot()
Kent Overstreet
2023-10-22
bcachefs: More style fixes
Kent Overstreet
2023-10-22
bcachefs: Add private error codes for ENOSPC
Kent Overstreet
2023-10-22
bcachefs: Fix bch2_fs_check_snapshots()
Kent Overstreet
2023-10-22
bcachefs: Fix missing error handling in bch2_subvolume_delete()
Kent Overstreet
2023-10-22
bcachefs: EINTR -> BCH_ERR_transaction_restart
Kent Overstreet
2023-10-22
bcachefs: Use bch2_err_str() in error messages
Kent Overstreet
2023-10-22
bcachefs: Convert subvol code to for_each_btree_key_commit()
Kent Overstreet
2023-10-22
bcachefs: for_each_btree_key2()
Kent Overstreet
2023-10-22
bcachefs: Improve fsck for subvols/snapshots
Kent Overstreet
2023-10-22
bcachefs: Fix subvol/snapshot deleting in recovery
Kent Overstreet
2023-10-22
bcachefs: Switch data_update path to snapshot_id_list
Kent Overstreet
2023-10-22
bcachefs: Fix snapshot deletion
Kent Overstreet
2023-10-22
bcachefs: Rename __bch2_trans_do() -> commit_do()
Kent Overstreet
2023-10-22
bcachefs: Always use percpu_ref_tryget_live() on c->writes
Kent Overstreet
2023-10-22
bcachefs: Printbuf rework
Kent Overstreet
2023-10-22
bcachefs: Add rw to .key_invalid()
Kent Overstreet
2023-10-22
bcachefs: Convert .key_invalid methods to printbufs
Kent Overstreet
2023-10-22
bcachefs: Fix error path in bch2_snapshot_set_equiv()
Kent Overstreet
2023-10-22
bcachefs: darrays
Kent Overstreet
2023-10-22
bcachefs: New snapshot unit test
Kent Overstreet
2023-10-22
bcachefs: Fix an error path in bch2_snapshot_node_create()
Kent Overstreet
2023-10-22
bcachefs: bch2_trans_update() is now __must_check
Kent Overstreet
2023-10-22
bcachefs: Fix quota support for snapshots
Kent Overstreet
2023-10-22
bcachefs: Convert bch2_mark_key() to take a btree_trans *
Kent Overstreet
2023-10-22
bcachefs: Move bch2_evict_subvolume_inodes() to fs.c
Kent Overstreet
2023-10-22
bcachefs: Add BCH_SUBVOLUME_UNLINKED
Kent Overstreet
2023-10-22
bcachefs: Fix a cache coherency bug in bch2_subvolume_create()
Kent Overstreet
2023-10-22
bcachefs: bch2_subvolume_get()
Kent Overstreet
2023-10-22
bcachefs: Subvolumes, snapshots
Kent Overstreet