summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2025-12-29fs/ntfs3: implement llseek SEEK_DATA/SEEK_HOLE by scanning data runsKonstantin Komarov-3/+113
2025-12-29fs/ntfs3: zero-fill folios beyond i_valid in ntfs_read_folio()Konstantin Komarov-0/+13
2025-12-29fs/ntfs3: handle attr_set_size() errors when truncating filesKonstantin Komarov-6/+4
2025-12-29fs/ntfs3: drop preallocated clusters for sparse and compressed filesKonstantin Komarov-1/+3
2025-12-29fs/ntfs3: fsync files by syncing parent inodesKonstantin Komarov-4/+81
2025-12-26Merge tag 'v6.19-rc2-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-0/+2
2025-12-26Merge tag 'driver-core-6.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-4/+9
2025-12-26Merge tag 'v6.19-rc2-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds-69/+70
2025-12-24nfsd: Drop the client reference in client_states_open()Haoxiang Li-1/+3
2025-12-24nfsd: use ATTR_DELEG in nfsd4_finalize_deleg_timestamps()Jeff Layton-1/+1
2025-12-24nfsd: fix nfsd_file reference leak in nfsd4_add_rdaccess_to_wrdeleg()Chuck Lever-4/+10
2025-12-24lockd: fix vfs_test_lock() callsNeilBrown-18/+24
2025-12-24Merge tag 'nfsd-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds-4/+19
2025-12-24Merge tag 'erofs-for-6.19-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-4/+4
2025-12-24cifs: Fix memory and information leak in smb3_reconfigure()Zilin Guan-0/+2
2025-12-24select: store end_time as timespec64 in restart blockThomas Weißschuh-8/+4
2025-12-24ecryptfs: Release lower parent dentry after creating dirTyler Hicks-0/+1
2025-12-24ecryptfs: Fix improper mknod pairing of start_creating()/end_removing()Tyler Hicks-1/+1
2025-12-24chardev: Switch to guard(mutex) and __free(kfree)chen zhang-10/+7
2025-12-24namespace: Replace simple_strtoul with kstrtoul to parse boot paramsThorsten Blum-8/+2
2025-12-24dcache: Replace simple_strtoul with kstrtoul in set_dhash_entriesThorsten Blum-4/+1
2025-12-24fs: Replace simple_strtoul with kstrtoul in set_ihash_entriesThorsten Blum-4/+1
2025-12-24VFS: fix __start_dirop() kernel-doc warningsBagas Sanjaya-1/+2
2025-12-24fs: Describe @isnew parameter in ilookup5_nowait()Bagas Sanjaya-0/+3
2025-12-24fs: make sure to fail try_to_unlazy() and try_to_unlazy() for LOOKUP_CACHEDMateusz Guzik-5/+13
2025-12-24netfs: Fix early read unlock of page with EOF in middleDavid Howells-1/+1
2025-12-23ecryptfs: Drop redundant NUL terminations after calling ecryptfs_to_hexThorsten Blum-4/+0
2025-12-23ecryptfs: Replace memcpy + NUL termination in ecryptfs_new_file_contextThorsten Blum-7/+2
2025-12-23ecryptfs: Replace strcpy with strscpy in ecryptfs_validate_optionsThorsten Blum-4/+5
2025-12-23ecryptfs: Replace strcpy with strscpy in ecryptfs_cipher_code_to_stringThorsten Blum-5/+12
2025-12-23ecryptfs: Replace strcpy with strscpy in ecryptfs_set_default_crypt_stat_valsThorsten Blum-1/+2
2025-12-23ecryptfs: simplify list initialization in ecryptfs_parse_packet_set()Baolin Liu-2/+1
2025-12-23ecryptfs: Remove unused declartion ecryptfs_fill_zeros()Zhang Zekun-1/+0
2025-12-23ecryptfs: Fix packet format comment in parse_tag_67_packet()Thorsten Blum-1/+1
2025-12-23ecryptfs: comment typo fixZipeng Zhang-1/+1
2025-12-23ecryptfs: keystore: Fix typo 'the the' in commentSlark Xiao-1/+1
2025-12-23fs/kernfs: null-ptr deref in simple_xattrs_free()Will Rosenberg-2/+4
2025-12-22nilfs2: Fix potential block overflow that cause system hangEdward Adam Davis-0/+4
2025-12-21smb/server: fix minimum SMB2 PDU sizeChenXiaoSong-2/+2
2025-12-21smb/server: fix minimum SMB1 PDU sizeChenXiaoSong-2/+3
2025-12-21ksmbd: rename smb2_get_msg to smb_get_msgNamjae Jeon-61/+61
2025-12-21ksmbd: Fix to handle removal of rfc1002 header from smb_hdrDavid Howells-11/+11
2025-12-22erofs: fix unexpected EIO under memory pressureJunbeom Yeom-4/+4
2025-12-20Merge tag 'xfs-fixes-6.19-rc2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-41/+80
2025-12-19fs/ntfs3: fix ntfs_mount_options leak in ntfs_fill_super()Baokun Li-7/+2
2025-12-19fs/ntfs3: allow readdir() to finish after directory mutations without rewindd...Konstantin Komarov-29/+76
2025-12-19fs/ntfs3: improve readahead for bitmap initialization and large directory scansKonstantin Komarov-25/+79
2025-12-19fs/ntfs3: rename ni_readpage_cmpr into ni_read_folio_cmprKonstantin Komarov-6/+6
2025-12-19fs: ntfs3: fix infinite loop triggered by zero-sized ATTR_LISTJaehun Gou-0/+9
2025-12-19fs: ntfs3: fix infinite loop in attr_load_runs_range on inconsistent metadataJaehun Gou-3/+12