index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Lines
2025-12-29
fs/ntfs3: implement llseek SEEK_DATA/SEEK_HOLE by scanning data runs
Konstantin Komarov
-3
/
+113
2025-12-29
fs/ntfs3: zero-fill folios beyond i_valid in ntfs_read_folio()
Konstantin Komarov
-0
/
+13
2025-12-29
fs/ntfs3: handle attr_set_size() errors when truncating files
Konstantin Komarov
-6
/
+4
2025-12-29
fs/ntfs3: drop preallocated clusters for sparse and compressed files
Konstantin Komarov
-1
/
+3
2025-12-29
fs/ntfs3: fsync files by syncing parent inodes
Konstantin Komarov
-4
/
+81
2025-12-26
Merge tag 'v6.19-rc2-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
-0
/
+2
2025-12-26
Merge tag 'driver-core-6.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-4
/
+9
2025-12-26
Merge tag 'v6.19-rc2-smb3-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
-69
/
+70
2025-12-24
nfsd: Drop the client reference in client_states_open()
Haoxiang Li
-1
/
+3
2025-12-24
nfsd: use ATTR_DELEG in nfsd4_finalize_deleg_timestamps()
Jeff Layton
-1
/
+1
2025-12-24
nfsd: fix nfsd_file reference leak in nfsd4_add_rdaccess_to_wrdeleg()
Chuck Lever
-4
/
+10
2025-12-24
lockd: fix vfs_test_lock() calls
NeilBrown
-18
/
+24
2025-12-24
Merge tag 'nfsd-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
-4
/
+19
2025-12-24
Merge tag 'erofs-for-6.19-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-4
/
+4
2025-12-24
cifs: Fix memory and information leak in smb3_reconfigure()
Zilin Guan
-0
/
+2
2025-12-24
select: store end_time as timespec64 in restart block
Thomas Weißschuh
-8
/
+4
2025-12-24
ecryptfs: Release lower parent dentry after creating dir
Tyler Hicks
-0
/
+1
2025-12-24
ecryptfs: Fix improper mknod pairing of start_creating()/end_removing()
Tyler Hicks
-1
/
+1
2025-12-24
chardev: Switch to guard(mutex) and __free(kfree)
chen zhang
-10
/
+7
2025-12-24
namespace: Replace simple_strtoul with kstrtoul to parse boot params
Thorsten Blum
-8
/
+2
2025-12-24
dcache: Replace simple_strtoul with kstrtoul in set_dhash_entries
Thorsten Blum
-4
/
+1
2025-12-24
fs: Replace simple_strtoul with kstrtoul in set_ihash_entries
Thorsten Blum
-4
/
+1
2025-12-24
VFS: fix __start_dirop() kernel-doc warnings
Bagas Sanjaya
-1
/
+2
2025-12-24
fs: Describe @isnew parameter in ilookup5_nowait()
Bagas Sanjaya
-0
/
+3
2025-12-24
fs: make sure to fail try_to_unlazy() and try_to_unlazy() for LOOKUP_CACHED
Mateusz Guzik
-5
/
+13
2025-12-24
netfs: Fix early read unlock of page with EOF in middle
David Howells
-1
/
+1
2025-12-23
ecryptfs: Drop redundant NUL terminations after calling ecryptfs_to_hex
Thorsten Blum
-4
/
+0
2025-12-23
ecryptfs: Replace memcpy + NUL termination in ecryptfs_new_file_context
Thorsten Blum
-7
/
+2
2025-12-23
ecryptfs: Replace strcpy with strscpy in ecryptfs_validate_options
Thorsten Blum
-4
/
+5
2025-12-23
ecryptfs: Replace strcpy with strscpy in ecryptfs_cipher_code_to_string
Thorsten Blum
-5
/
+12
2025-12-23
ecryptfs: Replace strcpy with strscpy in ecryptfs_set_default_crypt_stat_vals
Thorsten Blum
-1
/
+2
2025-12-23
ecryptfs: simplify list initialization in ecryptfs_parse_packet_set()
Baolin Liu
-2
/
+1
2025-12-23
ecryptfs: Remove unused declartion ecryptfs_fill_zeros()
Zhang Zekun
-1
/
+0
2025-12-23
ecryptfs: Fix packet format comment in parse_tag_67_packet()
Thorsten Blum
-1
/
+1
2025-12-23
ecryptfs: comment typo fix
Zipeng Zhang
-1
/
+1
2025-12-23
ecryptfs: keystore: Fix typo 'the the' in comment
Slark Xiao
-1
/
+1
2025-12-23
fs/kernfs: null-ptr deref in simple_xattrs_free()
Will Rosenberg
-2
/
+4
2025-12-22
nilfs2: Fix potential block overflow that cause system hang
Edward Adam Davis
-0
/
+4
2025-12-21
smb/server: fix minimum SMB2 PDU size
ChenXiaoSong
-2
/
+2
2025-12-21
smb/server: fix minimum SMB1 PDU size
ChenXiaoSong
-2
/
+3
2025-12-21
ksmbd: rename smb2_get_msg to smb_get_msg
Namjae Jeon
-61
/
+61
2025-12-21
ksmbd: Fix to handle removal of rfc1002 header from smb_hdr
David Howells
-11
/
+11
2025-12-22
erofs: fix unexpected EIO under memory pressure
Junbeom Yeom
-4
/
+4
2025-12-20
Merge tag 'xfs-fixes-6.19-rc2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
-41
/
+80
2025-12-19
fs/ntfs3: fix ntfs_mount_options leak in ntfs_fill_super()
Baokun Li
-7
/
+2
2025-12-19
fs/ntfs3: allow readdir() to finish after directory mutations without rewindd...
Konstantin Komarov
-29
/
+76
2025-12-19
fs/ntfs3: improve readahead for bitmap initialization and large directory scans
Konstantin Komarov
-25
/
+79
2025-12-19
fs/ntfs3: rename ni_readpage_cmpr into ni_read_folio_cmpr
Konstantin Komarov
-6
/
+6
2025-12-19
fs: ntfs3: fix infinite loop triggered by zero-sized ATTR_LIST
Jaehun Gou
-0
/
+9
2025-12-19
fs: ntfs3: fix infinite loop in attr_load_runs_range on inconsistent metadata
Jaehun Gou
-3
/
+12
[prev]
[next]