index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-16
xfs: fix a memory leak in xfs_buf_item_init()
Haoxiang Li
1
-0
/
+1
2025-12-16
xfs: fix stupid compiler warning
Darrick J. Wong
1
-1
/
+1
2025-12-16
xfs: fix a UAF problem in xattr repair
Darrick J. Wong
1
-1
/
+1
2025-12-16
xfs: ignore discard return value
Chaitanya Kulkarni
2
-23
/
+6
2025-12-16
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-29
/
+21
2025-12-16
Merge tag 'v6.19-rc1-ksmbd-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
6
-36
/
+164
2025-12-16
Merge tag 'for-6.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
6
-33
/
+46
2025-12-16
shmem: fix recovery on rename failures
Al Viro
1
-29
/
+21
2025-12-15
filelock: allow lease_managers to dictate what qualifies as a conflict
Jeff Layton
3
-50
/
+82
2025-12-15
filelock: add lease_dispose_list() helper
Jeff Layton
1
-10
/
+19
2025-12-15
iomap: replace folio_batch allocation with stack allocation
Brian Foster
3
-23
/
+44
2025-12-15
fs: send fsnotify_xattr()/IN_ATTRIB from vfs_fileattr_set()/chattr(1)
Ahelenia ZiemiaĆska
1
-0
/
+2
2025-12-15
fsnotify: do not generate ACCESS/MODIFY events on child for special files
Amir Goldstein
1
-1
/
+8
2025-12-14
ksmbd: fix buffer validation by including null terminator size in EA length
Namjae Jeon
1
-2
/
+2
2025-12-14
ksmbd: Fix refcount leak when invalid session is found on session lookup
Namjae Jeon
1
-1
/
+3
2025-12-14
ksmbd: remove redundant DACL check in smb_check_perm_dacl
Alexey Velichayshiy
1
-3
/
+0
2025-12-14
ksmbd: convert comma to semicolon
Chen Ni
1
-1
/
+1
2025-12-14
smb: server: defer the initial recv completion logic to smb_direct_negotiate_...
Stefan Metzmacher
1
-28
/
+142
2025-12-14
smb: server: initialize recv_io->cqe.done = recv_done just once
Stefan Metzmacher
1
-1
/
+4
2025-12-14
smb: smbdirect: introduce smbdirect_socket.connect.{lock,work}
Stefan Metzmacher
1
-0
/
+12
2025-12-14
Merge tag 'ceph-for-6.19-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
5
-6
/
+26
2025-12-13
Merge tag 'mm-nonmm-stable-2025-12-11-11-47' of git://git.kernel.org/pub/scm/...
Linus Torvalds
15
-35
/
+107
2025-12-12
btrfs: fix changeset leak on mmap write after failure to reserve metadata
Filipe Manana
1
-1
/
+2
2025-12-12
btrfs: fix memory leak of fs_devices in degraded seed device path
Deepanshu Kartikey
1
-0
/
+1
2025-12-12
Merge tag 'v6.19-rc-smb3-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
4
-548
/
+10
2025-12-12
Merge tag 'v6.19-rc-part2-smb3-client-fixes' of git://git.samba.org/sfrench/c...
Linus Torvalds
5
-607
/
+581
2025-12-12
Merge tag 'nfs-for-6.19-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
19
-81
/
+328
2025-12-11
smb/client: remove DeviceType Flags and Device Characteristics definitions
ZhangGuoDong
1
-34
/
+0
2025-12-11
smb: move File Attributes definitions into common/fscc.h
ChenXiaoSong
2
-35
/
+45
2025-12-11
smb: update struct duplicate_extents_to_file_ex
ChenXiaoSong
1
-1
/
+2
2025-12-10
ocfs2: fix memory leak in ocfs2_merge_rec_left()
Dmitry Antipov
1
-1
/
+0
2025-12-10
ocfs2: invalidate inode if i_mode is zero after block read
Ahmet Eray Karadag
1
-0
/
+8
2025-12-10
ocfs2: avoid -Wflex-array-member-not-at-end warning
Gustavo A. R. Silva
1
-2
/
+6
2025-12-10
ocfs2: convert remaining read-only checks to ocfs2_emergency_state
Ahmet Eray Karadag
6
-11
/
+10
2025-12-10
ocfs2: add ocfs2_emergency_state helper and apply to setattr
Ahmet Eray Karadag
2
-0
/
+24
2025-12-10
ocfs2: fix kernel BUG in ocfs2_find_victim_chain
Prithvi Tambewagh
1
-0
/
+10
2025-12-10
ocfs2: validate inline xattr size and entry count in ocfs2_xattr_ibody_list
Deepanshu Kartikey
1
-2
/
+28
2025-12-10
fs/fat: remove unnecessary wrapper fat_max_cache()
Lalit Shankar Chowdhury
1
-6
/
+1
2025-12-10
ocfs2: replace deprecated strcpy with strscpy
Thorsten Blum
6
-11
/
+16
2025-12-10
ocfs2: check tl_used after reading it from trancate log inode
Edward Adam Davis
1
-2
/
+4
2025-12-10
ceph: stop selecting CRC32, CRYPTO, and CRYPTO_AES
Eric Biggers
1
-3
/
+0
2025-12-10
ceph: Amend checking to fix `make W=1` build breakage
Andy Shevchenko
1
-1
/
+1
2025-12-10
ceph: add trace points to the MDS client
Max Kellermann
3
-2
/
+25
2025-12-09
smb: move file_notify_information to common/fscc.h
ChenXiaoSong
2
-11
/
+11
2025-12-09
smb: move SMB2 Notify Action Flags into common/smb2pdu.h
ChenXiaoSong
2
-9
/
+2
2025-12-09
smb: move notify completion filter flags into common/smb2pdu.h
ChenXiaoSong
2
-14
/
+1
2025-12-09
smb/client: add parentheses to NT error code definitions containing bitwise O...
ChenXiaoSong
1
-506
/
+506
2025-12-09
smb: add documentation references for smb2 change notify definitions
ChenXiaoSong
2
-2
/
+10
2025-12-09
smb/client: add 4 NT error code definitions
ChenXiaoSong
2
-0
/
+9
2025-12-09
smb/client: fix NT_STATUS_UNABLE_TO_FREE_VM value
ChenXiaoSong
1
-1
/
+1
[prev]
[next]