summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-12-29fs/ntfs3: fsync files by syncing parent inodesKonstantin Komarov
2025-12-26Merge tag 'v6.19-rc2-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2025-12-26Merge tag 'driver-core-6.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-12-26Merge tag 'v6.19-rc2-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-12-24nfsd: Drop the client reference in client_states_open()Haoxiang Li
2025-12-24nfsd: use ATTR_DELEG in nfsd4_finalize_deleg_timestamps()Jeff Layton
2025-12-24nfsd: fix nfsd_file reference leak in nfsd4_add_rdaccess_to_wrdeleg()Chuck Lever
2025-12-24lockd: fix vfs_test_lock() callsNeilBrown
2025-12-24Merge tag 'nfsd-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2025-12-24Merge tag 'erofs-for-6.19-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-12-24cifs: Fix memory and information leak in smb3_reconfigure()Zilin Guan
2025-12-24select: store end_time as timespec64 in restart blockThomas Weißschuh
2025-12-24ecryptfs: Release lower parent dentry after creating dirTyler Hicks
2025-12-24ecryptfs: Fix improper mknod pairing of start_creating()/end_removing()Tyler Hicks
2025-12-24chardev: Switch to guard(mutex) and __free(kfree)chen zhang
2025-12-24namespace: Replace simple_strtoul with kstrtoul to parse boot paramsThorsten Blum
2025-12-24dcache: Replace simple_strtoul with kstrtoul in set_dhash_entriesThorsten Blum
2025-12-24fs: Replace simple_strtoul with kstrtoul in set_ihash_entriesThorsten Blum
2025-12-24VFS: fix __start_dirop() kernel-doc warningsBagas Sanjaya
2025-12-24fs: Describe @isnew parameter in ilookup5_nowait()Bagas Sanjaya
2025-12-24fs: make sure to fail try_to_unlazy() and try_to_unlazy() for LOOKUP_CACHEDMateusz Guzik
2025-12-24netfs: Fix early read unlock of page with EOF in middleDavid Howells
2025-12-23ecryptfs: Drop redundant NUL terminations after calling ecryptfs_to_hexThorsten Blum
2025-12-23ecryptfs: Replace memcpy + NUL termination in ecryptfs_new_file_contextThorsten Blum
2025-12-23ecryptfs: Replace strcpy with strscpy in ecryptfs_validate_optionsThorsten Blum
2025-12-23ecryptfs: Replace strcpy with strscpy in ecryptfs_cipher_code_to_stringThorsten Blum
2025-12-23ecryptfs: Replace strcpy with strscpy in ecryptfs_set_default_crypt_stat_valsThorsten Blum
2025-12-23ecryptfs: simplify list initialization in ecryptfs_parse_packet_set()Baolin Liu
2025-12-23ecryptfs: Remove unused declartion ecryptfs_fill_zeros()Zhang Zekun
2025-12-23ecryptfs: Fix packet format comment in parse_tag_67_packet()Thorsten Blum
2025-12-23ecryptfs: comment typo fixZipeng Zhang
2025-12-23ecryptfs: keystore: Fix typo 'the the' in commentSlark Xiao
2025-12-23fs/kernfs: null-ptr deref in simple_xattrs_free()Will Rosenberg
2025-12-22nilfs2: Fix potential block overflow that cause system hangEdward Adam Davis
2025-12-21smb/server: fix minimum SMB2 PDU sizeChenXiaoSong
2025-12-21smb/server: fix minimum SMB1 PDU sizeChenXiaoSong
2025-12-21ksmbd: rename smb2_get_msg to smb_get_msgNamjae Jeon
2025-12-21ksmbd: Fix to handle removal of rfc1002 header from smb_hdrDavid Howells
2025-12-22erofs: fix unexpected EIO under memory pressureJunbeom Yeom
2025-12-20Merge tag 'xfs-fixes-6.19-rc2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2025-12-19fs/ntfs3: fix ntfs_mount_options leak in ntfs_fill_super()Baokun Li
2025-12-19fs/ntfs3: allow readdir() to finish after directory mutations without rewindd...Konstantin Komarov
2025-12-19fs/ntfs3: improve readahead for bitmap initialization and large directory scansKonstantin Komarov
2025-12-19fs/ntfs3: rename ni_readpage_cmpr into ni_read_folio_cmprKonstantin Komarov
2025-12-19fs: ntfs3: fix infinite loop triggered by zero-sized ATTR_LISTJaehun Gou
2025-12-19fs: ntfs3: fix infinite loop in attr_load_runs_range on inconsistent metadataJaehun Gou
2025-12-19fs/ntfs3: Use wait_on_buffer() directlyLalit Shankar Chowdhury
2025-12-19fs/ntfs3: Initialize new folios before useBartlomiej Kubik
2025-12-19fs: ntfs3: check return value of indx_find to avoid infinite loopJaehun Gou
2025-12-19debugfs: Fix memleak in debugfs_change_name().Kuniyuki Iwashima