summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-03-13NFS: remove unneeded check in decode_devicenotify_args()Alexey Khoroshilov
2022-03-02NFS: Cache all entries in the readdirplus replyTrond Myklebust
2022-03-02NFS: Optimise away the previous cookie fieldTrond Myklebust
2022-03-02NFS: Fix up forced readdirplusTrond Myklebust
2022-03-02NFS: Convert readdir page cache to use a cookie based indexTrond Myklebust
2022-03-02NFS: Clean up page array initialisation/freeTrond Myklebust
2022-03-02NFS: Trace effects of the readdirplus heuristicTrond Myklebust
2022-03-02NFS: Trace effects of readdirplus on the dcacheTrond Myklebust
2022-03-02NFS: Add basic readdir tracingTrond Myklebust
2022-03-02NFS: Don't request readdirplus when revalidation was forcedTrond Myklebust
2022-03-02NFS: Readdirplus can't help lookup for case insensitive filesystemsTrond Myklebust
2022-03-02NFSv4: Ask for a full XDR buffer of readdir goodnessTrond Myklebust
2022-03-02NFS: Don't ask for readdirplus unless it can help nfs_getattr()Trond Myklebust
2022-03-02NFS: Improve heuristic for readdirplusTrond Myklebust
2022-03-02NFS: Reduce use of uncached readdirTrond Myklebust
2022-03-02NFS: Simplify nfs_readdir_xdr_to_array()Trond Myklebust
2022-03-02NFS: If the cookie verifier changes, we must invalidate the page cacheTrond Myklebust
2022-03-02NFS: Adjust the amount of readahead performed by NFS readdirTrond Myklebust
2022-03-02NFS: Don't advance the page pointer unless the page is fullTrond Myklebust
2022-03-02NFS: Don't re-read the entire page cache to find the next cookieTrond Myklebust
2022-03-02NFS: Store the change attribute in the directory page cacheTrond Myklebust
2022-02-28NFS: Calculate page offsets algorithmicallyTrond Myklebust
2022-02-28NFS: Use kzalloc() to avoid initialising the nfs_open_dir_contextTrond Myklebust
2022-02-28NFS: Initialise the readdir verifier as best we can in nfs_opendir()Trond Myklebust
2022-02-28NFS: Trace lookup revalidation failureTrond Myklebust
2022-02-28NFS: Return valid errors from nfs2/3_decode_dirent()Trond Myklebust
2022-02-28Revert "NFSv4: use unique client identifiers in network namespaces"Trond Myklebust
2022-02-25NFS: Use of mapping_set_error() results in spurious errorsTrond Myklebust
2022-02-25NFS: Clean up NFSv4.2 xattrsTrond Myklebust
2022-02-25NFS: Remove unnecessary XATTR cache invalidation in nfs_fhget()Trond Myklebust
2022-02-25NFS: NFSv2/v3 clients should never be setting NFS_CAP_XATTRTrond Myklebust
2022-02-25NFS: Remove unused flag NFS_INO_REVAL_PAGECACHETrond Myklebust
2022-02-25NFS: Replace last uses of NFS_INO_REVAL_PAGECACHETrond Myklebust
2022-02-25NFSv4: use unique client identifiers in network namespacesBenjamin Coddington
2022-02-25NFSv4.1 support for NFS4_RESULT_PRESERVER_UNLINKEDOlga Kornievskaia
2022-02-25NFSv4.2/copyoffload: Convert GFP_NOFS to GFP_KERNELTrond Myklebust
2022-02-25NFSv4/flexfiles: Convert GFP_NOFS to GFP_KERNELTrond Myklebust
2022-02-25NFS: Convert GFP_NOFS to GFP_KERNELTrond Myklebust
2022-02-25NFSv4.2: Fix up an invalid combination of memory allocation flagsTrond Myklebust
2022-02-25NFSv4: Charge NFSv4 open state trackers to kmemcgTrond Myklebust
2022-02-25NFS: Charge open/lock file contexts to kmemcgTrond Myklebust
2022-02-25NFSv4: Protect the state recovery thread against direct reclaimTrond Myklebust
2022-02-25NFSv4.2: fix reference count leaks in _nfs42_proc_copy_notify()Xin Xiong
2022-02-25Convert NFS from readpages to readaheadMatthew Wilcox (Oracle)
2022-02-25NFS: simplify check for freeing cn_respTom Rix
2022-02-24Merge tag 'io_uring-5.17-2022-02-23' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-02-22io_uring: disallow modification of rsrc_data during quiesceio_uring-5.17-2022-02-23Dylan Yudaken
2022-02-21io_uring: don't convert to jiffies for waiting on timeoutsJens Axboe
2022-02-20Merge tag 'fs.mount_setattr.v5.17-rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-02-18Merge tag 'nfs-for-5.17-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds