aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-12-24nfsd: Drop the client reference in client_states_open()Haoxiang Li1-1/+3
2025-12-24nfsd: use ATTR_DELEG in nfsd4_finalize_deleg_timestamps()Jeff Layton1-1/+1
2025-12-24nfsd: fix nfsd_file reference leak in nfsd4_add_rdaccess_to_wrdeleg()Chuck Lever1-4/+10
2025-12-24lockd: fix vfs_test_lock() callsNeilBrown4-18/+24
2025-12-24Merge tag 'nfsd-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds5-4/+19
2025-12-24Merge tag 'erofs-for-6.19-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+4
2025-12-24cifs: Fix memory and information leak in smb3_reconfigure()Zilin Guan1-0/+2
2025-12-24select: store end_time as timespec64 in restart blockThomas Weißschuh1-8/+4
2025-12-24ecryptfs: Release lower parent dentry after creating dirTyler Hicks1-0/+1
2025-12-24ecryptfs: Fix improper mknod pairing of start_creating()/end_removing()Tyler Hicks1-1/+1
2025-12-24chardev: Switch to guard(mutex) and __free(kfree)chen zhang1-10/+7
2025-12-24namespace: Replace simple_strtoul with kstrtoul to parse boot paramsThorsten Blum1-8/+2
2025-12-24dcache: Replace simple_strtoul with kstrtoul in set_dhash_entriesThorsten Blum1-4/+1
2025-12-24fs: Replace simple_strtoul with kstrtoul in set_ihash_entriesThorsten Blum1-4/+1
2025-12-24VFS: fix __start_dirop() kernel-doc warningsBagas Sanjaya1-1/+2
2025-12-24fs: Describe @isnew parameter in ilookup5_nowait()Bagas Sanjaya1-0/+3
2025-12-24fs: make sure to fail try_to_unlazy() and try_to_unlazy() for LOOKUP_CACHEDMateusz Guzik1-5/+13
2025-12-24netfs: Fix early read unlock of page with EOF in middleDavid Howells1-1/+1
2025-12-23ecryptfs: Drop redundant NUL terminations after calling ecryptfs_to_hexThorsten Blum2-4/+0
2025-12-23ecryptfs: Replace memcpy + NUL termination in ecryptfs_new_file_contextThorsten Blum1-7/+2
2025-12-23ecryptfs: Replace strcpy with strscpy in ecryptfs_validate_optionsThorsten Blum1-4/+5
2025-12-23ecryptfs: Replace strcpy with strscpy in ecryptfs_cipher_code_to_stringThorsten Blum3-5/+12
2025-12-23ecryptfs: Replace strcpy with strscpy in ecryptfs_set_default_crypt_stat_valsThorsten Blum1-1/+2
2025-12-23ecryptfs: simplify list initialization in ecryptfs_parse_packet_set()Baolin Liu1-2/+1
2025-12-23ecryptfs: Remove unused declartion ecryptfs_fill_zeros()Zhang Zekun1-1/+0
2025-12-23ecryptfs: Fix packet format comment in parse_tag_67_packet()Thorsten Blum1-1/+1
2025-12-23ecryptfs: comment typo fixZipeng Zhang1-1/+1
2025-12-23ecryptfs: keystore: Fix typo 'the the' in commentSlark Xiao1-1/+1
2025-12-23fs/kernfs: null-ptr deref in simple_xattrs_free()Will Rosenberg1-2/+4
2025-12-22nilfs2: Fix potential block overflow that cause system hangEdward Adam Davis1-0/+4
2025-12-21smb/server: fix minimum SMB2 PDU sizeChenXiaoSong1-2/+2
2025-12-21smb/server: fix minimum SMB1 PDU sizeChenXiaoSong1-2/+3
2025-12-21ksmbd: rename smb2_get_msg to smb_get_msgNamjae Jeon8-61/+61
2025-12-21ksmbd: Fix to handle removal of rfc1002 header from smb_hdrDavid Howells2-11/+11
2025-12-22erofs: fix unexpected EIO under memory pressureJunbeom Yeom1-4/+4
2025-12-20Merge tag 'xfs-fixes-6.19-rc2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds8-41/+80
2025-12-19fs/ntfs3: fix ntfs_mount_options leak in ntfs_fill_super()Baokun Li1-7/+2
2025-12-19fs/ntfs3: allow readdir() to finish after directory mutations without rewindd...Konstantin Komarov3-29/+76
2025-12-19fs/ntfs3: improve readahead for bitmap initialization and large directory scansKonstantin Komarov6-25/+79
2025-12-19fs/ntfs3: rename ni_readpage_cmpr into ni_read_folio_cmprKonstantin Komarov3-6/+6
2025-12-19fs: ntfs3: fix infinite loop triggered by zero-sized ATTR_LISTJaehun Gou1-0/+9
2025-12-19fs: ntfs3: fix infinite loop in attr_load_runs_range on inconsistent metadataJaehun Gou1-3/+12
2025-12-19fs/ntfs3: Use wait_on_buffer() directlyLalit Shankar Chowdhury3-17/+7
2025-12-19fs/ntfs3: Initialize new folios before useBartlomiej Kubik1-1/+1
2025-12-19fs: ntfs3: check return value of indx_find to avoid infinite loopJaehun Gou1-1/+6
2025-12-19debugfs: Fix memleak in debugfs_change_name().Kuniyuki Iwashima1-2/+5
2025-12-19Merge tag 'v6.19-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-45/+61
2025-12-19Merge tag 'fsnotify_for_v6.19-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-1/+10
2025-12-18NFSD: NFSv4 file creation neglects setting ACLChuck Lever1-1/+2
2025-12-18NFSD: Clear TIME_DELEG in the suppattr_exclcreat bitmapChuck Lever1-1/+7