index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bcachefs: move: convert to bbpos
Kent Overstreet
2023-10-31
7
-31
/
+38
*
bcachefs: moving_context now owns a btree_trans
Kent Overstreet
2023-10-31
4
-88
/
+70
*
bcachefs: move.c exports, refactoring
Kent Overstreet
2023-10-31
3
-59
/
+85
*
bcachefs: Guard against unknown compression options
Kent Overstreet
2023-10-31
6
-12
/
+45
*
bcachefs: trivial extents.c refactoring
Kent Overstreet
2023-10-31
1
-11
/
+11
*
bcachefs: Fix bch2_prt_bitflags()
Kent Overstreet
2023-10-31
1
-2
/
+2
*
bcachefs: Check for too-large encoded extents
Kent Overstreet
2023-10-31
6
-4
/
+64
*
bcachefs: Ensure we don't exceed encoded_extent_max
Kent Overstreet
2023-10-31
1
-0
/
+1
*
bcachefs: bch2_disk_path_to_text() no longer takes sb_lock
Kent Overstreet
2023-10-31
5
-14
/
+61
*
bcachefs: Split out disk_groups_types.h
Kent Overstreet
2023-10-31
4
-12
/
+20
*
bcachefs: Split apart bch2_target_to_text(), bch2_target_to_text_sb()
Kent Overstreet
2023-10-31
2
-37
/
+59
*
bcachefs: All triggers are BTREE_TRIGGER_WANTS_OLD_AND_NEW
Kent Overstreet
2023-10-31
5
-82
/
+105
*
bcachefs: Improve io option handling in data move path
Kent Overstreet
2023-10-31
2
-50
/
+107
*
bcachefs: Ensure devices are always correctly initialized
Kent Overstreet
2023-10-31
7
-36
/
+73
*
bcachefs: Delete duplicate time stats initialization
Kent Overstreet
2023-10-31
1
-6
/
+0
*
bcachefs: Kill dead code extent_save()
Kent Overstreet
2023-10-31
1
-18
/
+0
*
bcachefs: Fix ca->oldest_gen allocation
Kent Overstreet
2023-10-31
1
-4
/
+2
*
bcachefs: Fix shrinker names
Kent Overstreet
2023-10-31
2
-2
/
+2
*
bcachefs: Fix btree_node_type enum
Kent Overstreet
2023-10-31
4
-29
/
+41
*
bcachefs: bch2_btree_id_str()
Kent Overstreet
2023-10-31
20
-68
/
+74
*
bcachefs: Don't run bch2_delete_dead_snapshots() unnecessarily
Kent Overstreet
2023-10-31
7
-54
/
+51
*
bcachefs: Fix lock ordering with snapshot_create_lock
Kent Overstreet
2023-10-31
1
-0
/
+1
*
six locks: Lock contended tracepoints
Kent Overstreet
2023-10-31
1
-2
/
+6
*
closures: Fix race in closure_sync()
Kent Overstreet
2023-10-31
1
-0
/
+1
*
Merge tag 'bcachefs-2023-10-30' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
2023-10-30
1
-6
/
+6
*
bcachefs: Refactor memcpy into direct assignment
Kees Cook
2023-10-22
1
-6
/
+4
*
bcachefs: Fix drop_alloc_keys()
Kent Overstreet
2023-10-22
1
-15
/
+15
*
bcachefs: snapshot_create_lock
Kent Overstreet
2023-10-22
5
-7
/
+44
*
bcachefs: Fix snapshot skiplists during snapshot deletion
Kent Overstreet
2023-10-22
1
-0
/
+3
*
bcachefs: bch2_sb_field_get() refactoring
Kent Overstreet
2023-10-22
13
-82
/
+71
*
bcachefs: KEY_TYPE_error now counts towards i_sectors
Kent Overstreet
2023-10-22
1
-0
/
+1
*
bcachefs: Fix handling of unknown bkey types
Kent Overstreet
2023-10-22
1
-1
/
+0
*
bcachefs: Switch to unsafe_memcpy() in a few places
Kent Overstreet
2023-10-22
2
-5
/
+8
*
bcachefs: Use struct_size()
Christophe JAILLET
2023-10-22
2
-3
/
+2
*
bcachefs: Correctly initialize new buckets on device resize
Kent Overstreet
2023-10-22
3
-9
/
+27
*
bcachefs: Fix another smatch complaint
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Use strsep() in split_devs()
Kent Overstreet
2023-10-22
1
-4
/
+2
*
bcachefs: Add iops fields to bch_member
Hunter Shaffer
2023-10-22
4
-7
/
+35
*
bcachefs: Rename bch_sb_field_members -> bch_sb_field_members_v1
Hunter Shaffer
2023-10-22
5
-20
/
+19
*
bcachefs: New superblock section members_v2
Hunter Shaffer
2023-10-22
9
-160
/
+326
*
bcachefs: Add new helper to retrieve bch_member from sb
Hunter Shaffer
2023-10-22
8
-65
/
+62
*
bcachefs: bucket_lock() is now a sleepable lock
Kent Overstreet
2023-10-22
2
-4
/
+5
*
bcachefs: fix crc32c checksum merge byte order problem
Brian Foster
2023-10-22
1
-2
/
+2
*
bcachefs: Fix bch2_inode_delete_keys()
Kent Overstreet
2023-10-22
1
-2
/
+8
*
bcachefs: Make btree root read errors recoverable
Kent Overstreet
2023-10-22
1
-5
/
+4
*
bcachefs: Fall back to requesting passphrase directly
Kent Overstreet
2023-10-22
1
-2
/
+31
*
bcachefs: Fix looping around bch2_propagate_key_to_snapshot_leaves()
Kent Overstreet
2023-10-22
1
-2
/
+8
*
bcachefs: bch_err_msg(), bch_err_fn() now filters out transaction restart errors
Kent Overstreet
2023-10-22
4
-137
/
+80
*
bcachefs: Silence transaction restart error message
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: More assertions for nocow locking
Kent Overstreet
2023-10-22
3
-8
/
+31
[next]