summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
...
| * | NFSv4.2 add tracepoint to COPY_NOTIFYOlga Kornievskaia2021-11-042-1/+58
| * | NFSv4.2 add tracepoint to CB_OFFLOADOlga Kornievskaia2021-11-042-0/+47
| * | NFSv4.2 add tracepoint to CLONEOlga Kornievskaia2021-11-042-0/+74
| * | NFSv4.2 add tracepoint to COPYOlga Kornievskaia2021-11-042-0/+108
| * | NFSv4.2 add tracepoints to FALLOCATE and DEALLOCATEOlga Kornievskaia2021-11-042-0/+60
| * | NFSv4.2 add tracepoint to SEEKOlga Kornievskaia2021-11-042-0/+75
| * | nfs4: take a reference on the nfs_client when running FREE_STATEIDScott Mayhew2021-11-031-0/+8
| * | NFS: Add offset to nfs_aop_readahead tracepointDave Wysochanski2021-11-022-4/+8
| * | NFS: Move NFS protocol display macros to global headerChuck Lever2021-11-023-471/+53
| * | NFS: Move generic FS show macros to global headerChuck Lever2021-11-022-113/+34
| * | NFSv4: Fix a regression in nfs_set_open_stateid_locked()Trond Myklebust2021-10-271-7/+8
| * | NFS: Remove redundant call to __set_page_dirty_nobuffersTrond Myklebust2021-10-211-2/+0
| * | NFS: Unexport nfs_probe_fsinfo()Anna Schumaker2021-10-202-3/+1
| * | NFS: Call nfs_probe_server() during a fscontext-reconfigure eventAnna Schumaker2021-10-201-1/+6
| * | NFS: Replace calls to nfs_probe_fsinfo() with nfs_probe_server()Anna Schumaker2021-10-202-16/+2
| * | NFS: Move nfs_probe_destination() into the generic clientAnna Schumaker2021-10-203-25/+26
| * | NFS: Create an nfs4_server_set_init_caps() functionAnna Schumaker2021-10-203-14/+22
| * | NFS: Remove --> and <-- dprintk call sitesChuck Lever2021-10-201-49/+5
| * | SUNRPC: Trace calls to .rpc_call_doneChuck Lever2021-10-204-10/+0
| * | NFS: Replace dprintk callsites in nfs_readpage(s)Chuck Lever2021-10-202-6/+151
| * | SUNRPC: Tracepoints should display tk_pid and cl_clid as a fixed-size fieldChuck Lever2021-10-202-6/+9
| * | Fix user namespace leakAlexey Gladkov2021-10-201-1/+1
| * | NFS: Save some space in the inodeTrond Myklebust2021-10-201-8/+18
| * | NFSv4: Fixes for nfs4_inode_return_delegation()Trond Myklebust2021-10-201-4/+6
| * | NFS: Fix an Oops in pnfs_mark_request_commit()Trond Myklebust2021-10-201-1/+1
| * | NFS: Fix up commit deadlocksTrond Myklebust2021-10-203-6/+7
| * | 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
| * | 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-032-4/+4
| * | NFS: Remove unnecessary page cache invalidationsTrond Myklebust2021-10-031-6/+1
| * | NFS: Do not flush the readdir cache in nfs_dentry_iput()Trond Myklebust2021-10-031-4/+0
| * | NFS: Fix dentry verifier racesTrond Myklebust2021-10-031-4/+3
| * | NFS: Further optimisations for 'ls -l'Trond Myklebust2021-10-031-5/+11
| * | NFS: Fix up nfs_readdir_inode_mapping_valid()Trond Myklebust2021-10-031-1/+2
| * | NFS: Ignore the directory size when marking for revalidationTrond Myklebust2021-10-031-1/+1
| * | NFS: Don't set NFS_INO_DATA_INVAL_DEFER and NFS_INO_INVALID_DATATrond Myklebust2021-10-031-2/+7
| * | NFS: Default change_attr_type to NFS4_CHANGE_TYPE_IS_UNDEFINEDTrond Myklebust2021-10-033-3/+5
| * | NFSv4: Retrieve ACCESS on open if we're not using NFS4_CREATE_EXCLUSIVETrond Myklebust2021-10-031-23/+22
| * | NFS: Fix a few more clear_bit() instances that need release semanticsTrond Myklebust2021-10-032-12/+3
| * | NFS: Fix up nfs_ctx_key_to_expire()Trond Myklebust2021-10-032-15/+30
| * | NFS: Label the dentry with a verifier in nfs_rmdir() and nfs_unlink()Trond Myklebust2021-10-031-3/+15
| * | NFS: Label the dentry with a verifier in nfs_link(), nfs_symlink()Trond Myklebust2021-10-031-0/+3
| |/
* | Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-011-1/+2
|\ \
| * | security: Return xattr name from security_dentry_init_security()Vivek Goyal2021-10-201-1/+2
| |/
* | Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-1/+1
|\ \
| * | fs: get rid of the res2 iocb->ki_complete argumentJens Axboe2021-10-251-1/+1
| |/
* | Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-2/+2
|\ \
| * | nfs/blocklayout: use bdev_nr_bytes instead of open coding itChristoph Hellwig2021-10-181-2/+2
| |/
* / locks: remove LOCK_MAND flock lock supportJeff Layton2021-09-101-9/+0
|/