summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* NFS: Add basic readdir tracingTrond Myklebust2022-03-022-1/+80
* NFS: Don't request readdirplus when revalidation was forcedTrond Myklebust2022-03-021-10/+16
* NFS: Readdirplus can't help lookup for case insensitive filesystemsTrond Myklebust2022-03-021-0/+2
* NFSv4: Ask for a full XDR buffer of readdir goodnessTrond Myklebust2022-03-022-6/+7
* NFS: Don't ask for readdirplus unless it can help nfs_getattr()Trond Myklebust2022-03-021-20/+25
* NFS: Improve heuristic for readdirplusTrond Myklebust2022-03-024-34/+55
* NFS: Reduce use of uncached readdirTrond Myklebust2022-03-021-20/+3
* NFS: Simplify nfs_readdir_xdr_to_array()Trond Myklebust2022-03-021-18/+11
* NFS: If the cookie verifier changes, we must invalidate the page cacheTrond Myklebust2022-03-021-1/+6
* NFS: Adjust the amount of readahead performed by NFS readdirTrond Myklebust2022-03-021-1/+52
* NFS: Don't advance the page pointer unless the page is fullTrond Myklebust2022-03-021-10/+22
* NFS: Don't re-read the entire page cache to find the next cookieTrond Myklebust2022-03-021-3/+7
* NFS: Store the change attribute in the directory page cacheTrond Myklebust2022-03-021-31/+37
* NFS: Calculate page offsets algorithmicallyTrond Myklebust2022-02-281-5/+13
* NFS: Use kzalloc() to avoid initialising the nfs_open_dir_contextTrond Myklebust2022-02-281-7/+4
* NFS: Initialise the readdir verifier as best we can in nfs_opendir()Trond Myklebust2022-02-281-0/+1
* NFS: Trace lookup revalidation failureTrond Myklebust2022-02-281-12/+5
* NFS: Return valid errors from nfs2/3_decode_dirent()Trond Myklebust2022-02-282-16/+7
* Revert "NFSv4: use unique client identifiers in network namespaces"Trond Myklebust2022-02-281-14/+0
* NFS: Use of mapping_set_error() results in spurious errorsTrond Myklebust2022-02-251-1/+4
* NFS: Clean up NFSv4.2 xattrsTrond Myklebust2022-02-253-12/+18
* NFS: Remove unnecessary XATTR cache invalidation in nfs_fhget()Trond Myklebust2022-02-251-2/+0
* NFS: NFSv2/v3 clients should never be setting NFS_CAP_XATTRTrond Myklebust2022-02-252-0/+2
* NFS: Remove unused flag NFS_INO_REVAL_PAGECACHETrond Myklebust2022-02-252-4/+2
* NFS: Replace last uses of NFS_INO_REVAL_PAGECACHETrond Myklebust2022-02-252-14/+12
* NFSv4: use unique client identifiers in network namespacesBenjamin Coddington2022-02-251-0/+14
* NFSv4.1 support for NFS4_RESULT_PRESERVER_UNLINKEDOlga Kornievskaia2022-02-252-2/+10
* NFSv4.2/copyoffload: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2022-02-253-8/+8
* NFSv4/flexfiles: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2022-02-252-9/+10
* NFS: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2022-02-254-14/+13
* NFSv4.2: Fix up an invalid combination of memory allocation flagsTrond Myklebust2022-02-251-4/+3
* NFSv4: Charge NFSv4 open state trackers to kmemcgTrond Myklebust2022-02-252-4/+5
* NFS: Charge open/lock file contexts to kmemcgTrond Myklebust2022-02-252-3/+3
* NFSv4: Protect the state recovery thread against direct reclaimTrond Myklebust2022-02-251-0/+12
* NFSv4.2: fix reference count leaks in _nfs42_proc_copy_notify()Xin Xiong2022-02-251-3/+6
* Convert NFS from readpages to readaheadMatthew Wilcox (Oracle)2022-02-253-12/+17
* NFS: simplify check for freeing cn_respTom Rix2022-02-251-2/+2
* Merge tag 'io_uring-5.17-2022-02-23' of git://git.kernel.dk/linux-blockLinus Torvalds2022-02-241-7/+17
|\
| * io_uring: disallow modification of rsrc_data during quiesceDylan Yudaken2022-02-221-1/+9
| * io_uring: don't convert to jiffies for waiting on timeoutsJens Axboe2022-02-211-6/+7
| * io_uring: add a schedule point in io_add_buffers()Eric Dumazet2022-02-151-0/+1
* | Merge tag 'fs.mount_setattr.v5.17-rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-02-201-0/+30
|\ \
| * | fs: add kernel doc for mnt_{hold,unhold}_writers()Christian Brauner2022-02-141-0/+30
* | | Merge tag 'nfs-for-5.17-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-02-183-10/+6
|\ \ \
| * | | NFS: Do not report writeback errors in nfs_getattr()Trond Myklebust2022-02-161-6/+3
| * | | NFS: LOOKUP_DIRECTORY is also ok with symlinksTrond Myklebust2022-02-141-2/+2
| * | | NFS: Remove an incorrect revalidation in nfs4_update_changeattr_locked()Trond Myklebust2022-02-141-2/+1
* | | | Merge tag '5.17-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-02-185-10/+17
|\ \ \ \
| * | | | cifs: fix confusing unneeded warning message on smb2.1 and earlierSteve French2022-02-161-5/+6
| * | | | cifs: modefromsids must add an ACE for authenticated usersRonnie Sahlberg2022-02-141-1/+4