Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | configfs: fix possible memory leak in configfs_create_dir() | Chen Zhongjin | 2022-12-02 | 1 | -0/+2 | |
* | | | | | | | | | Merge tag 'nfs-for-6.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2022-12-13 | 15 | -67/+105 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | NFSv4.2: Change the default KConfig value for READ_PLUS | Anna Schumaker | 2022-12-10 | 1 | -4/+4 | |
| * | | | | | | | | | NFSv4.x: Fail client initialisation if state manager thread can't run | Trond Myklebust | 2022-12-06 | 1 | -0/+2 | |
| * | | | | | | | | | fs: nfs: sysfs: use sysfs_emit() to instead of scnprintf() | ye xingchen | 2022-12-06 | 1 | -1/+1 | |
| * | | | | | | | | | NFS: use sysfs_emit() to instead of scnprintf() | ye xingchen | 2022-12-06 | 1 | -1/+1 | |
| * | | | | | | | | | NFS: Allow very small rsize & wsize again | Anna Schumaker | 2022-12-06 | 1 | -4/+2 | |
| * | | | | | | | | | NFSv4.2: Fix up READ_PLUS alignment | Anna Schumaker | 2022-12-06 | 1 | -3/+4 | |
| * | | | | | | | | | NFSv4.2: Set the correct size scratch buffer for decoding READ_PLUS | Anna Schumaker | 2022-12-06 | 1 | -1/+1 | |
| * | | | | | | | | | NFS: avoid spurious warning of lost lock that is being unlocked. | NeilBrown | 2022-12-06 | 3 | -2/+5 | |
| * | | | | | | | | | nfs: fix possible null-ptr-deref when parsing param | Hawkins Jiawei | 2022-12-06 | 1 | -0/+6 | |
| * | | | | | | | | | NFSv4: check FMODE_EXEC from open context mode in nfs4_opendata_access() | ChenXiaoSong | 2022-12-06 | 1 | -11/+5 | |
| * | | | | | | | | | NFS: make sure open context mode have FMODE_EXEC when file open for exec | ChenXiaoSong | 2022-12-06 | 2 | -9/+6 | |
| * | | | | | | | | | NFS4.x/pnfs: Fix up logging of layout stateids | Trond Myklebust | 2022-12-05 | 1 | -2/+2 | |
| * | | | | | | | | | NFS: Fix a race in nfs_call_unlink() | Trond Myklebust | 2022-11-28 | 1 | -0/+1 | |
| * | | | | | | | | | NFS: Fix an Oops in nfs_d_automount() | Trond Myklebust | 2022-11-28 | 1 | -1/+1 | |
| * | | | | | | | | | NFSv4: Fix a deadlock between nfs4_open_recover_helper() and delegreturn | Trond Myklebust | 2022-11-28 | 1 | -7/+12 | |
| * | | | | | | | | | NFSv4: Fix a credential leak in _nfs4_discover_trunking() | Trond Myklebust | 2022-11-28 | 1 | -1/+3 | |
| * | | | | | | | | | NFS: Trigger the "ls -l" readdir heuristic sooner | Benjamin Coddington | 2022-11-28 | 1 | -2/+7 | |
| * | | | | | | | | | NFSv4.2: Fix initialisation of struct nfs4_label | Trond Myklebust | 2022-11-28 | 1 | -5/+10 | |
| * | | | | | | | | | NFSv4.2: Fix a memory stomp in decode_attr_security_label | Trond Myklebust | 2022-11-28 | 1 | -6/+4 | |
| * | | | | | | | | | NFSv4.2: Always decode the security label | Trond Myklebust | 2022-11-28 | 1 | -6/+4 | |
| * | | | | | | | | | NFSv4.2: Clear FATTR4_WORD2_SECURITY_LABEL when done decoding | Trond Myklebust | 2022-11-28 | 1 | -1/+1 | |
| * | | | | | | | | | NFS: Clear the file access cache upon login | Trond Myklebust | 2022-11-28 | 1 | -0/+23 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge tag 'nfsd-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 2022-12-13 | 34 | -754/+1205 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | NFSD: Avoid clashing function prototypes | Kees Cook | 2022-12-10 | 1 | -255/+377 | |
| * | | | | | | | | | NFSD: Use only RQ_DROPME to signal the need to drop a reply | Chuck Lever | 2022-12-10 | 2 | -3/+3 | |
| * | | | | | | | | | NFSD: add CB_RECALL_ANY tracepoints | Dai Ngo | 2022-12-10 | 2 | -0/+52 | |
| * | | | | | | | | | NFSD: add delegation reaper to react to low memory condition | Dai Ngo | 2022-12-10 | 2 | -4/+89 | |
| * | | | | | | | | | NFSD: add support for sending CB_RECALL_ANY | Dai Ngo | 2022-12-10 | 4 | -0/+84 | |
| * | | | | | | | | | NFSD: refactoring courtesy_client_reaper to a generic low memory shrinker | Dai Ngo | 2022-12-10 | 1 | -9/+16 | |
| * | | | | | | | | | trace: Relocate event helper files | Chuck Lever | 2022-12-10 | 2 | -6/+6 | |
| * | | | | | | | | | NFSD: pass range end to vfs_fsync_range() instead of count | Brian Foster | 2022-12-10 | 1 | -2/+3 | |
| * | | | | | | | | | lockd: fix file selection in nlmsvc_cancel_blocked | Jeff Layton | 2022-12-10 | 1 | -3/+4 | |
| * | | | | | | | | | lockd: ensure we use the correct file descriptor when unlocking | Jeff Layton | 2022-12-10 | 1 | -4/+6 | |
| * | | | | | | | | | lockd: set missing fl_flags field when retrieving args | Jeff Layton | 2022-12-10 | 2 | -0/+2 | |
| * | | | | | | | | | NFSD: Use struct_size() helper in alloc_session() | Xiu Jianfeng | 2022-12-10 | 1 | -5/+4 | |
| * | | | | | | | | | nfsd: return error if nfs4_setacl fails | Jeff Layton | 2022-12-10 | 1 | -0/+2 | |
| * | | | | | | | | | lockd: set other missing fields when unlocking files | Trond Myklebust | 2022-12-10 | 1 | -7/+10 | |
| * | | | | | | | | | NFSD: Add an nfsd_file_fsync tracepoint | Chuck Lever | 2022-12-10 | 2 | -1/+35 | |
| * | | | | | | | | | nfsd: fix up the filecache laundrette scheduling | Jeff Layton | 2022-12-10 | 1 | -7/+5 | |
| * | | | | | | | | | nfsd: reorganize filecache.c | Jeff Layton | 2022-11-28 | 2 | -57/+58 | |
| * | | | | | | | | | nfsd: remove the pages_flushed statistic from filecache | Jeff Layton | 2022-11-28 | 1 | -6/+1 | |
| * | | | | | | | | | NFSD: Fix licensing header in filecache.c | Chuck Lever | 2022-11-28 | 1 | -1/+2 | |
| * | | | | | | | | | NFSD: Use rhashtable for managing nfs4_file objects | Chuck Lever | 2022-11-28 | 2 | -39/+63 | |
| * | | | | | | | | | NFSD: Refactor find_file() | Chuck Lever | 2022-11-28 | 1 | -21/+15 | |
| * | | | | | | | | | NFSD: Clean up find_or_add_file() | Chuck Lever | 2022-11-28 | 1 | -36/+28 | |
| * | | | | | | | | | NFSD: Add a nfsd4_file_hash_remove() helper | Chuck Lever | 2022-11-28 | 1 | -1/+7 | |
| * | | | | | | | | | NFSD: Clean up nfsd4_init_file() | Chuck Lever | 2022-11-28 | 1 | -6/+4 | |
| * | | | | | | | | | NFSD: Update file_hashtbl() helpers | Chuck Lever | 2022-11-28 | 1 | -2/+2 |