summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-6.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2024-03-1625-57/+210
|\
| * nfs: fix panic when nfs4_ff_layout_prepare_ds() failsJosef Bacik2024-03-161-1/+1
| * NFS: trace the uniquifier of fscacheChen Hanxiao2024-03-091-0/+1
| * NFS: Read unlock folio on nfs_page_create_from_folio() errorBenjamin Coddington2024-03-091-0/+2
| * NFS: remove unused variable nfs_rpcstatTrond Myklebust2024-03-091-4/+0
| * nfs: fix UAF in direct writesJosef Bacik2024-03-092-3/+10
| * nfs: properly protect nfs_direct_req fieldsJosef Bacik2024-03-091-1/+6
| * NFS: enable nconnect for RDMATrond Myklebust2024-03-092-0/+3
| * NFSv4: nfs4_do_open() is incorrectly triggering state recoveryTrond Myklebust2024-03-094-16/+8
| * NFS: avoid infinite loop in pnfs_update_layout.NeilBrown2024-03-091-0/+8
| * NFS: remove sync_mode test from nfs_writepage_locked()NeilBrown2024-03-091-4/+0
| * NFSv4.1/pnfs: fix NFS with TLS in pnfsOlga Kornievskaia2024-03-091-1/+43
| * NFS: Fix an off by one in root_nfs_cat()Christophe JAILLET2024-03-091-2/+2
| * nfs: make the rpc_stat per net namespaceJosef Bacik2024-03-094-4/+9
| * nfs: expose /proc/net/sunrpc/nfs in net namespacesJosef Bacik2024-03-091-4/+2
| * NFSv4.1: add tracepoint to trunked nfs4_exchange_id callsOlga Kornievskaia2024-03-092-2/+34
| * NFS: Fix nfs_netfs_issue_read() xarray locking for writeback interruptDave Wysochanski2024-03-091-7/+2
| * nfs: fix regression in handling of fsc= option in NFSv4Chen Hanxiao2024-02-281-0/+24
| * pnfs/filelayout: add tracepoint to getdeviceinfoOlga Kornievskaia2024-02-283-0/+32
| * NFSv4.2: fix listxattr maximum XDR buffer sizeJorge Mora2024-02-281-2/+5
| * NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102Jorge Mora2024-02-281-6/+10
| * NFS: Display the "fsc=" mount option if it is setChen Hanxiao2024-02-281-1/+9
* | Merge tag '9p-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ericv...Linus Torvalds2024-03-156-364/+71
|\ \
| * | fs/9p: fix dups even in uncached modeEric Van Hensbergen2024-01-261-16/+0
| * | fs/9p: simplify iget to remove unnecessary pathsEric Van Hensbergen2024-01-265-180/+45
| * | fs/9p: rework qid2ino logicEric Van Hensbergen2024-01-264-31/+12
| * | fs/9p: Eliminate now unused v9fs_get_inodeEric Van Hensbergen2024-01-262-32/+0
| * | fs/9p: Eliminate redundant non-cache path in mknodEric Van Hensbergen2024-01-261-26/+10
| * | fs/9p: remove walk and inode allocation from symlinkEric Van Hensbergen2024-01-261-33/+0
| * | fs/9p: convert mkdir to use get_new_inodeEric Van Hensbergen2024-01-261-25/+10
| * | fs/9p: switch vfsmount to use v9fs_get_new_inodeEric Van Hensbergen2024-01-261-28/+1
* | | Merge tag 'fuse-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-1512-274/+1375
|\ \ \
| * | | fuse: get rid of ff->readdir.lockMiklos Szeredi2024-03-063-12/+0
| * | | fuse: remove unneeded lock which protecting update of congestion_thresholdKemeng Shi2024-03-061-5/+1
| * | | fuse: Fix missing FOLL_PIN for direct-ioLei Huang2024-03-062-5/+11
| * | | fuse: remove an unnecessary if statementJiachen Zhang2024-03-061-4/+0
| * | | fuse: Track process write operations in both direct and writethrough modesZhou Jifeng2024-03-061-2/+6
| * | | fuse: Use the high bit of request ID for indicating resend requestsZhao Chen2024-03-062-1/+3
| * | | fuse: Introduce a new notification type for resend pending requestsZhao Chen2024-03-061-0/+56
| * | | fuse: add support for explicit export disablingJingbo Xu2024-03-061-1/+10
| * | | fuse: __kuid_val/__kgid_val helpers in fuse_fill_attr_from_inode()Alexander Mikhalitsyn2024-03-061-2/+2
| * | | fuse: fix typo for fuse_permission commentAlexander Mikhalitsyn2024-03-061-1/+1
| * | | fuse: Convert fuse_writepage_locked to take a folioMatthew Wilcox (Oracle)2024-03-051-15/+15
| * | | fuse: Remove fuse_writepageMatthew Wilcox (Oracle)2024-03-051-29/+1
| * | | virtio_fs: remove duplicate check if queue is brokenLi RongQing2024-03-051-2/+2
| * | | fuse: use FUSE_ROOT_ID in fuse_get_root_inode()Miklos Szeredi2024-03-051-1/+1
| * | | fuse: don't unhash rootMiklos Szeredi2024-03-052-3/+5
| * | | fuse: fix root lookup with nonzero generationMiklos Szeredi2024-03-051-0/+4
| * | | fuse: replace remaining make_bad_inode() with fuse_make_bad()Miklos Szeredi2024-03-051-1/+1
| * | | virtiofs: drop __exit from virtio_fs_sysfs_exit()Stefan Hajnoczi2024-03-051-1/+1