summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-5.9' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds2020-08-0910-62/+966
|\
| * nfsd: netns.h: delete a duplicated wordRandy Dunlap2020-07-241-1/+1
| * nfsd: avoid a NULL dereference in __cld_pipe_upcall()Scott Mayhew2020-07-131-13/+11
| * nfsd4: a client's own opens needn't prevent delegationsJ. Bruce Fields2020-07-131-14/+40
| * nfsd: Use seq_putc() in two functionsXu Wang2020-07-131-2/+2
| * nfsd: add fattr support for user extended attributesFrank van der Linden2020-07-131-0/+9
| * nfsd: implement the xattr functions and en/decode logicFrank van der Linden2020-07-132-0/+570
| * nfsd: add structure definitions for xattr requests / responsesFrank van der Linden2020-07-131-0/+31
| * nfsd: take xattr bits into account for permission checksFrank van der Linden2020-07-132-1/+19
| * nfsd: define xattr functions to call into their vfs counterpartsFrank van der Linden2020-07-132-0/+237
| * nfsd: add defines for NFSv4.2 extended attribute supportFrank van der Linden2020-07-131-1/+4
| * nfsd: split off the write decode code into a separate functionFrank van der Linden2020-07-131-30/+42
* | Merge tag 'fsnotify_for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-061-6/+4
|\ \
| * | fsnotify: create method handle_inode_event() in fsnotify_operationsAmir Goldstein2020-07-271-8/+4
| * | fsnotify: pass dir argument to handle_event() callbackAmir Goldstein2020-07-271-3/+3
| * | nfsd: use fsnotify_data_inode() to get the unlinked inodeAmir Goldstein2020-07-151-1/+3
| |/
* | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-1/+1
|\ \
| * | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* | | nfsd4: fix NULL dereference in nfsd/clients display codeJ. Bruce Fields2020-07-221-1/+19
| |/ |/|
* | nfsd: fix nfsdfs inode reference count leakJ. Bruce Fields2020-06-291-0/+1
* | nfsd4: fix nfsdfs reference count loopJ. Bruce Fields2020-06-293-11/+22
* | nfsd: apply umask on fs without ACL supportJ. Bruce Fields2020-06-171-0/+6
|/
* Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2020-06-1111-132/+566
|\
| * nfsd: safer handling of corrupted c_typeJ. Bruce Fields2020-06-031-2/+1
| * nfsd4: make drc_slab global, not per-netJ. Bruce Fields2020-06-014-13/+25
| * nfsd: Fix svc_xprt refcnt leak when setup callback client failedXiyu Yang2020-05-281-0/+2
| * Merge branch 'nfsd-5.8' of git://linux-nfs.org/~cel/cel-2.6 into for-5.8-inco...J. Bruce Fields2020-05-217-101/+441
| |\
| | * NFSD: Fix improperly-formatted Doxygen commentsChuck Lever2020-05-202-17/+16
| | * NFSD: Squash an annoying compiler warningChuck Lever2020-05-201-3/+2
| | * NFSD: Add tracepoints for monitoring NFSD callbacksChuck Lever2020-05-203-19/+177
| | * NFSD: Add tracepoints to the NFSD state management codeChuck Lever2020-05-203-40/+152
| | * NFSD: Add tracepoints to NFSD's duplicate reply cacheChuck Lever2020-05-202-22/+94
| * | nfsd: Fix old-style function definitionMa Feng2020-05-111-1/+1
| * | nfsd: clients don't need to break their own delegationsJ. Bruce Fields2020-05-084-0/+24
| * | nfsd: handle repeated BIND_CONN_TO_SESSIONJ. Bruce Fields2020-05-061-12/+42
| * | nfsd4: add filename to states outputAchilles Gaikwad2020-05-061-0/+13
| * | nfsd4: stid display should preserve on-the-wire byte orderJ. Bruce Fields2020-05-061-1/+2
| * | nfsd4: common stateid-printing codeJ. Bruce Fields2020-05-061-4/+17
| |/
* | mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLENeilBrown2020-06-021-4/+5
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-06-011-20/+6
|\ \ | |/ |/|
| * nfsd: use crypto_shash_tfm_digest()Eric Biggers2020-05-081-20/+6
* | SUNRPC: Fix backchannel RPC soft lockupsChuck Lever2020-04-171-1/+3
* | nfsd: memory corruption in nfsd4_lock()Vasily Averin2020-04-131-0/+2
|/
* nfsd: fsnotify on rmdir under nfsd/clients/J. Bruce Fields2020-03-191-0/+1
* nfsd4: kill warnings on testing stateids with mismatched clientidsJ. Bruce Fields2020-03-191-8/+1
* nfsd: remove read permission bit for ctl sysctlPetr Vorel2020-03-161-1/+1
* NFSD: Fix NFS server build errorsChuck Lever2020-03-161-1/+1
* nfsd: export upcalls must not return ESTALE when mountd is downTrond Myklebust2020-03-162-0/+26
* nfsd: Add tracepoints for update of the expkey and export cache entriesTrond Myklebust2020-03-162-9/+61
* nfsd: Add tracepoints for exp_find_key() and exp_get_by_name()Trond Myklebust2020-03-162-2/+53