index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
extcon
/
Kconfig
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-03-14
bcachefs: Rename journal_keys.d -> journal_keys.data
Kent Overstreet
3
-42
/
+42
2024-03-14
bcachefs: jset_entry for loops declare loop iter
Kent Overstreet
4
-9
/
+2
2024-03-14
bcachefs: Errcode tracepoint, documentation
Kent Overstreet
4
-6
/
+59
2024-03-14
bcachefs: remove redundant assignment to variable ret
Colin Ian King
1
-1
/
+0
2024-03-14
bcachefs: Silence gcc warnings about arm arch ABI drift
Calvin Owens
1
-0
/
+3
2024-03-14
bcachefs: Add journal.blocked to journal_debug_to_text()
Kent Overstreet
1
-0
/
+1
2024-03-14
bcachefs: Fix journal_buf bitfield accesses
Kent Overstreet
2
-6
/
+13
2024-03-14
bcachefs: Split out discard fastpath
Kent Overstreet
3
-7
/
+146
2024-03-14
bcachefs: improve bch2_journal_buf_to_text()
Kent Overstreet
1
-9
/
+24
2024-03-14
bcachefs: Drop redundant btree_path_downgrade()s
Kent Overstreet
1
-1
/
+2
2024-03-14
bcachefs: rebalance_status now shows correct units
Daniel Hill
1
-2
/
+2
2024-03-14
bcachefs: more informative write path error message
Kent Overstreet
1
-5
/
+11
2024-03-14
bcachefs: check_path() now only needs to walk up to subvolume root
Kent Overstreet
1
-3
/
+3
2024-03-14
bcachefs: bch2_check_subvolume_structure()
Kent Overstreet
3
-27
/
+135
2024-03-14
bcachefs: omit alignment attribute on big endian struct bkey
Thomas Bertschinger
1
-2
/
+35
2024-03-14
bcachefs: bch2_trigger_alloc() handles state changes better
Kent Overstreet
1
-8
/
+13
2024-03-14
bcachefs: bch2_print_opts()
Kent Overstreet
3
-6
/
+27
2024-03-14
bcachefs: Improve error messages in device remove path
Kent Overstreet
1
-5
/
+5
2024-03-14
bcachefs: Use kvzalloc() when dynamically allocating btree paths
Kent Overstreet
1
-2
/
+2
2024-03-14
bcachefs: Track iter->ip_allocated at bch2_trans_copy_iter()
Kent Overstreet
1
-0
/
+3
2024-03-14
bcachefs: Save key_cache_path in peek_slot()
Kent Overstreet
1
-0
/
+1
2024-03-14
bcachefs: Pin btree cache in ram for random access in fsck
Kent Overstreet
5
-91
/
+72
2024-03-14
bcachefs: Check for subvolume children when deleting subvolumes
Kent Overstreet
5
-9
/
+32
2024-03-14
bcachefs: BTREE_ID_subvolume_children
Kent Overstreet
7
-3
/
+114
2024-03-14
bcachefs: bch_subvolume::fs_path_parent
Kent Overstreet
7
-13
/
+88
2024-03-14
bcachefs: bch2_btree_bit_mod()
Kent Overstreet
2
-0
/
+22
2024-03-14
bcachefs: bch2_btree_bit_mod -> bch2_btree_bit_mod_buffered
Kent Overstreet
5
-9
/
+11
2024-03-14
bcachefs: Correctly reattach subvolumes
Kent Overstreet
3
-10
/
+28
2024-03-14
bcachefs: check_path() now prints full inode when reattaching
Kent Overstreet
1
-8
/
+18
2024-03-14
bcachefs: Pass inode bkey to check_path()
Kent Overstreet
2
-29
/
+40
2024-03-14
bcachefs: Fix path where dirent -> subvol missing and we don't fix
Kent Overstreet
1
-4
/
+9
2024-03-14
bcachefs: bch_subvolume::parent -> creation_parent
Kent Overstreet
2
-13
/
+13
2024-03-14
bcachefs: Repair subvol dirents that point to non subvols
Kent Overstreet
1
-0
/
+6
2024-03-14
bcachefs: check dirent->d_parent_subvol
Kent Overstreet
1
-4
/
+57
2024-03-14
bcachefs: check inode->bi_parent_subvol against dirent
Kent Overstreet
2
-23
/
+14
2024-03-14
bcachefs: delete duplicated checks in check_dirent_to_subvol()
Kent Overstreet
1
-23
/
+4
2024-03-14
bcachefs: simplify check_dirent_inode_dirent()
Kent Overstreet
1
-58
/
+56
2024-03-14
bcachefs: check bi_parent_subvol in check_inode()
Kent Overstreet
1
-0
/
+10
2024-03-14
bcachefs: better log message in lookup_inode_for_snapshot()
Kent Overstreet
1
-21
/
+24
2024-03-14
bcachefs: check_inode_dirent_inode()
Kent Overstreet
1
-36
/
+89
2024-03-14
bcachefs: Check subvol <-> inode pointers in check_inode()
Kent Overstreet
1
-0
/
+25
2024-03-14
bcachefs: Check subvol <-> inode pointers in check_subvol()
Kent Overstreet
3
-1
/
+34
2024-03-14
bcachefs: Kill more -EIO error codes
Kent Overstreet
11
-20
/
+27
2024-03-14
bcachefs: thread_with_file: add f_ops.flush
Kent Overstreet
3
-7
/
+32
2024-03-14
bcachefs: thread_with_file: Fix missing va_end()
Kent Overstreet
1
-0
/
+2
2024-03-14
bcachefs: thread_with_file: allow ioctls against these files
Darrick J. Wong
2
-0
/
+13
2024-03-14
bcachefs: thread_with_file: create ops structure for thread_with_stdio
Darrick J. Wong
3
-22
/
+28
2024-03-14
bcachefs: thread_with_file: fix various printf problems
Darrick J. Wong
2
-20
/
+37
2024-03-14
bcachefs: thread_with_file: allow creation of readonly files
Darrick J. Wong
2
-0
/
+39
2024-03-14
bcachefs: thread_with_stdio: suppress hung task warning
Kent Overstreet
1
-2
/
+15
[prev]
[next]