Age | Commit message (Expand) | Author |
2024-02-05 | lockd: adapt to breakup of struct file_lock | Jeff Layton |
2024-02-05 | lockd: convert to using new filelock helpers | Jeff Layton |
2022-12-12 | Merge tag 'nfsd-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds |
2022-12-10 | lockd: set other missing fields when unlocking files | Trond Myklebust |
2022-11-30 | lockd: use locks_inode_context helper | Jeff Layton |
2022-07-11 | lockd: fix nlm_close_files | Jeff Layton |
2022-07-11 | lockd: set fl_owner when unlocking files | Jeff Layton |
2022-01-27 | lockd: fix failure to cleanup client locks | J. Bruce Fields |
2022-01-18 | lockd: fix server crash on reboot of client holding lock | J. Bruce Fields |
2021-08-23 | Keep read and write fds with each nlm_file | J. Bruce Fields |
2021-08-23 | lockd: update nlm_lookup_file reexport comment | J. Bruce Fields |
2021-08-23 | nlm: minor refactoring | J. Bruce Fields |
2021-08-23 | nlm: minor nlm_lookup_file argument change | J. Bruce Fields |
2019-07-03 | lockd: Convert NLM service fl_owner to nlm_lockowner | Benjamin Coddington |
2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner |
2018-08-09 | nfsd: fix leaked file lock with nfs exported overlayfs | Amir Goldstein |
2017-11-27 | lockd: remove net pointer from messages | Vasily Averin |
2015-04-21 | nfsd: eliminate NFSD_DEBUG | Mark Salter |
2015-01-16 | locks: add a dedicated spinlock to protect i_flctx lists | Jeff Layton |
2015-01-16 | locks: convert posix locks to file_lock_context | Jeff Layton |
2014-11-19 | lockd: get rid of ->f_path.dentry->d_sb | Al Viro |
2014-05-06 | nfsd: move <linux/nfsd/export.h> to fs/nfsd | Christoph Hellwig |
2014-05-06 | nfsd: remove <linux/nfsd/nfsfh.h> | Christoph Hellwig |
2013-06-29 | locks: protect most of the file_lock handling with i_lock | Jeff Layton |
2013-02-28 | Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2013-02-27 | hlist: drop the node parameter from iterators | Sasha Levin |
2013-02-22 | new helper: file_inode(file) | Al Viro |
2013-02-05 | sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ... | Jeff Layton |
2012-07-27 | LockD: mark host per network namespace on garbage collect | Stanislav Kinsbursky |
2012-01-06 | vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb | Al Viro |
2010-10-27 | lockd: push lock_flocks down | Arnd Bergmann |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo |
2009-08-21 | sunrpc: add routine for comparing addresses | Jeff Layton |
2009-01-06 | NSM: Remove include/linux/lockd/sm_inter.h | Chuck Lever |
2008-09-29 | lockd: Teach nlm_cmp_addr() to support AF_INET6 addresses | Chuck Lever |
2008-09-29 | lockd: Use sockaddr_storage for h_saddr field | Chuck Lever |
2008-07-15 | lockd: Pass "struct sockaddr *" to new failover-by-IP function | Chuck Lever |
2008-04-25 | lockd: unlock lockd locks held for a certain filesystem | Wendy Cheng |
2008-04-25 | lockd: unlock lockd locks associated with a given server ip | Wendy Cheng |
2008-02-01 | lockd: minor log message fix | J. Bruce Fields |
2007-05-06 | lockd: add code to handle deferred lock requests | Marc Eshel |
2007-05-06 | locks: allow {vfs,posix}_lock_file to return conflicting lock | Marc Eshel |
2006-12-08 | [PATCH] struct path: convert lockd | Josef Sipek |
2006-10-20 | [PATCH] lockd endianness annotations | Al Viro |
2006-10-17 | [PATCH] knfsd: Allow lockd to drop replies as appropriate | NeilBrown |
2006-10-17 | [PATCH] knfsd: Fix bug in recent lockd patches that can cause reclaim to fail | NeilBrown |
2006-10-04 | [PATCH] Convert lockd to use the newer mutex instead of the older semaphore | Neil Brown |
2006-10-04 | [PATCH] knfsd: simplify nlmsvc_invalidate_all | NeilBrown |
2006-10-04 | [PATCH] knfsd: lockd: make nlm_traverse_* more flexible | Olaf Kirch |
2006-10-04 | [PATCH] knfsd: change nlm_file to use a hlist | Olaf Kirch |