index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: Run insert triggers before overwrite triggers
Kent Overstreet
4
-64
/
+109
2023-10-22
bcachefs: Disk space accounting fix on brand-new fs
Kent Overstreet
3
-0
/
+20
2023-10-22
bcachefs: Also log device name in userspace
Kent Overstreet
2
-3
/
+4
2023-10-22
bcachefs: Update export_operations for snapshots
Kent Overstreet
3
-25
/
+212
2023-10-22
bcachefs: Refactor journal replay code
Kent Overstreet
1
-36
/
+17
2023-10-22
bcachefs: Fix missing field initialization
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Convert journal BUG_ON() to a warning
Kent Overstreet
1
-1
/
+4
2023-10-22
bcachefs: Improve bch2_reflink_p_to_text()
Kent Overstreet
1
-1
/
+4
2023-10-22
bcachefs: More enum strings
Kent Overstreet
9
-92
/
+120
2023-10-22
bcachefs: Tweak vfs cache shrinker behaviour
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: Fix an exiting of uninitialized iterator
Kent Overstreet
1
-6
/
+5
2023-10-22
bcachefs: Fix infinite loop in bch2_btree_cache_scan()
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Don't check for -ENOSPC in page writeback
Kent Overstreet
1
-15
/
+14
2023-10-22
bcachefs: Inode updates should generally be BTREE_INSERT_NOFAIL
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Fallocate fixes
Kent Overstreet
1
-101
/
+100
2023-10-22
bcachefs: Refactor bch2_fpunch_at()
Kent Overstreet
1
-14
/
+9
2023-10-22
bcachefs: bch2_assert_pos_locked()
Kent Overstreet
7
-31
/
+88
2023-10-22
bcachefs: path->should_be_locked fixes
Kent Overstreet
2
-10
/
+17
2023-10-22
bcachefs: Clean up error reporting in the startup path
Kent Overstreet
1
-90
/
+87
2023-10-22
bcachefs: Return -ENOKEY/EINVAL when mount decryption fails
Chris Webb
1
-16
/
+33
2023-10-22
bcachefs: Fix upgrade path for reflink_p fix
Kent Overstreet
1
-4
/
+8
2023-10-22
bcachefs: Switch fsync to use bi_journal_seq
Kent Overstreet
9
-96
/
+65
2023-10-22
bcachefs: Kill bucket quantiles sysfs code
Kent Overstreet
1
-90
/
+0
2023-10-22
bcachefs: Kill journal buf bloom filter
Kent Overstreet
5
-75
/
+0
2023-10-22
bcachefs: Add journal_seq to inode & alloc keys
Kent Overstreet
14
-186
/
+307
2023-10-22
bcachefs: Update inode on every write
Kent Overstreet
1
-36
/
+40
2023-10-22
bcachefs: BTREE_UPDATE_NOJOURNAL
Kent Overstreet
2
-2
/
+7
2023-10-22
bcachefs: Fix __remove_dirent()
Kent Overstreet
1
-1
/
+30
2023-10-22
bcachefs: Fix check_inodes()
Kent Overstreet
1
-3
/
+2
2023-10-22
bcachefs: Improve error message in bch2_write_super()
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Fix trans_lock_write()
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Fix upgrade_readers()
Kent Overstreet
3
-3
/
+15
2023-10-22
bcachefs: Fix faulty assertion
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: BTREE_TRIGGER_INSERT now only means insert
Kent Overstreet
3
-25
/
+6
2023-10-22
bcachefs: Convert bch2_mark_key() to take a btree_trans *
Kent Overstreet
10
-111
/
+152
2023-10-22
bcachefs: Assorted ec fixes
Kent Overstreet
6
-22
/
+32
2023-10-22
bcachefs: Fix bch2_mark_update()
Kent Overstreet
1
-0
/
+6
2023-10-22
bcachefs: Ensure journal doesn't get stuck in nochanges mode
Kent Overstreet
5
-3
/
+10
2023-10-22
bcachefs: Improve transaction restart handling in fsck code
Kent Overstreet
4
-290
/
+291
2023-10-22
bcachefs: Fix bch2_btree_iter_advance()
Kent Overstreet
1
-1
/
+3
2023-10-22
bcachefs: Move bch2_evict_subvolume_inodes() to fs.c
Kent Overstreet
4
-64
/
+61
2023-10-22
bcachefs: Don't do upgrades in nochanges mode
Kent Overstreet
1
-9
/
+11
2023-10-22
bcachefs: Drop bch2_journal_meta() call when going RW
Kent Overstreet
1
-7
/
+0
2023-10-22
bcachefs: Add BCH_SUBVOLUME_UNLINKED
Kent Overstreet
12
-51
/
+223
2023-10-22
bcachefs: Improve error messages in trans_mark_reflink_p()
Kent Overstreet
1
-4
/
+7
2023-10-22
bcachefs: Don't run triggers in fix_reflink_p_key()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: More general fix for transaction paths overflow
Kent Overstreet
1
-2
/
+3
2023-10-22
bcachefs: Fix fsck path for refink pointers
Kent Overstreet
1
-76
/
+46
2023-10-22
bcachefs: Ensure we flush btree updates in evacuate path
Kent Overstreet
1
-4
/
+4
2023-10-22
bcachefs: bch2_btree_node_rewrite() now returns transaction restarts
Kent Overstreet
4
-31
/
+37
[next]