aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-01-05x86,fs/resctrl: Use struct rdt_domain_hdr when reading countersTony Luck3-45/+67
2026-01-05fs/resctrl: Split L3 dependent parts out of __mon_event_count()Tony Luck1-1/+12
2026-01-04NFSv4: Don't free slots prematurely if requesting a directory delegationTrond Myklebust1-8/+39
2026-01-04NFSv4: Fix nfs_clear_verifier_delegated() for delegated directoriesTrond Myklebust1-8/+49
2026-01-04NFS: Fix directory delegation verifier checksAnna Schumaker1-19/+2
2026-01-04pnfs/blocklayout: Fix memory leak in bl_parse_scsi()Zilin Guan1-2/+4
2026-01-04pnfs/flexfiles: Fix memory leak in nfs4_ff_alloc_deviceid_node()Zilin Guan1-1/+1
2026-01-04NFS: Fix a deadlock involving nfs_release_folio()Trond Myklebust3-1/+38
2026-01-04pNFS: Fix a deadlock when returning a delegation during open()Trond Myklebust3-30/+51
2026-01-04x86,fs/resctrl: Refactor domain create/remove using struct rdt_domain_hdrTony Luck3-26/+59
2026-01-04x86,fs/resctrl: Improve domain type checkingTony Luck1-1/+1
2026-01-02bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncsPuranjay Mohan2-8/+7
2026-01-02bpf: Make KF_TRUSTED_ARGS the default for all kfuncsPuranjay Mohan1-7/+3
2026-01-02NFSD: net ref data still needs to be freed even if net hasn't startupEdward Adam Davis1-15/+15
2026-01-02nfsd: check that server is running in unlock_filesystemOlga Kornievskaia3-6/+12
2026-01-02nfsd: use correct loop termination in nfsd4_revoke_states()NeilBrown1-1/+1
2026-01-02nfsd: provide locking for v4_end_graceNeilBrown4-5/+44
2026-01-02NFSD: Fix permission check for read access to executable-only filesScott Mayhew1-2/+2
2026-01-02NFSD: Remove NFSERR_EAGAINChuck Lever3-3/+1
2026-01-02Merge tag 'v6.19-rc3-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds1-3/+9
2026-01-02Merge tag 'v6.19-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-0/+10
2026-01-01f2fs: remove non-uptodate folio from the page cache in move_data_blockYongpeng Yang1-1/+5
2026-01-01f2fs: return immediately after submitting the specified folio in __submit_mer...Yongpeng Yang3-5/+21
2026-01-01f2fs: clean up the force parameter in __submit_merged_write_cond()Yongpeng Yang1-3/+4
2026-01-01f2fs: fix to add gc count stat in f2fs_gc_rangeZhiguo Niu1-0/+1
2026-01-01f2fs: fix to do sanity check on nat entry of quota inodeChao Yu3-4/+15
2026-01-01f2fs: remove some redundant codes in f2fs_quota_enableZhiguo Niu1-12/+4
2025-12-30Merge tag 'nfsd-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds5-24/+38
2025-12-30smb: client: fix UBSAN array-index-out-of-bounds in smb2_copychunk_rangeHenrique Carvalho1-0/+6
2025-12-30smb3 client: add missing tracepoint for unsupported ioctlsSteve French2-0/+4
2025-12-29smb/server: fix refcount leak in smb2_open()ZhangGuoDong1-1/+1
2025-12-29smb/server: fix refcount leak in parse_durable_handle_context()ZhangGuoDong1-0/+1
2025-12-29smb/server: call ksmbd_session_rpc_close() on error path in create_smb2_pipe()ZhangGuoDong1-1/+4
2025-12-29ksmbd: Fix memory leak in get_file_all_info()Zilin Guan1-1/+3
2025-12-29fs/ntfs3: implement iomap-based file operationsKonstantin Komarov8-789/+600
2025-12-29fs/ntfs3: fix deadlock in ni_read_folio_cmprSzymon Wilczek2-2/+3
2025-12-29fs/ntfs3: implement llseek SEEK_DATA/SEEK_HOLE by scanning data runsKonstantin Komarov5-3/+113
2025-12-29fs/ntfs3: zero-fill folios beyond i_valid in ntfs_read_folio()Konstantin Komarov1-0/+13
2025-12-29fs/ntfs3: handle attr_set_size() errors when truncating filesKonstantin Komarov1-6/+4
2025-12-29fs/ntfs3: drop preallocated clusters for sparse and compressed filesKonstantin Komarov1-1/+3
2025-12-29fs/ntfs3: fsync files by syncing parent inodesKonstantin Komarov4-4/+81
2025-12-26Merge tag 'v6.19-rc2-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+2
2025-12-26Merge tag 'driver-core-6.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-4/+9
2025-12-26Merge tag 'v6.19-rc2-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds8-69/+70
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