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-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-13
Merge tag '6.10-rc7-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
1
-2
/
+2
2024-07-13
cifs: fix setting SecurityFlags to true
Steve French
1
-2
/
+2
2024-07-12
Merge tag 'for-6.10-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-29
/
+97
2024-07-12
Merge tag 'bcachefs-2024-07-12' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
11
-24
/
+87
2024-07-11
bcachefs: bch2_gc_btree() should not use btree_root_lock
Kent Overstreet
1
-8
/
+22
2024-07-11
bcachefs: Set PF_MEMALLOC_NOFS when trans->locked
Kent Overstreet
4
-8
/
+30
2024-07-11
bcachefs; Use trans_unlock_long() when waiting on allocator
Kent Overstreet
1
-1
/
+1
2024-07-11
Revert "bcachefs: Mark bch_inode_info as SLAB_ACCOUNT"
Kent Overstreet
1
-2
/
+1
2024-07-11
Merge tag 'vfs-6.10-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
25
-133
/
+203
2024-07-11
btrfs: avoid races when tracking progress for extent map shrinking
Filipe Manana
3
-21
/
+66
2024-07-11
btrfs: stop extent map shrinker if reschedule is needed
Filipe Manana
1
-8
/
+31
2024-07-11
btrfs: use delayed iput during extent map shrinking
Filipe Manana
1
-1
/
+1
2024-07-10
Merge tag 'mm-hotfixes-stable-2024-07-10-13-19' of git://git.kernel.org/pub/s...
Linus Torvalds
2
-3
/
+36
2024-07-10
Merge tag 'bcachefs-2024-07-10' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
23
-142
/
+256
2024-07-10
bcachefs: fix scheduling while atomic in break_cycle()
Kent Overstreet
3
-4
/
+24
2024-07-10
bcachefs: Fix RCU splat
Kent Overstreet
2
-1
/
+9
2024-07-10
bcachefs: Add missing bch2_trans_begin()
Kent Overstreet
1
-0
/
+2
2024-07-10
bcachefs: Fix missing error check in journal_entry_btree_keys_validate()
Kent Overstreet
1
-0
/
+2
2024-07-10
bcachefs: Warn on attempting a move with no replicas
Kent Overstreet
1
-0
/
+10
2024-07-10
bcachefs: bch2_data_update_to_text()
Kent Overstreet
3
-25
/
+39
2024-07-10
bcachefs: Log mount failure error code
Kent Overstreet
1
-0
/
+2
2024-07-10
bcachefs: Fix undefined behaviour in eytzinger1_first()
Kent Overstreet
1
-2
/
+4
[next]