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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-14
bcachefs: bch2_fs_usage_base_to_text()
Kent Overstreet
1
-0
/
+19
2024-07-14
bcachefs: bch2_fs_accounting_to_text()
Kent Overstreet
3
-0
/
+32
2024-07-14
bcachefs: Convert bch2_compression_stats_to_text() to new accounting
Kent Overstreet
1
-67
/
+19
2024-07-14
bcachefs: bch_acct_compression
Kent Overstreet
3
-11
/
+58
2024-07-14
bcachefs: bch2_verify_accounting_clean()
Kent Overstreet
3
-1
/
+91
2024-07-14
bcachefs: Convert bch2_replicas_gc2() to new accounting
Kent Overstreet
1
-11
/
+15
2024-07-14
bcachefs: Convert gc to new accounting
Kent Overstreet
17
-576
/
+343
2024-07-14
bcachefs: Kill replicas_journal_res
Kent Overstreet
3
-57
/
+0
2024-07-14
bcachefs: Kill fs_usage_online
Kent Overstreet
3
-27
/
+0
2024-07-14
bcachefs: Kill bch2_fs_usage_to_text()
Kent Overstreet
2
-42
/
+0
2024-07-14
bcachefs: Delete journal-buf-sharded old style accounting
Kent Overstreet
9
-147
/
+21
2024-07-14
bcachefs: Kill writing old accounting to journal
Kent Overstreet
1
-45
/
+0
2024-07-14
bcachefs: kill bch2_fs_usage_read()
Kent Overstreet
7
-63
/
+13
2024-07-14
bcachefs: Convert bch2_ioctl_fs_usage() to new accounting
Kent Overstreet
1
-49
/
+19
2024-07-14
bcachefs: Kill bch2_fs_usage_initialize()
Kent Overstreet
3
-33
/
+0
2024-07-14
bcachefs: dev_usage updated by new accounting
Kent Overstreet
8
-70
/
+36
2024-07-14
bcachefs: Coalesce accounting keys before journal replay
Kent Overstreet
2
-0
/
+20
2024-07-14
bcachefs: Disk space accounting rewrite
Kent Overstreet
25
-423
/
+795
2024-07-14
bcachefs: btree write buffer knows how to accumulate bch_accounting keys
Kent Overstreet
3
-9
/
+79
2024-07-14
bcachefs: Accumulate accounting keys in journal replay
Kent Overstreet
5
-24
/
+126
2024-07-14
bcachefs: KEY_TYPE_accounting
Kent Overstreet
8
-49
/
+303
2024-07-14
bcachefs: use new mount API
Thomas Bertschinger
2
-22
/
+100
2024-07-14
bcachefs: Add error code to defer option parsing
Thomas Bertschinger
3
-2
/
+18
2024-07-14
bcachefs: add printbuf arg to bch2_parse_mount_opts()
Thomas Bertschinger
4
-49
/
+71
2024-07-14
bcachefs: metadata version bucket_stripe_sectors
Kent Overstreet
7
-18
/
+96
2024-07-14
bcachefs: BCH_DATA_unstriped
Kent Overstreet
4
-5
/
+19
2024-07-14
bcachefs: bch_alloc->stripe_sectors
Kent Overstreet
6
-15
/
+41
2024-07-14
bcachefs: check_key_has_inode()
Kent Overstreet
2
-94
/
+113
2024-07-14
bcachefs: allow passing full device path for target options
Thomas Bertschinger
1
-0
/
+3
2024-07-14
bcachefs: bch2_printbuf_strip_trailing_newline()
Kent Overstreet
3
-0
/
+17
2024-07-14
bcachefs: don't expose "read_only" as a mount option
Thomas Bertschinger
1
-1
/
+1
2024-07-14
bcachefs: make offline fsck set read_only fs flag
Thomas Bertschinger
1
-0
/
+13
2024-07-14
bcachefs: btree_ptr_sectors_written() now takes bkey_s_c
Kent Overstreet
4
-9
/
+9
2024-07-14
bcachefs: Check for bsets past bch_btree_ptr_v2.sectors_written
Kent Overstreet
1
-2
/
+5
2024-07-14
bcachefs: Use try_cmpxchg() family of functions instead of cmpxchg()
Uros Bizjak
11
-59
/
+58
2024-07-14
bcachefs: add might_sleep() annotations for fsck_err()
Kent Overstreet
2
-1
/
+6
2024-07-14
bcachefs: fix missing include
Kent Overstreet
1
-0
/
+2
2024-07-14
bcachefs: Use filemap_read() to simplify the execution flow
Youling Tang
1
-2
/
+2
2024-07-14
bcachefs: Align the display format of `btrees/inodes/keys`
Youling Tang
1
-1
/
+2
2024-07-14
bcachefs: Fix missing spaces in journal_entry_dev_usage_to_text
Youling Tang
1
-0
/
+3
2024-07-14
bcachefs: fix ei_update_lock lock ordering
Kent Overstreet
2
-7
/
+8
2024-07-14
bcachefs: bch2_btree_reserve_cache_to_text()
Kent Overstreet
5
-1
/
+32
2024-07-14
bcachefs: sysfs trigger_freelist_wakeup
Kent Overstreet
1
-0
/
+5
2024-07-14
bcachefs: sysfs internal/trigger_journal_writes
Kent Overstreet
1
-0
/
+5
2024-07-14
bcachefs: add capacity, reserved to fs_alloc_debug_to_text()
Kent Overstreet
3
-0
/
+4
2024-07-14
bcachefs: uninline fallocate functions
Kent Overstreet
1
-4
/
+4
2024-07-14
bcachefs: btree ids are 64 bit bitmasks
Kent Overstreet
1
-5
/
+5
2024-07-14
bcachefs: Print allocator stuck on timeout in fallocate path
Kent Overstreet
1
-1
/
+5
2024-07-14
Linux 6.10
Linus Torvalds
1
-1
/
+1
2024-07-14
Merge tag 'kbuild-fixes-v6.10-4' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-4
/
+9
[prev]
[next]