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
/
bcachefs
/
fs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: Kill BTREE_INSERT_NOUNLOCK
Kent Overstreet
1
-9
/
+3
2023-10-22
bcachefs: Use bch2_trans_begin() more consistently
Kent Overstreet
1
-0
/
+2
2023-10-22
Revert "bcachefs: statfs bfree and bavail should be the same"
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: statfs bfree and bavail should be the same
Dan Robertson
1
-2
/
+2
2023-10-22
bcachefs: fix truncate with ATTR_MODE
Kent Overstreet
1
-4
/
+7
2023-10-22
bcachefs: mount: fix null deref with null devname
Dan Robertson
1
-3
/
+3
2023-10-22
bcachefs: Preallocate transaction mem
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Don't use uuid in tracepoints
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: statfs resports incorrect avail blocks
Dan Robertson
1
-2
/
+2
2023-10-22
bcachefs: avoid out-of-bounds in split_devs
Stijn Tintel
1
-0
/
+4
2023-10-22
bcachefs: Fix time handling
Kent Overstreet
1
-1
/
+3
2023-10-22
bcachefs: Ensure that fpunch updates inode timestamps
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Replace bch2_btree_iter_next() calls with bch2_btree_iter_advance
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Require all btree iterators to be freed
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: Fix read retry path for indirect extents
Kent Overstreet
1
-1
/
+3
2023-10-22
bcachefs: Kill ei_str_hash
Kent Overstreet
1
-4
/
+3
2023-10-22
bcachefs: Use __bch2_trans_do() in a few more places
Kent Overstreet
1
-33
/
+19
2023-10-22
bcachefs: Rename BTREE_ID enums for consistency with other enums
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Reduce/kill BKEY_PADDED use
Kent Overstreet
1
-8
/
+8
2023-10-22
bcachefs: Flag inodes that had btree update errors
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Don't use bkey cache for inode update in fsck
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Set preallocated transaction mem to avoid restarts
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Deadlock prevention for ei_pagecache_lock
Kent Overstreet
1
-0
/
+5
2023-10-22
bcachefs: Build fixes for 32bit x86
Kent Overstreet
1
-1
/
+6
2023-10-22
bcachefs: Report inode counts via statfs
Kent Overstreet
1
-2
/
+8
2023-10-22
bcachefs: Fix stack corruption
Kent Overstreet
1
-3
/
+2
2023-10-22
bcachefs: fiemap fixes
Kent Overstreet
1
-10
/
+13
2023-10-22
bcachefs: Fix rare use after free in read path
Kent Overstreet
1
-5
/
+6
2023-10-22
bcachefs: Fix for passing target= opts as mount opts
Kent Overstreet
1
-6
/
+19
2023-10-22
bcachefs: Fix journal_seq_copy()
Kent Overstreet
1
-11
/
+14
2023-10-22
bcachefs: Fix unmount path
Kent Overstreet
1
-88
/
+73
2023-10-22
bcachefs: Don't fail mount if device has been removed
Kent Overstreet
1
-1
/
+19
2023-10-22
bcachefs: Don't report inodes to statfs
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Turn c->state_lock into an rwsem
Kent Overstreet
1
-6
/
+6
2023-10-22
bcachefs: fix stack corruption
Yuxuan Shui
1
-1
/
+1
2023-10-22
bcachefs: Add another mssing bch2_trans_iter_put() call
Kent Overstreet
1
-2
/
+5
2023-10-22
bcachefs: Kill BTREE_INSERT_ATOMIC
Kent Overstreet
1
-6
/
+0
2023-10-22
bcachefs: Update directory timestamps during link
Justin Husted
1
-3
/
+9
2023-10-22
bcachefs: bkey_on_stack
Kent Overstreet
1
-11
/
+18
2023-10-22
bcachefs: Fix setting of attributes mask in getattr
Kent Overstreet
1
-0
/
+5
2023-10-22
bcachefs: Switch to .iterate_shared for readdir
Kent Overstreet
1
-32
/
+13
2023-10-22
bcachefs: Kill some dependencies on ei_inode
Kent Overstreet
1
-28
/
+0
2023-10-22
bcachefs: Factor out fs-common.c
Kent Overstreet
1
-362
/
+133
2023-10-22
bcachefs: bch2_inode_peek()/bch2_inode_write()
Kent Overstreet
1
-113
/
+87
2023-10-22
bcachefs: Trust inode in btree over bch_inode_info
Kent Overstreet
1
-7
/
+10
2023-10-22
bcachefs: Kill deferred btree updates
Kent Overstreet
1
-31
/
+11
2023-10-22
bcachefs: Cleanup i_nlink handling
Kent Overstreet
1
-18
/
+4
2023-10-22
bcachefs: Fix fiemap (again)
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Optimize fiemap
Kent Overstreet
1
-26
/
+32
2023-10-22
bcachefs: Inline some fast paths
Kent Overstreet
1
-1
/
+1
[next]