index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
reflink.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bcachefs: Fix repair path for missing indirect extents
Kent Overstreet
2024-04-01
1
-2
/
+1
*
bcachefs: opts->compression can now also be applied in the background
Kent Overstreet
2024-01-21
1
-3
/
+1
*
bcachefs: Reduce would_deadlock restarts
Kent Overstreet
2024-01-21
1
-0
/
+7
*
bcachefs: BTREE_TRIGGER_ATOMIC
Kent Overstreet
2024-01-21
1
-5
/
+5
*
bcachefs: move "ptrs not changing" optimization to bch2_trigger_extent()
Kent Overstreet
2024-01-06
1
-8
/
+0
*
bcachefs: fsck_err()s don't need to manually check c->sb.version anymore
Kent Overstreet
2024-01-06
1
-8
/
+7
*
bcachefs: Combine .trans_trigger, .atomic_trigger
Kent Overstreet
2024-01-06
1
-1
/
+3
*
bcachefs: unify extent trigger
Kent Overstreet
2024-01-06
1
-1
/
+1
*
bcachefs: unify reflink_p trigger
Kent Overstreet
2024-01-06
1
-76
/
+54
*
bcachefs: kill mem_trigger_run_overwrite_then_insert()
Kent Overstreet
2024-01-06
1
-1
/
+1
*
bcachefs: mark now takes bkey_s
Kent Overstreet
2024-01-06
1
-1
/
+1
*
bcachefs: trans_mark now takes bkey_s
Kent Overstreet
2024-01-06
1
-14
/
+14
*
bcachefs: drop extra semicolon
Kent Overstreet
2024-01-01
1
-1
/
+1
*
bcachefs: Move reflink_p triggers into reflink.c
Kent Overstreet
2024-01-01
1
-0
/
+201
*
bcachefs: Rename BTREE_INSERT flags
Kent Overstreet
2024-01-01
1
-1
/
+1
*
bcachefs: Don't run indirect extent trigger unless inserting/deleting
Kent Overstreet
2023-12-04
1
-0
/
+8
*
bcachefs: Enumerate fsck errors
Kent Overstreet
2023-11-02
1
-3
/
+3
*
bcachefs: rebalance_work
Kent Overstreet
2023-11-02
1
-6
/
+15
*
bcachefs: All triggers are BTREE_TRIGGER_WANTS_OLD_AND_NEW
Kent Overstreet
2023-10-31
1
-21
/
+13
*
bcachefs: Heap allocate btree_trans
Kent Overstreet
2023-10-22
1
-18
/
+18
*
bcachefs: Fix W=12 build errors
Kent Overstreet
2023-10-22
1
-0
/
+4
*
bcachefs: Break up io.c
Kent Overstreet
2023-10-22
1
-1
/
+3
*
bcachefs: Change check for invalid key types
Kent Overstreet
2023-10-22
1
-3
/
+6
*
bcachefs: Don't reuse reflink btree keyspace
Kent Overstreet
2023-10-22
1
-16
/
+4
*
bcachefs: bkey_ops.min_val_size
Kent Overstreet
2023-10-22
1
-20
/
+0
*
bcachefs: Don't use BTREE_ITER_INTENT in make_extent_indirect()
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Drop some anonymous structs, unions
Kent Overstreet
2023-10-22
1
-0
/
+6
*
bcachefs: Change bkey_invalid() rw param to flags
Kent Overstreet
2023-10-22
1
-4
/
+4
*
bcachefs: Unwritten extents support
Kent Overstreet
2023-10-22
1
-1
/
+5
*
bcachefs: Debug mode for c->writes references
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: Use for_each_btree_key_upto() more consistently
Kent Overstreet
2023-10-22
1
-5
/
+1
*
bcachefs: Convert EROFS errors to private error codes
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: More errcode cleanup
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: New bpos_cmp(), bkey_cmp() replacements
Kent Overstreet
2023-10-22
1
-6
/
+6
*
bcachefs: Kill BCH_WRITE_FLUSH
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: EINTR -> BCH_ERR_transaction_restart
Kent Overstreet
2023-10-22
1
-2
/
+3
*
bcachefs: Always use percpu_ref_tryget_live() on c->writes
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Printbuf rework
Kent Overstreet
2023-10-22
1
-7
/
+7
*
bcachefs: Plumb btree_id & level to trans_mark
Kent Overstreet
2023-10-22
1
-1
/
+3
*
bcachefs: Add rw to .key_invalid()
Kent Overstreet
2023-10-22
1
-4
/
+4
*
bcachefs: Convert .key_invalid methods to printbufs
Kent Overstreet
2023-10-22
1
-15
/
+30
*
bcachefs: Move deletion of refcount=0 indirect extents to their triggers
Kent Overstreet
2023-10-22
1
-0
/
+36
*
bcachefs: Fix reflink path for snapshots
Kent Overstreet
2023-10-22
1
-1
/
+2
*
bcachefs: Improve bch2_reflink_p_to_text()
Kent Overstreet
2023-10-22
1
-1
/
+4
*
bcachefs: Inode updates should generally be BTREE_INSERT_NOFAIL
Kent Overstreet
2023-10-22
1
-1
/
+2
*
bcachefs: Switch fsync to use bi_journal_seq
Kent Overstreet
2023-10-22
1
-4
/
+4
*
bcachefs: Fix restart handling in for_each_btree_key()
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: Fix for leaking of reflinked extents
Kent Overstreet
2023-10-22
1
-0
/
+4
*
bcachefs: bch2_trans_exit() no longer returns errors
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Zero out reflink_p val in bch2_make_extent_indirect()
Kent Overstreet
2023-10-22
1
-0
/
+6
[next]