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
2022-09-30
ext4: factor out ext4_fast_commit_init()
Jason Yan
1
-18
/
+25
2022-09-30
ext4: factor out ext4_handle_clustersize()
Jason Yan
1
-49
/
+61
2022-09-30
ext4: factor out ext4_set_def_opts()
Jason Yan
1
-49
/
+56
2022-09-30
ext4: remove cantfind_ext4 error handler
Jason Yan
1
-16
/
+13
2022-09-30
ext4: goto right label 'failed_mount3a'
Jason Yan
1
-5
/
+5
2022-09-30
ext4: adjust fast commit disable judgement order in ext4_fc_track_inode
Ye Bin
1
-3
/
+3
2022-09-30
ext4: factor out ext4_fc_disabled()
Ye Bin
1
-23
/
+15
2022-09-30
ext4: fix miss release buffer head in ext4_fc_write_inode
Ye Bin
1
-6
/
+9
2022-09-30
jbd2: fix potential use-after-free in jbd2_fc_wait_bufs
Ye Bin
1
-3
/
+3
2022-09-30
jbd2: fix potential buffer head reference count leak
Ye Bin
1
-1
/
+7
2022-09-30
ext4: fix dir corruption when ext4_dx_add_entry() fails
Zhihao Cheng
1
-5
/
+10
2022-09-30
ext4: remove ext4_inline_data_fiemap() declaration
Gaosheng Cui
1
-3
/
+0
2022-09-30
ext4: fix i_version handling in ext4
Jeff Layton
3
-9
/
+10
2022-09-30
mbcache: Avoid nesting of cache->c_list_lock under bit locks
Jan Kara
1
-7
/
+10
2022-09-30
jbd2: wake up journal waiters in FIFO order, not LIFO
Andrew Perepechko
2
-4
/
+4
2022-09-30
ext4: place buffer head allocation before handle start
Jinke Han
1
-0
/
+7
2022-09-30
ext4: ext4_read_bh_lock() should submit IO if the buffer isn't uptodate
Zhang Yi
1
-11
/
+5
2022-09-30
ext4: unconditionally enable the i_version counter
Jeff Layton
2
-20
/
+7
2022-09-29
fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODE
Lukas Czerner
2
-14
/
+33
2022-09-29
ext4: don't increase iversion counter for ea_inodes
Lukas Czerner
1
-1
/
+6
2022-09-29
ext4: fix check for block being out of directory size
Jan Kara
1
-1
/
+1
2022-09-29
fs/buffer: make submit_bh & submit_bh_wbc return type as void
Ritesh Harjani (IBM)
1
-7
/
+6
2022-09-29
fs/buffer: drop useless return value of submit_bh
Ritesh Harjani (IBM)
1
-6
/
+4
2022-09-29
fs/ntfs: drop useless return value of submit_bh from ntfs_submit_bh_for_read
Ritesh Harjani (IBM)
1
-2
/
+2
2022-09-29
jbd2: drop useless return value of submit_bh
Ritesh Harjani (IBM)
2
-11
/
+8
2022-09-29
ext4: make ext4_lazyinit_thread freezable
Lalith Rajendran
1
-0
/
+1
2022-09-29
ext4: fix null-ptr-deref in ext4_write_info
Baokun Li
1
-1
/
+1
2022-09-29
ext4: don't run ext4lazyinit for read-only filesystems
Josh Triplett
1
-3
/
+3
2022-09-29
ext4: remove deprecated noacl/nouser_xattr options
Yang Xu
1
-10
/
+1
2022-09-29
ext4: avoid crash when inline data creation follows DIO write
Jan Kara
1
-0
/
+6
2022-09-27
ext4: minor defrag code improvements
Eric Whitney
1
-9
/
+7
2022-09-27
ext4: continue to expand file system when the target size doesn't reach
Jerry Lee 李修賢
1
-1
/
+1
2022-09-26
ext4: fixup possible uninitialized variable access in ext4_mb_choose_next_gro...
Jan Kara
1
-2
/
+1
2022-09-22
ext4: limit the number of retries after discarding preallocations blocks
Theodore Ts'o
1
-1
/
+3
2022-09-22
ext4: fix bug in extents parsing when eh_entries == 0 and eh_depth > 0
Luís Henriques
1
-0
/
+4
2022-09-21
ext4: use buckets for cr 1 block scan instead of rbtree
Jan Kara
3
-149
/
+111
2022-09-21
ext4: use locality group preallocation for small closed files
Jan Kara
1
-12
/
+15
2022-09-21
ext4: make directory inode spreading reflect flexbg size
Jan Kara
1
-1
/
+1
2022-09-21
ext4: avoid unnecessary spreading of allocations among groups
Jan Kara
1
-11
/
+13
2022-09-21
ext4: make mballoc try target group first even with mb_optimize_scan
Jan Kara
1
-7
/
+7
2022-09-02
Merge tag '6.0-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
3
-32
/
+55
2022-08-31
cachefiles: make on-demand request distribution fairer
Xin Yin
2
-3
/
+10
2022-08-31
cachefiles: fix error return code in cachefiles_ondemand_copen()
Sun Ke
1
-3
/
+7
2022-08-30
cifs: fix small mempool leak in SMB2_negotiate()
Enzo Matsumiya
1
-5
/
+7
2022-08-30
smb3: use filemap_write_and_wait_range instead of filemap_write_and_wait
Steve French
2
-4
/
+13
2022-08-28
smb3: fix temporary data corruption in insert range
David Howells
1
-8
/
+16
2022-08-28
smb3: fix temporary data corruption in collapse range
Steve French
1
-10
/
+16
2022-08-28
smb3: Move the flush out of smb2_copychunk_range() into its callers
David Howells
2
-12
/
+10
2022-08-28
Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
7
-32
/
+34
2022-08-28
squashfs: don't call kmalloc in decompressors
Phillip Lougher
4
-21
/
+22
[next]