summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-11-11xfs: xfs_qm_dqattach_one is never called with a non-NULL *IO_idqppChristoph Hellwig
2025-11-11xfs: consolidate q_qlock locking in xfs_qm_dqget and xfs_qm_dqget_inodeChristoph Hellwig
2025-11-11xfs: remove xfs_qm_dqput and optimize dropping dquot referencesChristoph Hellwig
2025-11-11xfs: use a lockref for the xfs_dquot reference countChristoph Hellwig
2025-11-11xfs: remove xfs_dqunlock and friendsChristoph Hellwig
2025-11-11xfs: don't treat all radix_tree_insert errors as -EEXISTChristoph Hellwig
2025-11-11xfs: make qi_dquots a 64-bit valueChristoph Hellwig
2025-11-11xfs: don't leak a locked dquot when xfs_dquot_attach_buf failsChristoph Hellwig
2025-11-11xfs: add a xfs_groups_to_rfsbs helperChristoph Hellwig
2025-11-11ns: drop custom reference count initialization for initial namespacesChristian Brauner
2025-11-11fs: use boolean to indicate anonymous mount namespaceChristian Brauner
2025-11-11nstree: switch to new structuresChristian Brauner
2025-11-11Merge branch 'kbuild-6.19.fms.extension'Christian Brauner
2025-11-10NFS: Fix LTP test failures when timestamps are delegatedDai Ngo
2025-11-10NFSv4: Fix an incorrect parameter when calling nfs4_call_sync()Trond Myklebust
2025-11-10NFS: sysfs: fix leak when nfs_client kobject add failsYang Xiuwei
2025-11-10NFSv2/v3: Fix error handling in nfs_atomic_open_v23()Trond Myklebust
2025-11-10nfs/localio: do not issue misaligned DIO out-of-orderMike Snitzer
2025-11-10nfs/localio: Ensure DIO WRITE's IO on stable storage upon completionMike Snitzer
2025-11-10nfs/localio: backfill missing partial read support for misaligned DIOMike Snitzer
2025-11-10nfs/localio: add refcounting for each iocb IO associated with NFS pgio headerMike Snitzer
2025-11-10nfs/localio: remove unecessary ENOTBLK handling in DIO WRITE supportMike Snitzer
2025-11-10NFS: Check the TLS certificate fields in nfs_match_client()Trond Myklebust
2025-11-10pnfs: Set transport security policy to RPC_XPRTSEC_NONE unless using TLSTrond Myklebust
2025-11-10pnfs: Fix TLS logic in _nfs4_pnfs_v4_ds_connect()Trond Myklebust
2025-11-10pnfs: Fix TLS logic in _nfs4_pnfs_v3_ds_connect()Trond Myklebust
2025-11-10nfsd: ensure SEQUENCE replay sends a valid reply.NeilBrown
2025-11-10NFSD: Never cache a COMPOUND when the SEQUENCE operation failsChuck Lever
2025-11-10NFSD: Skip close replay processing if XDR encoding failsChuck Lever
2025-11-10NFSD: free copynotify stateid in nfs4_free_ol_stateid()Olga Kornievskaia
2025-11-10fs/ntfs3: remove ntfs_bio_pages and use page cache for compressed I/OKonstantin Komarov
2025-11-10ntfs3: avoid memcpy size warningLizhi Xu
2025-11-10fs/ntfs3: fix KMSAN uninit-value in ni_create_attr_listNirbhay Sharma
2025-11-10ntfs3: init run lock for extend inodeEdward Adam Davis
2025-11-10ntfs: set dummy blocksize to read boot_block when mountingPedro Demarchi Gomes
2025-11-10Merge branch 'kbuild-6.19.fms.extension'Christian Brauner
2025-11-10Merge patch "kbuild: Add '-fms-extensions' to areas with dedicated CFLAGS"Christian Brauner
2025-11-10ns: handle setns(pidfd, ...) cleanlyChristian Brauner
2025-11-09nilfs2: avoid having an active sc_timer before freeing sciEdward Adam Davis
2025-11-09fs/proc: fix uaf in proc_readdir_de()Wei Yang
2025-11-09ksmbd: close accepted socket when per-IP limit rejects connectionJoshua Rogers
2025-11-09smb: server: rdma: avoid unmapping posted recv on accept failureJoshua Rogers
2025-11-09cifs: client: fix memory leak in smb3_fs_context_parse_paramEdward Adam Davis
2025-11-09smb: client: fix cifs_pick_channel when channel needs reconnectHenrique Carvalho
2025-11-09gfs2: Use bio_add_folio_nofail()Matthew Wilcox (Oracle)
2025-11-08Merge tag 'v6.18rc4-SMB-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2025-11-08Merge tag 'xfs-fixes-6.18-rc5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2025-11-08btrfs: send: make use of -fms-extensions for defining struct fs_pathRasmus Villemoes
2025-11-08Merge tag 'kbuild-ms-extensions-6.19' into kbuild-nextNicolas Schier
2025-11-07f2fs: Use mapping->gfp_mask to get file cache for writingJiucheng Xu