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: Fix missing locking for dentry->d_parent access
Kent Overstreet
2023-11-16
1
-0
/
+9
*
bcachefs: six locks: Fix lost wakeup
Kent Overstreet
2023-11-15
1
-2
/
+5
*
bcachefs: Fix no_data_io mode checksum check
Kent Overstreet
2023-11-15
1
-1
/
+1
*
bcachefs: Fix bch2_check_nlinks() for snapshots
Kent Overstreet
2023-11-15
1
-1
/
+1
*
bcachefs: Don't decrease BTREE_ITER_MAX when LOCKDEP=y
Kent Overstreet
2023-11-15
1
-4
/
+0
*
bcachefs: Disable debug log statements
Kent Overstreet
2023-11-15
1
-0
/
+7
*
bcachefs: Fix missing transaction commit
Kent Overstreet
2023-11-15
1
-2
/
+4
*
bcachefs: Fix error path in bch2_mount()
Kent Overstreet
2023-11-15
1
-7
/
+1
*
bcachefs: Fix potential sleeping during mount
Daniel J Blueman
2023-11-15
1
-0
/
+2
*
bcachefs: Fix iterator leak in may_delete_deleted_inode()
Kent Overstreet
2023-11-15
1
-1
/
+1
*
bcachefs: Kill journal pre-reservations
Kent Overstreet
2023-11-15
11
-275
/
+19
*
bcachefs: Check for nonce offset inconsistency in data_update path
Kent Overstreet
2023-11-14
1
-0
/
+28
*
bcachefs: Make sure to drop/retake btree locks before reclaim
Kent Overstreet
2023-11-14
1
-6
/
+42
*
bcachefs: btree_trans->write_locked
Kent Overstreet
2023-11-14
2
-36
/
+50
*
bcachefs: Run btree key cache shrinker less aggressively
Kent Overstreet
2023-11-14
2
-4
/
+23
*
bcachefs: Split out btree_key_cache_types.h
Kent Overstreet
2023-11-14
2
-26
/
+31
*
bcachefs: Guard against insufficient devices to create stripes
Kent Overstreet
2023-11-14
1
-2
/
+14
*
bcachefs: Fix null ptr deref in bch2_backpointer_get_node()
Kent Overstreet
2023-11-14
1
-5
/
+5
*
bcachefs: Fix multiple -Warray-bounds warnings
Gustavo A. R. Silva
2023-11-14
1
-1
/
+1
*
bcachefs: Use DECLARE_FLEX_ARRAY() helper and fix multiple -Warray-bounds war...
Gustavo A. R. Silva
2023-11-14
1
-1
/
+1
*
bcachefs: Use correct fgf_t type as function argument
Kent Overstreet
2023-11-14
2
-2
/
+2
*
bcachefs: make bch2_target_to_text_sb static
Jiapeng Chong
2023-11-14
1
-1
/
+1
*
Merge tag 'bcachefs-2023-11-5' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
2023-11-07
107
-2291
/
+3966
|
\
|
*
bcachefs: Improve stripe checksum error message
Kent Overstreet
2023-11-05
1
-8
/
+13
|
*
bcachefs: Simplify, fix bch2_backpointer_get_key()
Kent Overstreet
2023-11-05
1
-44
/
+33
|
*
bcachefs: kill thing_it_points_to arg to backpointer_not_found()
Kent Overstreet
2023-11-05
1
-7
/
+6
|
*
bcachefs: bch2_ec_read_extent() now takes btree_trans
Kent Overstreet
2023-11-05
3
-9
/
+5
|
*
bcachefs: bch2_stripe_to_text() now prints ptr gens
Kent Overstreet
2023-11-05
1
-0
/
+1
|
*
bcachefs: Don't iterate over journal entries just for btree roots
Kent Overstreet
2023-11-05
4
-40
/
+29
|
*
bcachefs: Break up bch2_journal_write()
Kent Overstreet
2023-11-05
1
-71
/
+92
|
*
bcachefs: Replace ERANGE with private error codes
Kent Overstreet
2023-11-05
2
-2
/
+4
|
*
bcachefs: bkey_copy() is no longer a macro
Kent Overstreet
2023-11-05
4
-19
/
+15
|
*
bcachefs: x-macro-ify inode flags enum
Kent Overstreet
2023-11-05
9
-83
/
+89
|
*
bcachefs: Convert bch2_fs_open() to darray
Kent Overstreet
2023-11-05
2
-32
/
+34
|
*
bcachefs: Move __bch2_members_v2_get_mut to sb-members.h
Kent Overstreet
2023-11-05
2
-14
/
+14
|
*
bcachefs: bch2_prt_datetime()
Kent Overstreet
2023-11-05
5
-26
/
+22
|
*
bcachefs: CONFIG_BCACHEFS_DEBUG_TRANSACTIONS no longer defaults to y
Kent Overstreet
2023-11-05
1
-1
/
+0
|
*
bcachefs: Add a comment for BTREE_INSERT_NOJOURNAL usage
Kent Overstreet
2023-11-05
4
-4
/
+14
|
*
bcachefs: rebalance_work btree is not a snapshots btree
Kent Overstreet
2023-11-05
5
-12
/
+31
|
*
bcachefs: Add missing printk newlines
Kent Overstreet
2023-11-05
1
-3
/
+3
|
*
bcachefs: Fix recovery when forced to use JSET_NO_FLUSH journal entry
Kent Overstreet
2023-11-05
1
-0
/
+7
|
*
bcachefs: .get_parent() should return an error pointer
Kent Overstreet
2023-11-05
1
-3
/
+0
|
*
bcachefs: Fix bch2_delete_dead_inodes()
Kent Overstreet
2023-11-05
2
-22
/
+69
|
*
bcachefs: use swab40 for bch_backpointer.bucket_offset bitfield
Brian Foster
2023-11-05
3
-10
/
+10
|
*
bcachefs: byte order swap bch_alloc_v4.fragmentation_lru field
Brian Foster
2023-11-05
1
-0
/
+1
|
*
bcachefs: allow writeback to fill bio completely
Brian Foster
2023-11-05
1
-3
/
+16
|
*
bcachefs: fix odebug warn and lockdep splat due to on-stack rhashtable
Brian Foster
2023-11-05
1
-10
/
+14
|
*
bcachefs: update alloc cursor in early bucket allocator
Brian Foster
2023-11-05
1
-4
/
+6
|
*
bcachefs: serialize on cached key in early bucket allocator
Brian Foster
2023-11-05
1
-3
/
+25
|
*
bcachefs: Data move path now uses bch2_trans_unlock_long()
Kent Overstreet
2023-11-05
5
-9
/
+23
[next]