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
2024-09-09
bcachefs: Remove unused parameter of bkey_mantissa
Alan Huang
1
-4
/
+3
2024-09-09
bcachefs: bch2_sb_nr_devices()
Kent Overstreet
3
-7
/
+13
2024-09-09
bcachefs: trivial open_bucket_add_buckets() cleanup
Kent Overstreet
1
-4
/
+1
2024-09-09
bcachefs: promote_whole_extents is now a normal option
Kent Overstreet
7
-9
/
+11
2024-09-09
bcachefs: Move rebalance_status out of sysfs/internal
Kent Overstreet
1
-1
/
+1
2024-09-09
bcachefs: remove the unused parameter in macro bkey_crc_next
Julian Sun
1
-2
/
+2
2024-09-09
bcachefs: fix macro definition allocate_dropping_locks
Julian Sun
1
-1
/
+1
2024-09-09
bcachefs: fix macro definition allocate_dropping_locks_errcode
Julian Sun
1
-1
/
+1
2024-09-09
bcachefs: remove the unused macro definition
Julian Sun
1
-9
/
+0
2024-09-09
bcachefs: quota_reserve_range() -> for_each_btree_key_in_subvolume_upto
Kent Overstreet
1
-32
/
+14
2024-09-09
bcachefs: bch2_folio_set() -> for_each_btree_key_in_subvolume_upto
Kent Overstreet
1
-55
/
+35
2024-09-09
bcachefs: range_has_data() -> for_each_btree_key_in_subvolume_upto
Kent Overstreet
1
-24
/
+5
2024-09-09
bcachefs: bch2_seek_hole() -> for_each_btree_key_in_subvolume_upto
Kent Overstreet
1
-36
/
+20
2024-09-09
bcachefs: bch2_seek_data() -> for_each_btree_key_in_subvolume_upto
Kent Overstreet
1
-29
/
+12
2024-09-09
bcachefs: bch2_xattr_list() -> for_each_btree_key_in_subvolume_upto
Kent Overstreet
1
-43
/
+12
2024-09-09
bcachefs: bch2_readdir() -> for_each_btree_key_in_subvolume_upto
Kent Overstreet
1
-49
/
+17
2024-09-09
bcachefs: for_each_btree_key_in_subvolume_upto()
Kent Overstreet
1
-0
/
+45
2024-09-09
bcachefs: bch2_fiemap(): call trans_begin() on every loop iter
Kent Overstreet
1
-18
/
+22
2024-09-09
bcachefs: bchfs_read(): call trans_begin() on every loop iter
Kent Overstreet
2
-29
/
+14
2024-09-09
bcachefs: kill bch2_btree_iter_peek_and_restart()
Kent Overstreet
2
-14
/
+1
2024-09-09
bcachefs: Btree path tracepoints
Kent Overstreet
7
-22
/
+508
2024-09-09
bcachefs: Add check for btree_path ref overflow
Kent Overstreet
3
-21
/
+31
2024-09-09
bcachefs: Don't delete open files in online fsck
Kent Overstreet
3
-0
/
+33
2024-09-09
bcachefs: Mark bch_inode_info as SLAB_ACCOUNT
Youling Tang
1
-1
/
+2
2024-09-09
bcachefs: fix btree_key_cache sysfs knob
Kent Overstreet
1
-1
/
+1
2024-09-09
bcachefs: allocate inode by using alloc_inode_sb()
Youling Tang
1
-1
/
+2
2024-09-09
bcachefs: Opt_durability can now be set via bch2_opt_set_sb()
Kent Overstreet
3
-23
/
+22
2024-09-09
bcachefs: bch2_opt_set_sb() can now set (some) device options
Kent Overstreet
3
-20
/
+43
2024-09-09
bcachefs: data_allowed is now an opts.h option
Kent Overstreet
4
-2
/
+17
2024-09-09
bcachefs: Annotate struct bucket_array with __counted_by()
Thorsten Blum
1
-1
/
+1
2024-09-09
bcachefs: Fix format specifier in bch2_btree_key_cache_to_text()
Nathan Chancellor
1
-1
/
+1
2024-09-09
bcachefs: key cache can now allocate from pending
Kent Overstreet
3
-15
/
+50
2024-09-09
bcachefs: Rip out freelists from btree key cache
Kent Overstreet
3
-328
/
+55
2024-09-09
bcachefs: rcu_pending now works in userspace
Kent Overstreet
2
-4
/
+53
2024-09-09
bcachefs: rcu_pending
Kent Overstreet
3
-0
/
+629
2024-09-09
bcachefs: Fix deadlock in __wait_on_freeing_inode()
Kent Overstreet
1
-20
/
+47
2024-09-09
bcachefs: switch to rhashtable for vfs inodes hash
Kent Overstreet
12
-89
/
+160
2024-09-09
inode: make __iget() a static inline
Kent Overstreet
1
-8
/
+0
2024-09-09
bcachefs: Replace div_u64 with div64_u64 where second param is u64
Reed Riley
2
-6
/
+6
2024-09-09
bcachefs: Fix sysfs rebalance duration waited formatting
Feiko Nanninga
1
-1
/
+1
2024-09-09
bcachefs: Fix negative timespecs
Alyssa Ross
1
-2
/
+5
2024-09-09
bcachefs: More BCH_SB_MEMBER_INVALID support
Kent Overstreet
4
-9
/
+17
2024-09-09
bcachefs: Simplify bch2_bkey_drop_ptrs()
Kent Overstreet
2
-30
/
+14
2024-09-09
bcachefs: Add a cond_resched() to __journal_keys_sort()
Kent Overstreet
1
-0
/
+2
2024-09-09
bcachefs: Fix ca->io_ref usage
Kent Overstreet
1
-12
/
+12
2024-09-09
ext4: store cookie in private data
Christian Brauner
3
-25
/
+34
2024-09-09
ext2: store cookie in private data
Christian Brauner
1
-3
/
+25
2024-09-09
affs: store cookie in private data
Christian Brauner
1
-6
/
+38
2024-09-09
fs: add generic_llseek_cookie()
Christian Brauner
1
-0
/
+45
2024-09-09
fs: use must_set_pos()
Christian Brauner
1
-38
/
+14
[prev]
[next]