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-06-13
vfs: partially sanitize i_state zeroing on inode creation
Mateusz Guzik
1
-10
/
+3
2024-06-13
sysctl: Warn on an empty procname element
Joel Granados
1
-0
/
+2
2024-06-13
sysctl: Remove ctl_table sentinel code comments
Joel Granados
1
-1
/
+1
2024-06-13
sysctl: Remove "child" sysctl code comments
Joel Granados
1
-16
/
+10
2024-06-13
sysctl: Remove superfluous empty allocations from sysctl internals
Joel Granados
1
-4
/
+4
2024-06-13
sysctl: Replace nr_entries with ctl_table_size in new_links
Joel Granados
1
-8
/
+6
2024-06-13
sysctl: Remove check for sentinel element in ctl_table arrays
Joel Granados
1
-1
/
+1
2024-06-12
Merge tag 'bcachefs-2024-06-12' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
22
-220
/
+344
2024-06-12
dlm: remove DLM_LSFL_SOFTIRQ from exflags
Alexander Aring
1
-1
/
+2
2024-06-12
fs: dlm: remove unused struct 'dlm_processed_nodes'
Dr. David Alan Gilbert
1
-6
/
+0
2024-06-12
gfs2: Add some missing quota locking
Andreas Gruenbacher
1
-29
/
+53
2024-06-12
bpf: treewide: Align kfunc signatures to prog point-of-view
Daniel Xu
1
-2
/
+3
2024-06-12
f2fs: fix to truncate preallocated blocks in f2fs_file_open()
Chao Yu
3
-9
/
+42
2024-06-12
f2fs: fix to cover read extent cache access with lock
Chao Yu
3
-35
/
+25
2024-06-12
f2fs: fix return value of f2fs_convert_inline_inode()
Chao Yu
1
-2
/
+4
2024-06-12
f2fs: use new ioprio Macro to get ckpt thread ioprio level
Zhiguo Niu
1
-6
/
+6
2024-06-12
f2fs: fix to don't dirty inode for readonly filesystem
Chao Yu
1
-0
/
+3
2024-06-12
f2fs: fix to avoid use SSR allocate when do defragment
Zhiguo Niu
1
-1
/
+2
2024-06-12
f2fs: fix to force buffered IO on inline_data inode
Chao Yu
1
-0
/
+2
2024-06-12
f2fs: fix to remove redundant SBI_NEED_FSCK flag set
Zhiguo Niu
1
-1
/
+0
2024-06-12
f2fs: alloc new section if curseg is not the first seg in its zone
Sheng Yong
1
-1
/
+2
2024-06-12
f2fs: add support for FS_IOC_GETFSSYSFSPATH
Chao Yu
1
-0
/
+1
2024-06-12
f2fs: fix to do sanity check on blocks for inline_data inode
Chao Yu
3
-3
/
+21
2024-06-12
f2fs: fix to do sanity check on F2FS_INLINE_DATA flag in inode during GC
Chao Yu
1
-0
/
+10
2024-06-12
netfs: Switch debug logging to pr_debug()
Uwe Kleine-König
15
-113
/
+78
2024-06-12
xfs: preserve i_state around inode_init_always in xfs_reinit_inode
Mateusz Guzik
1
-0
/
+2
2024-06-12
btrfs: use iget5_locked_rcu
Mateusz Guzik
1
-1
/
+1
2024-06-12
vfs: add rcu-based find_inode variants for iget ops
Mateusz Guzik
1
-17
/
+80
2024-06-11
ksmbd: fix missing use of get_write in in smb2_set_ea()
Namjae Jeon
4
-11
/
+19
2024-06-11
ksmbd: move leading slash check to smb2_get_name()
Namjae Jeon
1
-9
/
+6
2024-06-11
bcachefs: Fix rcu_read_lock() leak in drop_extra_replicas
Kent Overstreet
1
-2
/
+1
2024-06-11
Merge tag 'vfs-6.10-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
6
-90
/
+206
2024-06-11
dlm: implement LSFL_SOFTIRQ_SAFE
Alexander Aring
5
-84
/
+126
2024-06-11
dlm: introduce DLM_LSFL_SOFTIRQ_SAFE
Alexander Aring
1
-0
/
+3
2024-06-11
dlm: use LSFL_FS to check for kernel lockspace
Alexander Aring
3
-12
/
+19
2024-06-11
zonefs: enable support for large folios
Johannes Thumshirn
1
-0
/
+1
2024-06-10
bcachefs: Add missing bch_inode_info.ei_flags init
Kent Overstreet
1
-0
/
+2
2024-06-10
dlm: use rcu to avoid an extra rsb struct lookup
Alexander Aring
3
-16
/
+96
2024-06-10
dlm: fix add_scan and del_scan usage
David Teigland
1
-22
/
+35
2024-06-10
dlm: change list and timer names
David Teigland
9
-219
/
+182
2024-06-10
bcachefs: Add missing synchronize_srcu_expedited() call when shutting down
Kent Overstreet
1
-1
/
+3
2024-06-10
bcachefs: Check for invalid bucket from bucket_gen(), gc_bucket()
Kent Overstreet
8
-47
/
+135
2024-06-10
bcachefs: Replace bucket_valid() asserts in bucket lookup with proper checks
Kent Overstreet
4
-2
/
+10
2024-06-10
bcachefs: Fix snapshot_create_lock lock ordering
Kent Overstreet
1
-12
/
+5
2024-06-10
bcachefs: Fix refcount leak in check_fix_ptrs()
Kent Overstreet
1
-116
/
+133
2024-06-10
bcachefs: Leave a buffer in the btree key cache to avoid lock thrashing
Kent Overstreet
1
-0
/
+8
2024-06-10
bcachefs: Fix reporting of freed objects from key cache shrinker
Kent Overstreet
1
-8
/
+5
2024-06-10
bcachefs: set sb->s_shrinker->seeks = 0
Kent Overstreet
1
-0
/
+1
2024-06-10
bcachefs: increase key cache shrinker batch size
Kent Overstreet
1
-1
/
+2
2024-06-10
bcachefs: Enable automatic shrinking for rhashtables
Kent Overstreet
4
-14
/
+18
[prev]
[next]