summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-09-24Merge tag 'nfs-for-6.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2024-09-24Merge tag 'fuse-update-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-09-24Merge tag 'exfat-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-09-24Merge tag 'f2fs-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-09-24Merge tag 'sysctl-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-09-24fuse: use exclusive lock when FUSE_I_CACHE_IO_MODE is setyangyun
2024-09-24fuse: clear FR_PENDING if abort is detected when sending requestMiklos Szeredi
2024-09-23nfs: implement client support for NFS_LOCALIO_PROGRAMMike Snitzer
2024-09-23nfs/localio: use dedicated workqueues for filesystem read and writeTrond Myklebust
2024-09-23pnfs/flexfiles: enable localio supportTrond Myklebust
2024-09-23nfs: enable localio for non-pNFS IOTrond Myklebust
2024-09-23nfs: add LOCALIO supportWeston Andros Adamson
2024-09-23nfs: pass struct nfsd_file to nfs_init_pgio and nfs_init_commitMike Snitzer
2024-09-23nfsd: implement server support for NFS_LOCALIO_PROGRAMMike Snitzer
2024-09-23nfsd: add LOCALIO supportWeston Andros Adamson
2024-09-23nfs_common: prepare for the NFS client to use nfsd_file for LOCALIOMike Snitzer
2024-09-23nfs_common: add NFS LOCALIO auxiliary protocol enablementMike Snitzer
2024-09-23SUNRPC: replace program list with program arrayNeilBrown
2024-09-23nfsd: add nfsd_serv_try_get and nfsd_serv_putMike Snitzer
2024-09-23nfsd: add nfsd_file_acquire_local()NeilBrown
2024-09-23nfsd: factor out __fh_verify to allow NULL rqstp to be passedNeilBrown
2024-09-23NFSD: Short-circuit fh_verify tracepoints for LOCALIOChuck Lever
2024-09-23NFSD: Avoid using rqstp->rq_vers in nfsd_set_fh_dentry()Chuck Lever
2024-09-23NFSD: Refactor nfsd_setuser_and_check_port()NeilBrown
2024-09-23NFSD: Handle @rqstp == NULL in check_nfsd_access()NeilBrown
2024-09-23nfs: factor out {encode,decode}_opaque_fixed to nfs_xdr.hMike Snitzer
2024-09-23nfs_common: factor out nfs4_errtbl and nfs4_stat_to_errnoMike Snitzer
2024-09-23nfs_common: factor out nfs_errtbl and nfs_stat_to_errnoMike Snitzer
2024-09-23nfs: add 'noalignwrite' option for lock-less 'lost writes' preventionDan Aloni
2024-09-23nfs: fix the comment of nfs_get_rootLi Lingfeng
2024-09-23NFSv4.2: Fix detection of "Proxying of Times" server supportRoi Azarzar
2024-09-23NFSv4: Fail mounts if the lease setup times outTrond Myklebust
2024-09-23fs: nfs: fix missing refcnt by replacing folio_set_private by folio_attach_pr...Zhaoyang Huang
2024-09-23nfs: Remove obsoleted declaration for nfs_read_prepareGaosheng Cui
2024-09-23nfs: Remove unnecessary NULL check before kfree()Thorsten Blum
2024-09-23nfs: Annotate struct nfs_cache_array with __counted_by()Thorsten Blum
2024-09-23nfs: simplify and guarantee owner uniqueness.NeilBrown
2024-09-23nfs: fix memory leak in error path of nfs4_do_reclaimLi Lingfeng
2024-09-23Merge tag 'nfsd-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2024-09-23Merge tag 'nfsd-6.12' into linux-next-with-localioAnna Schumaker
2024-09-23Merge tag 'gfs2-v6.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-09-23Merge tag 'for-6.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2024-09-23Merge tag 'fs_for_v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-09-23Merge tag 'bcachefs-2024-09-21' of git://evilpiepirate.org/bcachefsLinus Torvalds
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-09-23f2fs: allow F2FS_IPU_NOCACHE for pinned fileJaegeuk Kim
2024-09-23exfat: resolve memory leak from exfat_create_upcase_table()Daniel Yang
2024-09-23exfat: move extend valid_size into ->page_mkwrite()Yuezhang Mo
2024-09-23fs/fuse: convert to use invalid_mnt_idmapAlexander Mikhalitsyn
2024-09-23fs/mnt_idmapping: introduce an invalid_mnt_idmapAlexander Mikhalitsyn