index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-01
ext4: correct the error handle in ext4_fallocate()
Zhang Yi
1
-1
/
+1
2025-08-01
ext4: fix incorrect punch max_end
Zhang Yi
1
-3
/
+9
2025-08-01
ext4: move out common parts into ext4_fallocate()
Zhang Yi
2
-104
/
+45
2025-08-01
ext4: move out inode_lock into ext4_fallocate()
Zhang Yi
2
-70
/
+33
2025-08-01
ext4: factor out ext4_do_fallocate()
Zhang Yi
1
-65
/
+60
2025-08-01
ext4: refactor ext4_insert_range()
Zhang Yi
1
-53
/
+48
2025-08-01
ext4: refactor ext4_collapse_range()
Zhang Yi
1
-55
/
+48
2025-08-01
ext4: refactor ext4_zero_range()
Zhang Yi
1
-85
/
+57
2025-08-01
ext4: refactor ext4_punch_hole()
Zhang Yi
2
-66
/
+55
2025-08-01
ext4: don't explicit update times in ext4_fallocate()
Zhang Yi
2
-6
/
+0
2025-08-01
erofs: fix large fragment handling
Gao Xiang
3
-6
/
+7
2025-08-01
erofs: clean up header parsing for ztailpacking and fragments
Gao Xiang
1
-25
/
+14
2025-08-01
erofs: simplify tail inline pcluster handling
Gao Xiang
2
-17
/
+12
2025-08-01
erofs: use Z_EROFS_LCLUSTER_TYPE_MAX to simplify switches
Hongzhen Luo
1
-39
/
+24
2025-08-01
erofs: refine z_erofs_get_extent_compressedlen()
Gao Xiang
1
-20
/
+16
2025-08-01
erofs: simplify z_erofs_load_compact_lcluster()
Gao Xiang
1
-53
/
+36
2025-08-01
jfs: reject on-disk inodes of an unsupported type
Dmitry Antipov
1
-2
/
+11
2025-08-01
nilfs2: reject invalid file types when reading inodes
Ryusuke Konishi
1
-1
/
+8
2025-07-24
smb: client: let smbd_post_send_iter() respect the peers max_send_size and tr...
Stefan Metzmacher
1
-4
/
+27
2025-07-24
btrfs: fix block group refcount race in btrfs_create_pending_block_groups()
Boris Burkov
1
-0
/
+3
2025-07-24
clone_private_mnt(): make sure that caller has CAP_SYS_ADMIN in the right userns
Al Viro
1
-0
/
+5
2025-07-24
efivarfs: Fix memory leak of efivarfs_fs_info in fs_context error paths
Breno Leitao
1
-0
/
+6
2025-07-24
fix a leak in fcntl_dirnotify()
Al Viro
1
-4
/
+4
2025-07-24
smb: client: fix use-after-free in cifs_oplock_break
Wang Zhaolong
1
-1
/
+9
2025-07-24
cachefiles: Fix the incorrect return value in __cachefiles_write()
Zizhi Wo
2
-5
/
+1
2025-07-24
smb: client: fix use-after-free in crypt_message when using async crypto
Wang Zhaolong
1
-1
/
+6
2025-07-24
isofs: Verify inode mode when loading from disk
Jan Kara
1
-1
/
+8
2025-07-17
ksmbd: fix potential use-after-free in oplock/lease break ack
Namjae Jeon
1
-20
/
+9
2025-07-17
erofs: fix rare pcluster memory leak after unmounting
Gao Xiang
1
-3
/
+4
2025-07-17
btrfs: fix assertion when building free space tree
Filipe Manana
1
-4
/
+12
2025-07-17
erofs: fix to add missing tracepoint in erofs_readahead()
Chao Yu
1
-0
/
+3
2025-07-17
erofs: refine readahead tracepoint
Gao Xiang
2
-4
/
+3
2025-07-17
erofs: tidy up zdata.c
Gao Xiang
1
-68
/
+43
2025-07-17
erofs: get rid of `z_erofs_next_pcluster_t`
Gao Xiang
1
-51
/
+29
2025-07-17
erofs: free pclusters if no cached folio is attached
Chunhai Guo
1
-19
/
+38
2025-07-17
netfs: Fix ref leak on inserted extra subreq in write retry
David Howells
1
-1
/
+1
2025-07-17
erofs: address D-cache aliasing
Gao Xiang
5
-19
/
+21
2025-07-17
erofs: fix to add missing tracepoint in erofs_read_folio()
Chao Yu
1
-0
/
+2
2025-07-17
ksmbd: fix a mount write count leak in ksmbd_vfs_kern_path_locked()
Al Viro
1
-0
/
+1
2025-07-17
smb: server: make use of rdma_destroy_qp()
Stefan Metzmacher
1
-2
/
+3
2025-07-17
mm: fix the inaccurate memory statistics issue for users
Baolin Wang
1
-7
/
+7
2025-07-17
fix proc_sys_compare() handling of in-lookup dentries
Al Viro
2
-8
/
+12
2025-07-17
eventpoll: don't decrement ep refcount while still holding the ep mutex
Linus Torvalds
1
-7
/
+5
2025-07-10
cifs: all initializations for tcon should happen in tcon_info_alloc
Shyam Prasad N
3
-7
/
+8
2025-07-10
smb: client: fix readdir returning wrong type with POSIX extensions
Philipp Kerling
1
-1
/
+1
2025-07-10
NFSv4/flexfiles: Fix handling of NFS level errors in I/O
Trond Myklebust
1
-34
/
+87
2025-07-10
fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypass
Shivank Garg
1
-5
/
+18
2025-07-10
add a string-to-qstr constructor
Al Viro
7
-12
/
+6
2025-07-10
netfs: Fix oops in write-retry from mis-resetting the subreq iterator
David Howells
1
-2
/
+3
2025-07-10
f2fs: zone: fix to calculate first_zoned_segno correctly
Chao Yu
4
-20
/
+69
[prev]
[next]