summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2025-11-12filelock: add struct delegated_inodeJeff Layton-26/+26
2025-11-12filelock: rework the __break_lease API to use flagsJeff Layton-11/+18
2025-11-12filelock: make lease_alloc() take a flags argumentJeff Layton-7/+6
2025-11-11ocfs2: add extra flags check in ocfs2_ioctl_move_extents()Dmitry Antipov-0/+6
2025-11-11Merge tag 'for-6.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-34/+34
2025-11-11smb: client: let smbd_disconnect_rdma_connection() turn CREATED into DISCONNE...Stefan Metzmacher-0/+3
2025-11-11smb: fix invalid username check in smb3_fs_context_parse_param()Yiqi Sun-1/+1
2025-11-11smb: server: let smb_direct_disconnect_rdma_connection() turn CREATED into DI...Stefan Metzmacher-0/+3
2025-11-11ntfs3: fix double free of sbi->options->nls and clarify ownership of fc->fs_p...YangWen-2/+3
2025-11-11fs/ntfs3: Initialize allocated memory before useBartlomiej Kubik-4/+3
2025-11-11fuse: fix readahead reclaim deadlockJoanne Koong-7/+19
2025-11-11xfs: reduce ilock roundtrips in xfs_qm_vop_dqallocChristoph Hellwig-29/+3
2025-11-11xfs: move xfs_dquot_tree calls into xfs_qm_dqget_cache_{lookup,insert}Christoph Hellwig-13/+11
2025-11-11xfs: move quota locking into xrep_quota_itemChristoph Hellwig-10/+6
2025-11-11xfs: move quota locking into xqcheck_commit_dquotChristoph Hellwig-19/+2
2025-11-11xfs: move q_qlock locking into xqcheck_compare_dquotChristoph Hellwig-8/+3
2025-11-11xfs: move q_qlock locking into xchk_quota_itemChristoph Hellwig-5/+1
2025-11-11xfs: push q_qlock acquisition from xchk_dquot_iter to the callers.Christoph Hellwig-1/+4
2025-11-11xfs: remove q_qlock locking in xfs_qm_scall_setqlimChristoph Hellwig-2/+0
2025-11-11xfs: return the dquot unlocked from xfs_qm_dqgetChristoph Hellwig-5/+9
2025-11-11xfs: fold xfs_qm_dqattach_one into xfs_qm_dqget_inodeChristoph Hellwig-40/+9
2025-11-11xfs: xfs_qm_dqattach_one is never called with a non-NULL *IO_idqppChristoph Hellwig-13/+1
2025-11-11xfs: consolidate q_qlock locking in xfs_qm_dqget and xfs_qm_dqget_inodeChristoph Hellwig-14/+9
2025-11-11xfs: remove xfs_qm_dqput and optimize dropping dquot referencesChristoph Hellwig-50/+32
2025-11-11xfs: use a lockref for the xfs_dquot reference countChristoph Hellwig-42/+37
2025-11-11xfs: remove xfs_dqunlock and friendsChristoph Hellwig-62/+47
2025-11-11xfs: don't treat all radix_tree_insert errors as -EEXISTChristoph Hellwig-13/+18
2025-11-11xfs: make qi_dquots a 64-bit valueChristoph Hellwig-2/+2
2025-11-11xfs: don't leak a locked dquot when xfs_dquot_attach_buf failsChristoph Hellwig-2/+3
2025-11-11xfs: add a xfs_groups_to_rfsbs helperChristoph Hellwig-7/+21
2025-11-11ns: drop custom reference count initialization for initial namespacesChristian Brauner-1/+1
2025-11-11fs: use boolean to indicate anonymous mount namespaceChristian Brauner-3/+5
2025-11-11nstree: switch to new structuresChristian Brauner-1/+1
2025-11-11Merge branch 'kbuild-6.19.fms.extension'Christian Brauner-418/+650
2025-11-10NFS: Fix LTP test failures when timestamps are delegatedDai Ngo-6/+12
2025-11-10NFSv4: Fix an incorrect parameter when calling nfs4_call_sync()Trond Myklebust-3/+6
2025-11-10NFS: sysfs: fix leak when nfs_client kobject add failsYang Xiuwei-0/+1
2025-11-10NFSv2/v3: Fix error handling in nfs_atomic_open_v23()Trond Myklebust-3/+4
2025-11-10nfs/localio: do not issue misaligned DIO out-of-orderMike Snitzer-76/+52
2025-11-10nfs/localio: Ensure DIO WRITE's IO on stable storage upon completionMike Snitzer-1/+5
2025-11-10nfs/localio: backfill missing partial read support for misaligned DIOMike Snitzer-4/+20
2025-11-10nfs/localio: add refcounting for each iocb IO associated with NFS pgio headerMike Snitzer-43/+67
2025-11-10nfs/localio: remove unecessary ENOTBLK handling in DIO WRITE supportMike Snitzer-10/+3
2025-11-10NFS: Check the TLS certificate fields in nfs_match_client()Trond Myklebust-0/+8
2025-11-10pnfs: Set transport security policy to RPC_XPRTSEC_NONE unless using TLSTrond Myklebust-4/+24
2025-11-10pnfs: Fix TLS logic in _nfs4_pnfs_v4_ds_connect()Trond Myklebust-17/+17
2025-11-10pnfs: Fix TLS logic in _nfs4_pnfs_v3_ds_connect()Trond Myklebust-14/+18
2025-11-10nfsd: ensure SEQUENCE replay sends a valid reply.NeilBrown-19/+36
2025-11-10NFSD: Never cache a COMPOUND when the SEQUENCE operation failsChuck Lever-1/+14
2025-11-10NFSD: Skip close replay processing if XDR encoding failsChuck Lever-2/+1