index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
reflink.c
Age
Commit message (
Expand
)
Author
2023-10-22
bcachefs: Break up io.c
Kent Overstreet
2023-10-22
bcachefs: Change check for invalid key types
Kent Overstreet
2023-10-22
bcachefs: Don't reuse reflink btree keyspace
Kent Overstreet
2023-10-22
bcachefs: bkey_ops.min_val_size
Kent Overstreet
2023-10-22
bcachefs: Don't use BTREE_ITER_INTENT in make_extent_indirect()
Kent Overstreet
2023-10-22
bcachefs: Drop some anonymous structs, unions
Kent Overstreet
2023-10-22
bcachefs: Change bkey_invalid() rw param to flags
Kent Overstreet
2023-10-22
bcachefs: Unwritten extents support
Kent Overstreet
2023-10-22
bcachefs: Debug mode for c->writes references
Kent Overstreet
2023-10-22
bcachefs: Use for_each_btree_key_upto() more consistently
Kent Overstreet
2023-10-22
bcachefs: Convert EROFS errors to private error codes
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: Kill BCH_WRITE_FLUSH
Kent Overstreet
2023-10-22
bcachefs: EINTR -> BCH_ERR_transaction_restart
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: Plumb btree_id & level to trans_mark
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: Move deletion of refcount=0 indirect extents to their triggers
Kent Overstreet
2023-10-22
bcachefs: Fix reflink path for snapshots
Kent Overstreet
2023-10-22
bcachefs: Improve bch2_reflink_p_to_text()
Kent Overstreet
2023-10-22
bcachefs: Inode updates should generally be BTREE_INSERT_NOFAIL
Kent Overstreet
2023-10-22
bcachefs: Switch fsync to use bi_journal_seq
Kent Overstreet
2023-10-22
bcachefs: Fix restart handling in for_each_btree_key()
Kent Overstreet
2023-10-22
bcachefs: Fix for leaking of reflinked extents
Kent Overstreet
2023-10-22
bcachefs: bch2_trans_exit() no longer returns errors
Kent Overstreet
2023-10-22
bcachefs: Zero out reflink_p val in bch2_make_extent_indirect()
Kent Overstreet
2023-10-22
bcachefs: Convert io paths for snapshots
Kent Overstreet
2023-10-22
bcachefs: Plumb through subvolume id
Kent Overstreet
2023-10-22
bcachefs: btree_path
Kent Overstreet
2023-10-22
bcachefs: Use bch2_trans_begin() more consistently
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: Merging for indirect extents
Kent Overstreet
2023-10-22
bcachefs: Clean up key merging
Kent Overstreet
2023-10-22
bcachefs: Fix a buffer overrun
Kent Overstreet
2023-10-22
bcachefs: Don't fragment extents when making them indirect
Kent Overstreet
2023-10-22
bcachefs: Fsck for reflink refcounts
Kent Overstreet
2023-10-22
bcachefs: Fix for buffered writes getting -ENOSPC
Kent Overstreet
2023-10-22
bcachefs: Split extents if necessary in bch2_trans_update()
Kent Overstreet
2023-10-22
bcachefs: Make sure to pass a disk reservation to bch2_extent_update()
Kent Overstreet
2023-10-22
bcachefs: Require all btree iterators to be freed
Kent Overstreet
2023-10-22
bcachefs: Fix a btree iterator leak
Kent Overstreet
2023-10-22
bcachefs: Kill reflink option
Kent Overstreet
2023-10-22
bcachefs: Rename BTREE_ID enums for consistency with other enums
Kent Overstreet
2023-10-22
bcachefs: Reduce/kill BKEY_PADDED use
Kent Overstreet
2023-10-22
bcachefs: Indirect inline data extents
Kent Overstreet
2023-10-22
bcachefs: Add an option to disable reflink support
Kent Overstreet
[next]