summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | configfs: fix possible memory leak in configfs_create_dir()Chen Zhongjin2022-12-021-0/+2
* | | | | | | | | Merge tag 'nfs-for-6.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-12-1315-67/+105
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | NFSv4.2: Change the default KConfig value for READ_PLUSAnna Schumaker2022-12-101-4/+4
| * | | | | | | | | NFSv4.x: Fail client initialisation if state manager thread can't runTrond Myklebust2022-12-061-0/+2
| * | | | | | | | | fs: nfs: sysfs: use sysfs_emit() to instead of scnprintf()ye xingchen2022-12-061-1/+1
| * | | | | | | | | NFS: use sysfs_emit() to instead of scnprintf()ye xingchen2022-12-061-1/+1
| * | | | | | | | | NFS: Allow very small rsize & wsize againAnna Schumaker2022-12-061-4/+2
| * | | | | | | | | NFSv4.2: Fix up READ_PLUS alignmentAnna Schumaker2022-12-061-3/+4
| * | | | | | | | | NFSv4.2: Set the correct size scratch buffer for decoding READ_PLUSAnna Schumaker2022-12-061-1/+1
| * | | | | | | | | NFS: avoid spurious warning of lost lock that is being unlocked.NeilBrown2022-12-063-2/+5
| * | | | | | | | | nfs: fix possible null-ptr-deref when parsing paramHawkins Jiawei2022-12-061-0/+6
| * | | | | | | | | NFSv4: check FMODE_EXEC from open context mode in nfs4_opendata_access()ChenXiaoSong2022-12-061-11/+5
| * | | | | | | | | NFS: make sure open context mode have FMODE_EXEC when file open for execChenXiaoSong2022-12-062-9/+6
| * | | | | | | | | NFS4.x/pnfs: Fix up logging of layout stateidsTrond Myklebust2022-12-051-2/+2
| * | | | | | | | | NFS: Fix a race in nfs_call_unlink()Trond Myklebust2022-11-281-0/+1
| * | | | | | | | | NFS: Fix an Oops in nfs_d_automount()Trond Myklebust2022-11-281-1/+1
| * | | | | | | | | NFSv4: Fix a deadlock between nfs4_open_recover_helper() and delegreturnTrond Myklebust2022-11-281-7/+12
| * | | | | | | | | NFSv4: Fix a credential leak in _nfs4_discover_trunking()Trond Myklebust2022-11-281-1/+3
| * | | | | | | | | NFS: Trigger the "ls -l" readdir heuristic soonerBenjamin Coddington2022-11-281-2/+7
| * | | | | | | | | NFSv4.2: Fix initialisation of struct nfs4_labelTrond Myklebust2022-11-281-5/+10
| * | | | | | | | | NFSv4.2: Fix a memory stomp in decode_attr_security_labelTrond Myklebust2022-11-281-6/+4
| * | | | | | | | | NFSv4.2: Always decode the security labelTrond Myklebust2022-11-281-6/+4
| * | | | | | | | | NFSv4.2: Clear FATTR4_WORD2_SECURITY_LABEL when done decodingTrond Myklebust2022-11-281-1/+1
| * | | | | | | | | NFS: Clear the file access cache upon loginTrond Myklebust2022-11-281-0/+23
| |/ / / / / / / /
* | | | | | | | | Merge tag 'nfsd-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2022-12-1334-754/+1205
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | NFSD: Avoid clashing function prototypesKees Cook2022-12-101-255/+377
| * | | | | | | | | NFSD: Use only RQ_DROPME to signal the need to drop a replyChuck Lever2022-12-102-3/+3
| * | | | | | | | | NFSD: add CB_RECALL_ANY tracepointsDai Ngo2022-12-102-0/+52
| * | | | | | | | | NFSD: add delegation reaper to react to low memory conditionDai Ngo2022-12-102-4/+89
| * | | | | | | | | NFSD: add support for sending CB_RECALL_ANYDai Ngo2022-12-104-0/+84
| * | | | | | | | | NFSD: refactoring courtesy_client_reaper to a generic low memory shrinkerDai Ngo2022-12-101-9/+16
| * | | | | | | | | trace: Relocate event helper filesChuck Lever2022-12-102-6/+6
| * | | | | | | | | NFSD: pass range end to vfs_fsync_range() instead of countBrian Foster2022-12-101-2/+3
| * | | | | | | | | lockd: fix file selection in nlmsvc_cancel_blockedJeff Layton2022-12-101-3/+4
| * | | | | | | | | lockd: ensure we use the correct file descriptor when unlockingJeff Layton2022-12-101-4/+6
| * | | | | | | | | lockd: set missing fl_flags field when retrieving argsJeff Layton2022-12-102-0/+2
| * | | | | | | | | NFSD: Use struct_size() helper in alloc_session()Xiu Jianfeng2022-12-101-5/+4
| * | | | | | | | | nfsd: return error if nfs4_setacl failsJeff Layton2022-12-101-0/+2
| * | | | | | | | | lockd: set other missing fields when unlocking filesTrond Myklebust2022-12-101-7/+10
| * | | | | | | | | NFSD: Add an nfsd_file_fsync tracepointChuck Lever2022-12-102-1/+35
| * | | | | | | | | nfsd: fix up the filecache laundrette schedulingJeff Layton2022-12-101-7/+5
| * | | | | | | | | nfsd: reorganize filecache.cJeff Layton2022-11-282-57/+58
| * | | | | | | | | nfsd: remove the pages_flushed statistic from filecacheJeff Layton2022-11-281-6/+1
| * | | | | | | | | NFSD: Fix licensing header in filecache.cChuck Lever2022-11-281-1/+2
| * | | | | | | | | NFSD: Use rhashtable for managing nfs4_file objectsChuck Lever2022-11-282-39/+63
| * | | | | | | | | NFSD: Refactor find_file()Chuck Lever2022-11-281-21/+15
| * | | | | | | | | NFSD: Clean up find_or_add_file()Chuck Lever2022-11-281-36/+28
| * | | | | | | | | NFSD: Add a nfsd4_file_hash_remove() helperChuck Lever2022-11-281-1/+7
| * | | | | | | | | NFSD: Clean up nfsd4_init_file()Chuck Lever2022-11-281-6/+4
| * | | | | | | | | NFSD: Update file_hashtbl() helpersChuck Lever2022-11-281-2/+2