summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NFS: Move nfs_probe_destination() into the generic clientAnna Schumaker2021-10-213-25/+26
* NFS: Create an nfs4_server_set_init_caps() functionAnna Schumaker2021-10-213-14/+22
* NFS: Remove --> and <-- dprintk call sitesChuck Lever2021-10-211-49/+5
* SUNRPC: Trace calls to .rpc_call_doneChuck Lever2021-10-219-17/+2
* NFS: Replace dprintk callsites in nfs_readpage(s)Chuck Lever2021-10-212-6/+151
* SUNRPC: Use BIT() macro in rpc_show_xprt_state()Chuck Lever2021-10-211-12/+12
* SUNRPC: Tracepoints should display tk_pid and cl_clid as a fixed-size fieldChuck Lever2021-10-216-59/+108
* xprtrdma: Remove rpcrdma_ep::re_implicit_roundupChuck Lever2021-10-212-3/+0
* xprtrdma: Provide a buffer to pad Write chunks of unaligned lengthChuck Lever2021-10-215-12/+65
* Fix user namespace leakAlexey Gladkov2021-10-211-1/+1
* NFS: Save some space in the inodeTrond Myklebust2021-10-212-26/+42
* NFS: Fix WARN_ON due to unionization of nfs_inode.nrequestsDave Wysochanski2021-10-211-1/+3
* NFSv4: Fixes for nfs4_inode_return_delegation()Trond Myklebust2021-10-211-4/+6
* NFS: Fix an Oops in pnfs_mark_request_commit()Trond Myklebust2021-10-211-1/+1
* NFS: Fix up commit deadlocksTrond Myklebust2021-10-214-6/+8
* NFS: Fix deadlocks in nfs_scan_commit_list()Trond Myklebust2021-10-101-15/+2
* NFS: Instrument i_size_write()Chuck Lever2021-10-103-6/+54
* SUNRPC: Per-rpc_clnt task PIDsChuck Lever2021-10-102-2/+11
* NFS: Remove unnecessary TRACE_DEFINE_ENUM()sChuck Lever2021-10-101-68/+0
* pnfs/flexfiles: Fix misplaced barrier in nfs4_ff_layout_prepare_dsBaptiste Lepers2021-10-042-4/+4
* NFS: Remove unnecessary page cache invalidationsTrond Myklebust2021-10-041-6/+1
* NFS: Do not flush the readdir cache in nfs_dentry_iput()Trond Myklebust2021-10-041-4/+0
* NFS: Fix dentry verifier racesTrond Myklebust2021-10-041-4/+3
* NFS: Further optimisations for 'ls -l'Trond Myklebust2021-10-042-8/+13
* NFS: Fix up nfs_readdir_inode_mapping_valid()Trond Myklebust2021-10-041-1/+2
* NFS: Ignore the directory size when marking for revalidationTrond Myklebust2021-10-041-1/+1
* NFS: Don't set NFS_INO_DATA_INVAL_DEFER and NFS_INO_INVALID_DATATrond Myklebust2021-10-041-2/+7
* NFS: Default change_attr_type to NFS4_CHANGE_TYPE_IS_UNDEFINEDTrond Myklebust2021-10-043-3/+5
* NFSv4: Retrieve ACCESS on open if we're not using NFS4_CREATE_EXCLUSIVETrond Myklebust2021-10-041-23/+22
* NFS: Fix a few more clear_bit() instances that need release semanticsTrond Myklebust2021-10-042-12/+3
* SUNRPC: xprt_clear_locked() only needs release memory semanticsTrond Myklebust2021-10-041-5/+3
* SUNRPC: Remove unnecessary memory barriersTrond Myklebust2021-10-041-14/+2
* SUNRPC: Remove WQ_HIGHPRI from xprtiodTrond Myklebust2021-10-041-2/+1
* SUNRPC: Add cond_resched() at the appropriate point in __rpc_execute()Trond Myklebust2021-10-041-1/+3
* SUNRPC: Partial revert of commit 6f9f17287e78Trond Myklebust2021-10-041-13/+15
* NFS: Fix up nfs_ctx_key_to_expire()Trond Myklebust2021-10-043-16/+31
* NFS: Label the dentry with a verifier in nfs_rmdir() and nfs_unlink()Trond Myklebust2021-10-041-3/+15
* NFS: Label the dentry with a verifier in nfs_link(), nfs_symlink()Trond Myklebust2021-10-041-0/+3
* Linux 5.15-rc4v5.15-rc4Linus Torvalds2021-10-031-1/+1
* elf: don't use MAP_FIXED_NOREPLACE for elf interpreter mappingsChen Jingwen2021-10-031-1/+1
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-10-037-199/+182
|\
| * ext4: recheck buffer uptodate bit under buffer lockZhang Yi2021-10-011-0/+6
| * ext4: fix potential infinite loop in ext4_dx_readdir()yangerkun2021-10-011-3/+3
| * ext4: flush s_error_work before journal destroy in ext4_fill_superyangerkun2021-10-011-1/+4
| * ext4: fix loff_t overflow in ext4_max_bitmap_size()Ritesh Harjani2021-10-011-5/+5
| * ext4: fix reserved space counter leakageJeffle Xu2021-10-012-0/+11
| * ext4: limit the number of blocks in one ADD_RANGE TLVHou Tao2021-10-011-0/+6
| * ext4: enforce buffer head state assertion in ext4_da_map_blocksEric Whitney2021-09-091-6/+9
| * ext4: remove extent cache entries when truncating inline dataEric Whitney2021-09-091-0/+19
| * Merge branch 'delalloc-buffer-write' into devTheodore Ts'o2021-09-093-179/+105
| |\