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: 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
2023-10-22
bcachefs: Don't flush journal from bch2_vfs_write_inode()
Kent Overstreet
1
-6
/
+3
2023-10-22
bcachefs: Reflink
Kent Overstreet
1
-6
/
+36
2023-10-22
bcachefs: Export correct blocksize to vfs
Kent Overstreet
1
-8
/
+8
2023-10-22
bcachefs: Refactor various code to not be extent specific
Kent Overstreet
1
-19
/
+25
2023-10-22
bcachefs: Always touch page state with page locked
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Improve bch2_lock_inodes()
Kent Overstreet
1
-4
/
+6
2023-10-22
bcachefs: fix a mount error path
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: More work to avoid transaction restarts
Kent Overstreet
1
-9
/
+8
2023-10-22
bcachefs: Avoid spurious transaction restarts
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: some improvements to startup messages and options
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: copy correct journal_seq to dir in create
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Return errors from for_each_btree_key()
Kent Overstreet
1
-5
/
+5
2023-10-22
bcachefs: Only get btree iters from btree transactions
Kent Overstreet
1
-4
/
+7
2023-10-22
bcachefs: Verify fs hasn't been modified before going rw
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Go rw lazily
Kent Overstreet
1
-6
/
+4
2023-10-22
bcachefs: Make deferred inode updates a mount option
Kent Overstreet
1
-12
/
+14
2023-10-22
bcachefs: Use deferred btree updates for inode updates
Kent Overstreet
1
-2
/
+21
2023-10-22
bcachefs: Lots of option handling improvements
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: bch2_ioc_reinherit_attrs()
Kent Overstreet
1
-28
/
+3
2023-10-22
bcachefs: rename keeps inheritable inode opts consistent
Kent Overstreet
1
-0
/
+84
2023-10-22
bcachefs: bch2_fs_quota_transfer
Kent Overstreet
1
-21
/
+46
2023-10-22
bcachefs: refactor bch_fs_usage
Kent Overstreet
1
-5
/
+3
2023-10-22
bcachefs: Track nr_inodes with the key marking machinery
Kent Overstreet
1
-6
/
+1
2023-10-22
bcachefs: Make bkey types globally unique
Kent Overstreet
1
-6
/
+6
2023-10-22
bcachefs: revamp to_text methods
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: extent_for_each_ptr_decode()
Kent Overstreet
1
-9
/
+9
2023-10-22
bcachefs: kill extent_insert_hook
Kent Overstreet
1
-6
/
+6
2023-10-22
bcachefs: Account for internal fragmentation better
Kent Overstreet
1
-3
/
+6
2023-10-22
bcachefs: fix fsync after create
Kent Overstreet
1
-1
/
+3
2023-10-22
bcachefs: fix rename + fsync
Kent Overstreet
1
-0
/
+4
2023-10-22
bcachefs: Use ei_update_lock consistently
Kent Overstreet
1
-0
/
+42
2023-10-22
bcachefs: bch2_trans_update() now takes struct btree_insert_entry
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Fix mtime/ctime updates
Kent Overstreet
1
-19
/
+13
2023-10-22
bcachefs: Simplify bch2_write_inode_trans, fix lockdep splat
Kent Overstreet
1
-24
/
+9
2023-10-22
bcachefs: Initial commit
Kent Overstreet
1
-0
/
+1773