index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bcachefs: copy_(to|from)_user_errcode()
Kent Overstreet
2024-03-14
2
-6
/
+16
*
bcachefs: Split out bkey_types.h
Kent Overstreet
2024-03-14
2
-201
/
+214
*
bcachefs: fix lost journal buf wakeup due to improved pipelining
Brian Foster
2024-03-14
1
-1
/
+1
*
bcachefs: intercept mountoption value for bool type
Hongbo Li
2024-03-14
2
-1
/
+2
*
bcachefs: avoid returning private error code in bch2_xattr_bcachefs_set
Hongbo Li
2024-03-14
1
-2
/
+3
*
bcachefs: Buffered write path now can avoid the inode lock
Kent Overstreet
2024-03-14
2
-41
/
+111
*
fs: file_remove_privs_flags()
Kent Overstreet
2024-03-14
1
-3
/
+4
*
bcachefs: Fix bch2_journal_noflush_seq()
Kent Overstreet
2024-03-14
2
-5
/
+6
*
bcachefs: fix the error code when mounting with incorrect options.
Hongbo Li
2024-03-14
3
-4
/
+9
*
bcachefs: split out ignore_blacklisted, ignore_not_dirty
Kent Overstreet
2024-03-14
5
-21
/
+33
*
bcachefs: improve move_gap()
Kent Overstreet
2024-03-14
3
-8
/
+9
*
bcachefs: journal_keys now uses darray helpers
Kent Overstreet
2024-03-14
2
-61
/
+25
*
bcachefs: Rename journal_keys.d -> journal_keys.data
Kent Overstreet
2024-03-14
3
-42
/
+42
*
bcachefs: jset_entry for loops declare loop iter
Kent Overstreet
2024-03-14
4
-9
/
+2
*
bcachefs: Errcode tracepoint, documentation
Kent Overstreet
2024-03-14
3
-6
/
+29
*
bcachefs: remove redundant assignment to variable ret
Colin Ian King
2024-03-14
1
-1
/
+0
*
bcachefs: Silence gcc warnings about arm arch ABI drift
Calvin Owens
2024-03-14
1
-0
/
+3
*
bcachefs: Add journal.blocked to journal_debug_to_text()
Kent Overstreet
2024-03-14
1
-0
/
+1
*
bcachefs: Fix journal_buf bitfield accesses
Kent Overstreet
2024-03-14
2
-6
/
+13
*
bcachefs: Split out discard fastpath
Kent Overstreet
2024-03-14
3
-7
/
+146
*
bcachefs: improve bch2_journal_buf_to_text()
Kent Overstreet
2024-03-14
1
-9
/
+24
*
bcachefs: Drop redundant btree_path_downgrade()s
Kent Overstreet
2024-03-14
1
-1
/
+2
*
bcachefs: rebalance_status now shows correct units
Daniel Hill
2024-03-14
1
-2
/
+2
*
bcachefs: more informative write path error message
Kent Overstreet
2024-03-14
1
-5
/
+11
*
bcachefs: check_path() now only needs to walk up to subvolume root
Kent Overstreet
2024-03-14
1
-3
/
+3
*
bcachefs: bch2_check_subvolume_structure()
Kent Overstreet
2024-03-14
3
-27
/
+135
*
bcachefs: omit alignment attribute on big endian struct bkey
Thomas Bertschinger
2024-03-14
1
-2
/
+35
*
bcachefs: bch2_trigger_alloc() handles state changes better
Kent Overstreet
2024-03-14
1
-8
/
+13
*
bcachefs: bch2_print_opts()
Kent Overstreet
2024-03-14
3
-6
/
+27
*
bcachefs: Improve error messages in device remove path
Kent Overstreet
2024-03-14
1
-5
/
+5
*
bcachefs: Use kvzalloc() when dynamically allocating btree paths
Kent Overstreet
2024-03-14
1
-2
/
+2
*
bcachefs: Track iter->ip_allocated at bch2_trans_copy_iter()
Kent Overstreet
2024-03-14
1
-0
/
+3
*
bcachefs: Save key_cache_path in peek_slot()
Kent Overstreet
2024-03-14
1
-0
/
+1
*
bcachefs: Pin btree cache in ram for random access in fsck
Kent Overstreet
2024-03-14
5
-91
/
+72
*
bcachefs: Check for subvolume children when deleting subvolumes
Kent Overstreet
2024-03-14
5
-9
/
+32
*
bcachefs: BTREE_ID_subvolume_children
Kent Overstreet
2024-03-14
7
-3
/
+114
*
bcachefs: bch_subvolume::fs_path_parent
Kent Overstreet
2024-03-14
7
-13
/
+88
*
bcachefs: bch2_btree_bit_mod()
Kent Overstreet
2024-03-14
2
-0
/
+22
*
bcachefs: bch2_btree_bit_mod -> bch2_btree_bit_mod_buffered
Kent Overstreet
2024-03-14
5
-9
/
+11
*
bcachefs: Correctly reattach subvolumes
Kent Overstreet
2024-03-14
3
-10
/
+28
*
bcachefs: check_path() now prints full inode when reattaching
Kent Overstreet
2024-03-14
1
-8
/
+18
*
bcachefs: Pass inode bkey to check_path()
Kent Overstreet
2024-03-14
2
-29
/
+40
*
bcachefs: Fix path where dirent -> subvol missing and we don't fix
Kent Overstreet
2024-03-14
1
-4
/
+9
*
bcachefs: bch_subvolume::parent -> creation_parent
Kent Overstreet
2024-03-14
2
-13
/
+13
*
bcachefs: Repair subvol dirents that point to non subvols
Kent Overstreet
2024-03-14
1
-0
/
+6
*
bcachefs: check dirent->d_parent_subvol
Kent Overstreet
2024-03-14
1
-4
/
+57
*
bcachefs: check inode->bi_parent_subvol against dirent
Kent Overstreet
2024-03-14
2
-23
/
+14
*
bcachefs: delete duplicated checks in check_dirent_to_subvol()
Kent Overstreet
2024-03-14
1
-23
/
+4
*
bcachefs: simplify check_dirent_inode_dirent()
Kent Overstreet
2024-03-14
1
-58
/
+56
*
bcachefs: check bi_parent_subvol in check_inode()
Kent Overstreet
2024-03-14
1
-0
/
+10
[next]