summaryrefslogtreecommitdiffstats
path: root/fs/lockd/svcsubs.c
Commit message (Expand)AuthorAgeFilesLines
* lockd: adapt to breakup of struct file_lockJeff Layton2024-02-051-10/+10
* lockd: convert to using new filelock helpersJeff Layton2024-02-051-3/+3
* Merge tag 'nfsd-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2022-12-121-7/+10
|\
| * lockd: set other missing fields when unlocking filesTrond Myklebust2022-12-101-7/+10
* | lockd: use locks_inode_context helperJeff Layton2022-11-301-2/+2
|/
* lockd: fix nlm_close_filesJeff Layton2022-07-111-5/+4
* lockd: set fl_owner when unlocking filesJeff Layton2022-07-111-2/+3
* lockd: fix failure to cleanup client locksJ. Bruce Fields2022-01-271-0/+1
* lockd: fix server crash on reboot of client holding lockJ. Bruce Fields2022-01-181-8/+9
* Keep read and write fds with each nlm_fileJ. Bruce Fields2021-08-231-31/+71
* lockd: update nlm_lookup_file reexport commentJ. Bruce Fields2021-08-231-2/+3
* nlm: minor refactoringJ. Bruce Fields2021-08-231-2/+2
* nlm: minor nlm_lookup_file argument changeJ. Bruce Fields2021-08-231-7/+8
* lockd: Convert NLM service fl_owner to nlm_lockownerBenjamin Coddington2019-07-031-1/+1
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* nfsd: fix leaked file lock with nfs exported overlayfsAmir Goldstein2018-08-091-2/+2
* lockd: remove net pointer from messagesVasily Averin2017-11-271-1/+1
* nfsd: eliminate NFSD_DEBUGMark Salter2015-04-211-1/+1
* locks: add a dedicated spinlock to protect i_flctx listsJeff Layton2015-01-161-6/+6
* locks: convert posix locks to file_lock_contextJeff Layton2015-01-161-7/+13
* lockd: get rid of ->f_path.dentry->d_sbAl Viro2014-11-191-1/+1
* nfsd: move <linux/nfsd/export.h> to fs/nfsdChristoph Hellwig2014-05-061-1/+0
* nfsd: remove <linux/nfsd/nfsfh.h>Christoph Hellwig2014-05-061-1/+1
* locks: protect most of the file_lock handling with i_lockJeff Layton2013-06-291-6/+6
* Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-02-281-1/+1
|\
| * sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton2013-02-051-1/+1
* | hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-4/+3
* | new helper: file_inode(file)Al Viro2013-02-221-1/+1
|/
* LockD: mark host per network namespace on garbage collectStanislav Kinsbursky2012-07-271-6/+13
* vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro2012-01-061-1/+1
* lockd: push lock_flocks downArnd Bergmann2010-10-271-1/+8
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* sunrpc: add routine for comparing addressesJeff Layton2009-08-211-1/+1
* NSM: Remove include/linux/lockd/sm_inter.hChuck Lever2009-01-061-1/+0
* lockd: Teach nlm_cmp_addr() to support AF_INET6 addressesChuck Lever2008-09-291-1/+1
* lockd: Use sockaddr_storage for h_saddr fieldChuck Lever2008-09-291-1/+1
* lockd: Pass "struct sockaddr *" to new failover-by-IP functionChuck Lever2008-07-151-9/+23
* lockd: unlock lockd locks held for a certain filesystemWendy Cheng2008-04-251-5/+32
* lockd: unlock lockd locks associated with a given server ipWendy Cheng2008-04-251-5/+31
* lockd: minor log message fixJ. Bruce Fields2008-02-011-1/+1
* lockd: add code to handle deferred lock requestsMarc Eshel2007-05-061-1/+1
* locks: allow {vfs,posix}_lock_file to return conflicting lockMarc Eshel2007-05-061-1/+1
* [PATCH] struct path: convert lockdJosef Sipek2006-12-081-1/+1
* [PATCH] lockd endianness annotationsAl Viro2006-10-201-2/+2
* [PATCH] knfsd: Allow lockd to drop replies as appropriateNeilBrown2006-10-171-6/+0
* [PATCH] knfsd: Fix bug in recent lockd patches that can cause reclaim to failNeilBrown2006-10-171-1/+10
* [PATCH] Convert lockd to use the newer mutex instead of the older semaphoreNeil Brown2006-10-041-1/+1
* [PATCH] knfsd: simplify nlmsvc_invalidate_allNeilBrown2006-10-041-9/+1
* [PATCH] knfsd: lockd: make nlm_traverse_* more flexibleOlaf Kirch2006-10-041-28/+77
* [PATCH] knfsd: change nlm_file to use a hlistOlaf Kirch2006-10-041-26/+16