I've trimmed the patches that Trond objected to last time, and, at Bruce's request, added documentation under Documentation/filesystems/nfs/ that describes the new API. As an addendum to this cover letter, the patch that adds the API documentation is first in this series. --- Chuck Lever (9): lockd: Add "reboot" attribute to nsm_handles lockd: Refactor nlm_host_rebooted() lockd: Add /sys/fs/lockd/nsm_handle/* lockd: Add /sys/fs/lockd/mon lockd: Add attributes to /sys/fs/lockd/hosts/*/ lockd: Add /sys/fs/lockd/hosts/* lockd: Add /sys/fs/lockd/hosts/ lockd: Add /sys/fs/lockd lockd: Document new lockd user space API Documentation/filesystems/nfs/00-INDEX | 2 Documentation/filesystems/nfs/lockd-sysfs-api.txt | 117 ++++++++ fs/lockd/host.c | 312 ++++++++++++++++++++- fs/lockd/mon.c | 211 ++++++++++++++ fs/lockd/svc.c | 31 ++ include/linux/lockd/lockd.h | 9 + 6 files changed, 659 insertions(+), 23 deletions(-) create mode 100644 Documentation/filesystems/nfs/lockd-sysfs-api.txt -- Chuck Lever <chuck.lever@xxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html