aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-09-23nfs_common: prepare for the NFS client to use nfsd_file for LOCALIOMike Snitzer4-1/+55
2024-09-23nfs_common: add NFS LOCALIO auxiliary protocol enablementMike Snitzer3-0/+142
2024-09-23SUNRPC: replace program list with program arrayNeilBrown3-21/+21
2024-09-23nfsd: add nfsd_serv_try_get and nfsd_serv_putMike Snitzer2-1/+50
2024-09-23nfsd: add nfsd_file_acquire_local()NeilBrown4-7/+92
2024-09-23nfsd: factor out __fh_verify to allow NULL rqstp to be passedNeilBrown1-31/+60
2024-09-23NFSD: Short-circuit fh_verify tracepoints for LOCALIOChuck Lever1-8/+10
2024-09-23NFSD: Avoid using rqstp->rq_vers in nfsd_set_fh_dentry()Chuck Lever1-4/+4
2024-09-23NFSD: Refactor nfsd_setuser_and_check_port()NeilBrown1-9/+10
2024-09-23NFSD: Handle @rqstp == NULL in check_nfsd_access()NeilBrown1-5/+25
2024-09-23nfs: factor out {encode,decode}_opaque_fixed to nfs_xdr.hMike Snitzer2-19/+0
2024-09-23nfs_common: factor out nfs4_errtbl and nfs4_stat_to_errnoMike Snitzer2-67/+67
2024-09-23nfs_common: factor out nfs_errtbl and nfs_stat_to_errnoMike Snitzer7-160/+93
2024-09-23nfs: add 'noalignwrite' option for lock-less 'lost writes' preventionDan Aloni3-0/+14
2024-09-23nfs: fix the comment of nfs_get_rootLi Lingfeng1-1/+1
2024-09-23NFSv4.2: Fix detection of "Proxying of Times" server supportRoi Azarzar1-2/+14
2024-09-23NFSv4: Fail mounts if the lease setup times outTrond Myklebust1-0/+6
2024-09-23fs: nfs: fix missing refcnt by replacing folio_set_private by folio_attach_pr...Zhaoyang Huang1-4/+2
2024-09-23nfs: Remove obsoleted declaration for nfs_read_prepareGaosheng Cui1-1/+0
2024-09-23nfs: Remove unnecessary NULL check before kfree()Thorsten Blum1-2/+1
2024-09-23nfs: Annotate struct nfs_cache_array with __counted_by()Thorsten Blum1-3/+3
2024-09-23nfs: simplify and guarantee owner uniqueness.NeilBrown4-21/+8
2024-09-23nfs: fix memory leak in error path of nfs4_do_reclaimLi Lingfeng1-0/+1
2024-09-23Merge tag 'nfsd-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds32-395/+601
2024-09-23Merge tag 'nfsd-6.12' into linux-next-with-localioAnna Schumaker32-395/+601
2024-09-23Merge tag 'gfs2-v6.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-51/+27
2024-09-23Merge tag 'for-6.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds5-4/+37
2024-09-23Merge tag 'fs_for_v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-21/+13
2024-09-23Merge tag 'bcachefs-2024-09-21' of git://evilpiepirate.org/bcachefsLinus Torvalds85-1612/+3037
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds37-317/+319
2024-09-23f2fs: allow F2FS_IPU_NOCACHE for pinned fileJaegeuk Kim1-1/+2
2024-09-23nfsd: nfsd_destroy_serv() must call svc_destroy() even if nfsd_startup_net() ...NeilBrown1-3/+3
2024-09-23NFSD: Mark filecache "down" if init failsChuck Lever1-1/+3
2024-09-23exfat: resolve memory leak from exfat_create_upcase_table()Daniel Yang1-1/+4
2024-09-23exfat: move extend valid_size into ->page_mkwrite()Yuezhang Mo1-25/+45
2024-09-23fs/fuse: convert to use invalid_mnt_idmapAlexander Mikhalitsyn3-28/+27
2024-09-23fs/mnt_idmapping: introduce an invalid_mnt_idmapAlexander Mikhalitsyn1-2/+20
2024-09-23fs/fuse: introduce and use fuse_simple_idmap_request() helperAlexander Mikhalitsyn9-46/+60
2024-09-23fs/fuse: fix null-ptr-deref when checking SB_I_NOIDMAP flagAlexander Mikhalitsyn1-2/+2
2024-09-239p: Enable multipage foliosDavid Howells1-0/+1
2024-09-239p: v9fs_fid_find: also lookup by inode if not found dentryDominique Martinet1-3/+2
2024-09-22Merge branch 'address-masking'Linus Torvalds1-1/+3
2024-09-21bcachefs: Hold read lock in bch2_snapshot_tree_oldest_subvol()Ahmed Ehab1-0/+2
2024-09-21Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds2-0/+186
2024-09-21bcachefs: return err ptr instead of null in read sb cleanDiogo Jahchan Koike1-1/+1
2024-09-21bcachefs: Remove duplicated include in backpointers.cYang Li1-1/+0
2024-09-21bcachefs: Don't drop devices with stripe pointersKent Overstreet4-9/+32
2024-09-21bcachefs: bch2_ec_stripe_head_get() now checks for change in rw devicesKent Overstreet2-27/+60
2024-09-21bcachefs: bch_fs.rw_devs_change_countKent Overstreet2-4/+9
2024-09-21bcachefs: bch2_dev_remove_stripes()Kent Overstreet4-3/+74