- 3822a7c Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years ago
- d8ca6db Merge tag 'nfs-for-6.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 2 years ago
- 9fc2f99 Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 2 years ago
- 5b0ed59 Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linux by Linus Torvalds · 2 years ago
- 05e6295f Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idmapping by Linus Torvalds · 2 years ago
- de63017 Merge tag 'iversion-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 2 years ago
- 575a7e0 Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 2 years ago
- 65ba3d2 SUNRPC: Use per-CPU counters to tally server RPC counts by Chuck Lever · 2 years, 1 month ago
- cee4db1 SUNRPC: Refactor RPC server dispatch method by Chuck Lever · 2 years, 2 months ago
- 8dd41d7 SUNRPC: Push svcxdr_init_encode() into svc_process_common() by Chuck Lever · 2 years, 2 months ago
- dba5eaa SUNRPC: Push svcxdr_init_decode() into svc_process_common() by Chuck Lever · 2 years, 2 months ago
- f78e445 NFS: nfs_encode_fh: Remove S_AUTOMOUNT check by Richard Weinberger · 2 years, 3 months ago
- 896e090 Revert "NFSv4.2: Change the default KConfig value for READ_PLUS" by Anna Schumaker · 2 years ago
- 1683ed1 fs/nfs: Replace kmap_atomic() with kmap_local_page() in dir.c by Fabio M. De Francesco · 2 years, 1 month ago
- 28d4411 pNFS/filelayout: treat GETDEVICEINFO errors as layout failure by Olga Kornievskaia · 2 years, 1 month ago
- 4730515 nfs42: do not fail with EIO if ssc returns NFS4ERR_OFFLOAD_DENIED by Tigran Mkrtchyan · 2 years, 1 month ago
- 5bab56f NFS: fix disabling of swap by NeilBrown · 2 years, 1 month ago
- b46d80b nfs4trace: fix state manager flag printing by Benjamin Coddington · 2 years ago
- 2de3d04 NFS: Remove unnecessary check in nfs_read_folio() by Trond Myklebust · 2 years, 1 month ago
- 256093f NFS: Improve tracing of nfs_wb_folio() by Trond Myklebust · 2 years, 1 month ago
- eb5654b NFS: Enable tracing of nfs_invalidate_folio() and nfs_launder_folio() by Trond Myklebust · 2 years, 1 month ago
- 96780ca NFS: fix up nfs_release_folio() to try to release the page by Trond Myklebust · 2 years, 1 month ago
- 70e9db6 NFS: Clean up O_DIRECT request allocation by Trond Myklebust · 2 years, 1 month ago
- 4fa7a71 NFS: Fix up nfs_vm_page_mkwrite() for folios by Trond Myklebust · 2 years, 1 month ago
- 54d9938 NFS: Convert nfs_write_begin/end to use folios by Trond Myklebust · 2 years, 1 month ago
- 4cbf7694 NFS: Remove unused function nfs_wb_page() by Trond Myklebust · 2 years, 1 month ago
- 0c493b5 NFS: Convert buffered writes to use folios by Trond Myklebust · 2 years, 1 month ago
- 5241060 NFS: Convert the function nfs_wb_page() to use folios by Trond Myklebust · 2 years, 1 month ago
- ab75bff NFS: Convert buffered reads to use folios by Trond Myklebust · 2 years, 1 month ago
- 4b27232 NFS: Add a helper nfs_wb_folio() by Trond Myklebust · 2 years, 1 month ago
- cbefa53 NFS: Convert the remaining pagelist helper functions to support folios by Trond Myklebust · 2 years, 1 month ago
- 6dd85e8 NFS: Add a helper to convert a struct nfs_page into an inode by Trond Myklebust · 2 years, 1 month ago
- 8e0bdc70 NFS: Fix nfs_coalesce_size() to work with folios by Trond Myklebust · 2 years, 1 month ago
- eb9f2a5 NFS: Support folios in nfs_generic_pgio() by Trond Myklebust · 2 years, 1 month ago
- 35c5db0 NFS: Add basic functionality for tracking folios in struct nfs_page by Trond Myklebust · 2 years, 1 month ago
- 785207a NFS: Fix for xfstests generic/208 by Trond Myklebust · 2 years, 1 month ago
- 8bb7cd8 nfs: use bvec_set_page to initialize bvecs by Christoph Hellwig · 2 years, 1 month ago
- d585bdb fs: convert writepage_t callback to pass a folio by Matthew Wilcox (Oracle) · 2 years, 1 month ago
- 58a033c nfsd: remove fetch_iversion export operation by Jeff Layton · 2 years, 5 months ago
- 61a968b nfs: report the inode version in getattr if requested by Jeff Layton · 2 years, 7 months ago
- 39f60c1 fs: port xattr to mnt_idmap by Christian Brauner · 2 years, 1 month ago
- 4609e1f fs: port ->permission() to pass mnt_idmap by Christian Brauner · 2 years, 1 month ago
- 13e83a4 fs: port ->set_acl() to pass mnt_idmap by Christian Brauner · 2 years, 1 month ago
- e18275a fs: port ->rename() to pass mnt_idmap by Christian Brauner · 2 years, 1 month ago
- 5ebb29b fs: port ->mknod() to pass mnt_idmap by Christian Brauner · 2 years, 1 month ago
- c54bd91 fs: port ->mkdir() to pass mnt_idmap by Christian Brauner · 2 years, 1 month ago
- 7a77db9 fs: port ->symlink() to pass mnt_idmap by Christian Brauner · 2 years, 1 month ago
- 6c960e6 fs: port ->create() to pass mnt_idmap by Christian Brauner · 2 years, 1 month ago
- b74d24f fs: port ->getattr() to pass mnt_idmap by Christian Brauner · 2 years, 1 month ago
- c1632a0 fs: port ->setattr() to pass mnt_idmap by Christian Brauner · 2 years, 1 month ago
- 5970e15 filelock: move file locking definitions to separate header file by Jeff Layton · 2 years, 3 months ago
- 9b43a52 Merge tag 'nfs-for-6.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 2 years, 2 months ago
- 5e9a7b9 NFS: Fix up a sparse warning by Trond Myklebust · 2 years, 2 months ago
- 029085b NFS: Judge the file access cache's timestamp in rcu path by Chengen Du · 2 years, 2 months ago
- a6b9d2f pNFS/filelayout: Fix coalescing test for single DS by Olga Kornievskaia · 2 years, 2 months ago
- 71a7507 Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 2 years, 2 months ago
- 48ea09c Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 2 years, 2 months ago
- a044dab Merge tag 'nfs-for-6.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 2 years, 2 months ago
- 7648229 Merge tag 'nfsd-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 2 years, 2 months ago
- 6a518af Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idmapping by Linus Torvalds · 2 years, 2 months ago
- 75f4d9a Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 2 years, 2 months ago
- 7fd461c NFSv4.2: Change the default KConfig value for READ_PLUS by Anna Schumaker · 2 years, 3 months ago
- 247c01f trace: Relocate event helper files by Chuck Lever · 2 years, 3 months ago
- b4e4f66 NFSv4.x: Fail client initialisation if state manager thread can't run by Trond Myklebust · 2 years, 3 months ago
- 19cdc8f fs: nfs: sysfs: use sysfs_emit() to instead of scnprintf() by ye xingchen · 2 years, 3 months ago
- 700fa9b NFS: use sysfs_emit() to instead of scnprintf() by ye xingchen · 2 years, 3 months ago
- a60214c NFS: Allow very small rsize & wsize again by Anna Schumaker · 2 years, 3 months ago
- f852702 NFSv4.2: Fix up READ_PLUS alignment by Anna Schumaker · 2 years, 3 months ago
- 36357fe NFSv4.2: Set the correct size scratch buffer for decoding READ_PLUS by Anna Schumaker · 2 years, 3 months ago
- ef8d98f NFS: avoid spurious warning of lost lock that is being unlocked. by NeilBrown · 2 years, 5 months ago
- 5559405 nfs: fix possible null-ptr-deref when parsing param by Hawkins Jiawei · 2 years, 4 months ago
- d564d2c NFSv4: check FMODE_EXEC from open context mode in nfs4_opendata_access() by ChenXiaoSong · 2 years, 5 months ago
- 6f1c1d9 NFS: make sure open context mode have FMODE_EXEC when file open for exec by ChenXiaoSong · 2 years, 5 months ago
- d01c6ed NFS4.x/pnfs: Fix up logging of layout stateids by Trond Myklebust · 2 years, 3 months ago
- 17b985d nfs: use locks_inode_context helper by Jeff Layton · 2 years, 3 months ago
- 5776a9c NFS: Fix a race in nfs_call_unlink() by Trond Myklebust · 2 years, 3 months ago
- 35e3b6a NFS: Fix an Oops in nfs_d_automount() by Trond Myklebust · 2 years, 3 months ago
- 51069e4 NFSv4: Fix a deadlock between nfs4_open_recover_helper() and delegreturn by Trond Myklebust · 2 years, 4 months ago
- e83458f NFSv4: Fix a credential leak in _nfs4_discover_trunking() by Trond Myklebust · 2 years, 4 months ago
- 85aa8dd NFS: Trigger the "ls -l" readdir heuristic sooner by Benjamin Coddington · 2 years, 5 months ago
- c528f70 NFSv4.2: Fix initialisation of struct nfs4_label by Trond Myklebust · 2 years, 4 months ago
- 43c1031 NFSv4.2: Fix a memory stomp in decode_attr_security_label by Trond Myklebust · 2 years, 4 months ago
- c8a62f4 NFSv4.2: Always decode the security label by Trond Myklebust · 2 years, 4 months ago
- eef7314 NFSv4.2: Clear FATTR4_WORD2_SECURITY_LABEL when done decoding by Trond Myklebust · 2 years, 4 months ago
- 0eb4381 NFS: Clear the file access cache upon login by Trond Myklebust · 2 years, 6 months ago
- de4eda9 use less confusing names for iov_iter direction initializers by Al Viro · 2 years, 5 months ago
- 02a476d9 kobject: make kobject_get_ownership() take a constant kobject * by Greg Kroah-Hartman · 2 years, 3 months ago
- 5a17f04 cred: Do not default to init_cred in prepare_kernel_cred() by Kees Cook · 2 years, 4 months ago
- 7e84367 nfs4: Fix kmemleak when allocate slot failed by Zhang Xiaoxu · 2 years, 4 months ago
- 038efb6 NFSv4.2: Fixup CLONE dest file size for zero-length count by Benjamin Coddington · 2 years, 4 months ago
- f5ea161 NFSv4: Retry LOCK on OLD_STATEID during delegation return by Benjamin Coddington · 2 years, 4 months ago
- e59679f NFSv4.1: We must always send RECLAIM_COMPLETE after a reboot by Trond Myklebust · 2 years, 4 months ago
- 5d917cb NFSv4.1: Handle RECLAIM_COMPLETE trunking errors by Trond Myklebust · 2 years, 4 months ago
- 1ba0439 NFSv4: Fix a potential state reclaim deadlock by Trond Myklebust · 2 years, 4 months ago
- cf0d7e7 NFS: Avoid memcpy() run-time warning for struct sockaddr overflows by Kees Cook · 2 years, 4 months ago
- 121affd nfs: Remove redundant null checks before kfree by Yushan Zhou · 2 years, 4 months ago
- cac2f8b fs: rename current get acl method by Christian Brauner · 2 years, 5 months ago
- 138060b fs: pass dentry to set acl method by Christian Brauner · 2 years, 5 months ago
- 66b8345 Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 2 years, 4 months ago
- 30c9999 Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 2 years, 5 months ago