summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-01-02nfsd: provide locking for v4_end_graceNeilBrown
2026-01-02NFSD: Fix permission check for read access to executable-only filesScott Mayhew
2026-01-02NFSD: Remove NFSERR_EAGAINChuck Lever
2026-01-02Merge tag 'v6.19-rc3-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2026-01-02Merge tag 'v6.19-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2026-01-01f2fs: remove non-uptodate folio from the page cache in move_data_blockYongpeng Yang
2026-01-01f2fs: return immediately after submitting the specified folio in __submit_mer...Yongpeng Yang
2026-01-01f2fs: clean up the force parameter in __submit_merged_write_cond()Yongpeng Yang
2026-01-01f2fs: fix to add gc count stat in f2fs_gc_rangeZhiguo Niu
2026-01-01f2fs: fix to do sanity check on nat entry of quota inodeChao Yu
2026-01-01f2fs: remove some redundant codes in f2fs_quota_enableZhiguo Niu
2025-12-30Merge tag 'nfsd-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2025-12-30smb: client: fix UBSAN array-index-out-of-bounds in smb2_copychunk_rangeHenrique Carvalho
2025-12-30smb3 client: add missing tracepoint for unsupported ioctlsSteve French
2025-12-29smb/server: fix refcount leak in smb2_open()ZhangGuoDong
2025-12-29smb/server: fix refcount leak in parse_durable_handle_context()ZhangGuoDong
2025-12-29smb/server: call ksmbd_session_rpc_close() on error path in create_smb2_pipe()ZhangGuoDong
2025-12-29ksmbd: Fix memory leak in get_file_all_info()Zilin Guan
2025-12-29fs/ntfs3: implement iomap-based file operationsKonstantin Komarov
2025-12-29fs/ntfs3: fix deadlock in ni_read_folio_cmprSzymon Wilczek
2025-12-29fs/ntfs3: implement llseek SEEK_DATA/SEEK_HOLE by scanning data runsKonstantin Komarov
2025-12-29fs/ntfs3: zero-fill folios beyond i_valid in ntfs_read_folio()Konstantin Komarov
2025-12-29fs/ntfs3: handle attr_set_size() errors when truncating filesKonstantin Komarov
2025-12-29fs/ntfs3: drop preallocated clusters for sparse and compressed filesKonstantin Komarov
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