summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | NFS: Improve O_DIRECT tracingTrond Myklebust2022-08-091-12/+9
| * | | | | | | NFS: Improve write error tracingTrond Myklebust2022-08-092-18/+26
| * | | | | | | NFS: don't unhash dentry during unlink/renameNeilBrown2022-08-081-18/+54
| * | | | | | | NFSv4/pnfs: Fix a use-after-free bug in openTrond Myklebust2022-08-021-5/+6
| * | | | | | | NFS: nfs_async_write_reschedule_io must not recurse into the writeback codeTrond Myklebust2022-08-021-2/+0
| * | | | | | | NFSv4.1: RECLAIM_COMPLETE must handle EACCESZhang Xianwei2022-07-271-0/+3
| * | | | | | | NFSv4.1 probe offline transports for trunking on session creationOlga Kornievskaia2022-07-251-0/+8
| * | | | | | | NFSv4.1 remove xprt from xprt_switch if session trunking test failsOlga Kornievskaia2022-07-251-0/+3
| * | | | | | | NFSv4.1 offline trunkable transports on DESTROY_SESSIONOlga Kornievskaia2022-07-251-0/+1
| * | | | | | | NFS: Replace the READ_PLUS decoding codeAnna Schumaker2022-07-231-82/+88
| * | | | | | | NFS: Replace fs_context-related dprintk() call sites with tracepointsChuck Lever2022-07-232-10/+73
| * | | | | | | nfs: only issue commit in DIO codepath if we have uncommitted dataJeff Layton2022-07-232-19/+31
| * | | | | | | nfs: always check dreq->error after a commitJeff Layton2022-07-231-1/+2
| * | | | | | | nfs: add new nfs_direct_req tracepoint eventsJeff Layton2022-07-233-33/+114
| * | | | | | | NFSv4: Fix races in the legacy idmapper upcallTrond Myklebust2022-07-131-22/+24
| * | | | | | | NFS: Allow setting rsize / wsize to a multiple of PAGE_SIZEAnna Schumaker2022-07-124-10/+31
| * | | | | | | nfs: fix port value parsingIan Kent2022-07-121-1/+1
| * | | | | | | nfs: Replace kmap() with kmap_local_page()Fabio M. De Francesco2022-07-121-2/+2
| * | | | | | | NFS: remove redundant code in nfs_file_write()ChenXiaoSong2022-07-121-2/+0
| * | | | | | | nfs/blocklayout: refactor block device openingChristoph Hellwig2022-07-121-31/+11
| * | | | | | | NFSv4.1: Handle NFS4ERR_DELAY replies to OP_SEQUENCE correctlyTrond Myklebust2022-07-121-1/+0
| * | | | | | | NFSv4.1: Don't decrease the value of seq_nr_highest_sentTrond Myklebust2022-07-121-3/+2
| * | | | | | | NFS: Fix case insensitive renamesTrond Myklebust2022-07-101-0/+4
| * | | | | | | pNFS/files: Handle RDMA connection errors correctlyTrond Myklebust2022-07-101-0/+2
| * | | | | | | pNFS/flexfiles: Report RDMA connection errors to the serverTrond Myklebust2022-07-101-0/+4
| * | | | | | | Revert "pNFS: nfs3_set_ds_client should set NFS_CS_NOPING"Trond Myklebust2022-07-101-1/+0
* | | | | | | | Merge tag 'mm-stable-2022-08-09' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-101-7/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | mm: hugetlb_vmemmap: introduce the name HVOMuchun Song2022-08-081-7/+5
* | | | | | | | | Merge tag 'nfsd-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2022-08-0926-936/+1403
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | lockd: detect and reject lock arguments that overflowJeff Layton2022-08-042-17/+10
| * | | | | | | | | NFSD: discard fh_locked flag and fh_lock/fh_unlockNeilBrown2022-08-043-70/+6
| * | | | | | | | | NFSD: use (un)lock_inode instead of fh_(un)lock for file operationsNeilBrown2022-08-044-23/+30
| * | | | | | | | | NFSD: use explicit lock/unlock for directory opsNeilBrown2022-08-044-18/+29
| * | | | | | | | | NFSD: reduce locking in nfsd_lookup()NeilBrown2022-08-045-32/+46
| * | | | | | | | | NFSD: only call fh_unlock() once in nfsd_link()NeilBrown2022-08-041-9/+10
| * | | | | | | | | NFSD: always drop directory lock in nfsd_unlink()NeilBrown2022-08-043-7/+6
| * | | | | | | | | NFSD: change nfsd_create()/nfsd_symlink() to unlock directory before returning.NeilBrown2022-08-043-21/+21
| * | | | | | | | | NFSD: add posix ACLs to struct nfsd_attrsNeilBrown2022-08-045-71/+47
| * | | | | | | | | NFSD: add security label to struct nfsd_attrsNeilBrown2022-07-293-68/+15
| * | | | | | | | | NFSD: set attributes when creating symlinksNeilBrown2022-07-295-12/+30
| * | | | | | | | | NFSD: introduce struct nfsd_attrsNeilBrown2022-07-296-30/+71
| * | | | | | | | | NFSD: verify the opened dentry after setting a delegationJeff Layton2022-07-293-5/+51
| * | | | | | | | | NFSD: drop fh argument from alloc_init_delegJeff Layton2022-07-291-8/+6
| * | | | | | | | | NFSD: Move copy offload callback arguments into a separate structureChuck Lever2022-07-293-45/+47
| * | | | | | | | | NFSD: Add nfsd4_send_cb_offload()Chuck Lever2022-07-291-15/+22
| * | | | | | | | | NFSD: Remove kmalloc from nfsd4_do_async_copy()Chuck Lever2022-07-291-14/+14
| * | | | | | | | | NFSD: Refactor nfsd4_do_copy()Chuck Lever2022-07-291-8/+14
| * | | | | | | | | NFSD: Refactor nfsd4_cleanup_inter_ssc() (2/2)Chuck Lever2022-07-291-8/+7
| * | | | | | | | | NFSD: Refactor nfsd4_cleanup_inter_ssc() (1/2)Chuck Lever2022-07-291-5/+5
| * | | | | | | | | NFSD: Replace boolean fields in struct nfsd4_copyChuck Lever2022-07-293-43/+53