| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-10 | NFS: Check the TLS certificate fields in nfs_match_client() | Trond Myklebust | 1 | -0/+8 |
| 2025-08-29 | NFSv4: Clear the NFS_CAP_XATTR flag if not supported by the server | Trond Myklebust | 1 | -0/+2 |
| 2025-08-04 | NFS: Fix the setting of capabilities when automounting a new filesystem | Trond Myklebust | 1 | -2/+42 |
| 2025-07-22 | NFS: track active delegations per-server | Christoph Hellwig | 1 | -0/+1 |
| 2025-07-14 | NFS: remove unused time_delta field from struct nfs_server | Anthony Iliopoulos | 1 | -1/+0 |
| 2025-07-14 | NFS: remove unused wpages field from struct nfs_server | Anthony Iliopoulos | 1 | -1/+0 |
| 2025-05-28 | NFS: always probe for LOCALIO support asynchronously | Mike Snitzer | 1 | -1/+1 |
| 2025-05-19 | nfs: add a refcount tracker for struct net as held by the nfs_client | Jeff Layton | 1 | -2/+2 |
| 2025-05-16 | NFS: Avoid flushing data while holding directory locks in nfs_rename() | Trond Myklebust | 1 | -0/+2 |
| 2025-04-27 | nfs: move the nfs4_data_server_cache into struct nfs_net | Jeff Layton | 1 | -0/+7 |
| 2025-03-21 | NFS: Treat ENETUNREACH errors as fatal in containers | Trond Myklebust | 1 | -0/+5 |
| 2025-01-14 | nfs: probe for LOCALIO when v4 client reconnects to server | Mike Snitzer | 1 | -0/+1 |
| 2025-01-14 | nfs/localio: remove redundant code and simplify LOCALIO enablement | Mike Snitzer | 1 | -2/+2 |
| 2025-01-14 | nfs_common: move localio_lock to new lock member of nfs_uuid_t | Mike Snitzer | 1 | -1/+0 |
| 2024-11-08 | NFS: Implement get_nfs_version() | Anna Schumaker | 1 | -2/+8 |
| 2024-11-08 | NFS: Clean up find_nfs_version() | Anna Schumaker | 1 | -7/+6 |
| 2024-11-08 | NFS: Rename get_nfs_version() -> find_nfs_version() | Anna Schumaker | 1 | -4/+4 |
| 2024-11-08 | NFS: Convert the NFS module list into an array | Anna Schumaker | 1 | -12/+14 |
| 2024-11-08 | NFS: Clean up locking the nfs_versions list | Anna Schumaker | 1 | -11/+8 |
| 2024-11-04 | nfs_common: fix localio to cope with racing nfs_local_probe() | Mike Snitzer | 1 | -2/+1 |
| 2024-10-03 | NFSv4: Prevent NULL-pointer dereference in nfs42_complete_copies() | Yanjun Zhang | 1 | -0/+1 |
| 2024-09-23 | nfs: implement client support for NFS_LOCALIO_PROGRAM | Mike Snitzer | 1 | -2/+4 |
| 2024-09-23 | nfs: add LOCALIO support | Weston Andros Adamson | 1 | -0/+11 |
| 2024-09-23 | nfs: simplify and guarantee owner uniqueness. | NeilBrown | 1 | -4/+2 |
| 2024-07-08 | nfs: Block on write congestion | Jan Kara | 1 | -0/+1 |
| 2024-07-08 | nfs: Properly initialize server->writeback | Jan Kara | 1 | -0/+2 |
| 2024-03-09 | NFS: remove unused variable nfs_rpcstat | Trond Myklebust | 1 | -4/+0 |
| 2024-03-09 | nfs: make the rpc_stat per net namespace | Josef Bacik | 1 | -1/+4 |
| 2024-02-25 | nfs: fix UAF on pathwalk running into umount | Al Viro | 1 | -3/+10 |
| 2023-08-24 | NFS/pNFS: Set the connect timeout for the pNFS flexfiles driver | Trond Myklebust | 1 | -0/+2 |
| 2023-06-29 | NFS: Don't cleanup sysfs superblock entry if uninitialized | Benjamin Coddington | 1 | -2/+4 |
| 2023-06-19 | NFS: add a sysfs link to the lockd rpc_client | Benjamin Coddington | 1 | -0/+1 |
| 2023-06-19 | NFS: Add sysfs links to sunrpc clients for nfs_clients | Benjamin Coddington | 1 | -0/+5 |
| 2023-06-19 | NFS: add superblock sysfs entries | Benjamin Coddington | 1 | -0/+16 |
| 2023-06-19 | NFS: Add an "xprtsec=" NFS mount option | Chuck Lever | 1 | -3/+3 |
| 2023-06-19 | NFS: Have struct nfs_client carry a TLS policy field | Chuck Lever | 1 | -0/+8 |
| 2022-10-27 | NFS: Avoid memcpy() run-time warning for struct sockaddr overflows | Kees Cook | 1 | -2/+2 |
| 2022-07-12 | NFS: Allow setting rsize / wsize to a multiple of PAGE_SIZE | Anna Schumaker | 1 | -6/+7 |
| 2022-03-21 | NFSv4.1 provide mount option to toggle trunking discovery | Olga Kornievskaia | 1 | -1/+2 |
| 2022-02-08 | NFS: Fix initialisation of nfs_client cl_flags field | Trond Myklebust | 1 | -1/+1 |
| 2022-01-25 | Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -0/+7 |
| 2022-01-13 | NFSv4.1 query for fs_location attr on a new file system | Olga Kornievskaia | 1 | -0/+7 |
| 2022-01-10 | nfs: Convert to new fscache volume/cookie API | Dave Wysochanski | 1 | -4/+0 |
| 2021-11-05 | NFS: Remove the nfs4_label from the nfs4_getattr_res | Anna Schumaker | 1 | -1/+1 |
| 2021-10-20 | NFS: Unexport nfs_probe_fsinfo() | Anna Schumaker | 1 | -2/+1 |
| 2021-10-20 | NFS: Replace calls to nfs_probe_fsinfo() with nfs_probe_server() | Anna Schumaker | 1 | -9/+1 |
| 2021-10-20 | NFS: Move nfs_probe_destination() into the generic client | Anna Schumaker | 1 | -0/+24 |
| 2021-08-27 | SUNRPC enforce creation of no more than max_connect xprts | Olga Kornievskaia | 1 | -0/+1 |
| 2021-08-27 | NFSv4 introduce max_connect mount options | Olga Kornievskaia | 1 | -0/+1 |
| 2021-06-03 | NFS: Fix a potential NULL dereference in nfs_get_client() | Dan Carpenter | 1 | -1/+1 |
| 2021-04-14 | NFS: Split attribute support out from the server capabilities | Trond Myklebust | 1 | -3/+12 |
| 2021-04-13 | NFSv4: Add support for the NFSv4.2 "change_attr_type" attribute | Trond Myklebust | 1 | -0/+3 |
| 2021-04-05 | NFS: Fix up the support for CONFIG_NFS_DISABLE_UDP_SUPPORT | Trond Myklebust | 1 | -2/+0 |
| 2020-12-02 | NFS: NFSv2/NFSv3: Use cred from fs_context during mount | Sargun Dhillon | 1 | -2/+2 |
| 2020-12-02 | NFS: Support larger readdir buffers | Trond Myklebust | 1 | -2/+2 |
| 2020-07-13 | NFSv4.2: query the server for extended attribute support | Frank van der Linden | 1 | -0/+3 |
| 2020-07-13 | NFSv4.2: define limits and sizes for user xattr handling | Frank van der Linden | 1 | -2/+17 |
| 2020-02-25 | nfs: add minor version to nfs_server_key for fscache | Scott Mayhew | 1 | -0/+1 |
| 2020-01-24 | NFS: allow deprecation of NFS UDP protocol | Olga Kornievskaia | 1 | -0/+4 |
| 2020-01-15 | NFS: Additional refactoring for fs_context conversion | Scott Mayhew | 1 | -11/+11 |
| 2020-01-15 | NFS: rename nfs_fs_context pointer arg in a few functions | Scott Mayhew | 1 | -31/+31 |
| 2020-01-15 | NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_context | David Howells | 1 | -33/+33 |
| 2020-01-15 | nfs: don't pass nfs_subversion to ->create_server() | Al Viro | 1 | -2/+2 |
| 2019-11-03 | NFSv4.1: Don't rebind to the same source port when reconnecting to the server | Trond Myklebust | 1 | -0/+3 |
| 2019-11-03 | NFS/pnfs: Separate NFSv3 DS and MDS traffic | Trond Myklebust | 1 | -0/+6 |
| 2019-11-03 | NFS: Add a flag to tell nfs_client to set RPC_CLNT_CREATE_NOPING | Trond Myklebust | 1 | -0/+2 |
| 2019-07-06 | NFS: Cleanup if nfs_match_client is interrupted | Benjamin Coddington | 1 | -2/+2 |
| 2019-07-06 | Merge branch 'multipath_tcp' | Trond Myklebust | 1 | -0/+3 |
| 2019-07-06 | NFS: Allow multiple connections to a NFSv2 or NFSv3 server | Trond Myklebust | 1 | -0/+1 |
| 2019-07-06 | NFSv4: Allow multiple connections to NFSv4.x (x>0) servers | Trond Myklebust | 1 | -0/+2 |
| 2019-07-06 | NFS: Add sysfs support for per-container identifier | Trond Myklebust | 1 | -0/+4 |
| 2019-07-06 | NFS: Cleanup - add nfs_clients_exit to mirror nfs_clients_init | Trond Myklebust | 1 | -2/+11 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
| 2019-05-15 | Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -0/+1 |
| 2019-05-09 | NFS: Fix a double unlock from nfs_match,get_client | Benjamin Coddington | 1 | -1/+1 |
| 2019-05-07 | NFS: make nfs_match_client killable | Roberto Bergantinos Corpas | 1 | -1/+6 |
| 2019-04-26 | NFS: Store the credential of the mount process in the nfs_server | Trond Myklebust | 1 | -1/+7 |
| 2019-04-26 | SUNRPC: Cache cred of process creating the rpc_client | Trond Myklebust | 1 | -0/+1 |
| 2019-04-25 | NFS: Add a mount option "softerr" to allow clients to see ETIMEDOUT errors | Trond Myklebust | 1 | -0/+2 |
| 2019-04-24 | lockd: Pass the user cred from knfsd when starting the lockd server | Trond Myklebust | 1 | -0/+1 |
| 2019-03-23 | NFS: Fix a typo in nfs_init_timeout_values() | Trond Myklebust | 1 | -1/+1 |
| 2018-12-19 | NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred(). | NeilBrown | 1 | -9/+2 |
| 2018-12-19 | NFSv4: add cl_root_cred for use when machine cred is not available. | NeilBrown | 1 | -0/+2 |
| 2018-08-09 | NFS add support for asynchronous COPY | Olga Kornievskaia | 1 | -0/+1 |
| 2018-06-12 | Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -1/+2 |
| 2018-06-04 | NFS: Pass the inode down to the getattr() callback | Trond Myklebust | 1 | -1/+2 |
| 2018-05-16 | proc: introduce proc_create_net{,_data} | Christoph Hellwig | 1 | -39/+4 |
| 2017-12-15 | nfs: fix a deadlock in nfs client initialization | Scott Mayhew | 1 | -0/+11 |
| 2017-11-17 | fs, nfs: convert nfs_client.cl_count from atomic_t to refcount_t | Elena Reshetova | 1 | -5/+5 |
| 2017-10-01 | NFS: Fix uninitialized rpc_wait_queue | Benjamin Coddington | 1 | -1/+1 |
| 2017-07-19 | mount: copy the port field into the cloned nfs_server structure. | Steve Dickson | 1 | -0/+1 |
| 2017-05-10 | Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -55/+12 |
| 2017-04-21 | lockd: Introduce nlmclnt_operations | Benjamin Coddington | 1 | -0/+1 |
| 2017-04-21 | NFS: Add an iocounter wait function for async RPC tasks | Benjamin Coddington | 1 | -0/+1 |
| 2017-04-20 | nfs: Convert to separately allocated bdi | Jan Kara | 1 | -10/+0 |
| 2017-04-20 | NFS: Clean up extra dprintk()s in client.c | Anna Schumaker | 1 | -42/+3 |
| 2017-04-20 | NFS: Clean up nfs_init_client() | Anna Schumaker | 1 | -13/+7 |
| 2017-03-17 | pNFS: return status from nfs4_pnfs_ds_connect | Weston Andros Adamson | 1 | -1/+24 |
| 2016-12-01 | NFS: Remove unused authflavour parameter from nfs_get_client() | Anna Schumaker | 1 | -4/+2 |
| 2016-11-07 | NFS: Ignore connections that have cl_rpcclient uninitialized | Petr Vandrovec | 1 | -1/+2 |
| 2016-10-04 | fs: nfs: Make nfs boot time y2038 safe | Deepa Dinamani | 1 | -1/+1 |
| 2016-09-19 | pnfs: add a new mechanism to select a layout driver according to an ordered list | Jeff Layton | 1 | -0/+1 |
| 2016-09-19 | NFS add xprt switch addrs test to match client | Andy Adamson | 1 | -1/+4 |
| 2016-09-19 | pnfs: track multiple layout types in fsinfo structure | Jeff Layton | 1 | -1/+1 |
| 2016-08-16 | NFS: Allow the mount option retrans=0 | Trond Myklebust | 1 | -5/+5 |
| 2016-07-30 | Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -12/+10 |
| 2016-06-30 | NFS: Fix an Oops in the pNFS files and flexfiles connection setup to the DS | Trond Myklebust | 1 | -12/+10 |
| 2016-05-29 | drop redundant ->owner initializations | Al Viro | 1 | -2/+0 |
| 2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -4/+4 |
| 2015-10-15 | nfs: get clone_blksize when probing fsinfo | Peng Tao | 1 | -0/+1 |
| 2015-08-17 | NFS: Use RPC functions for matching sockaddrs | Anna Schumaker | 1 | -111/+2 |
| 2015-07-22 | NFS: Remove the "NFS_CAP_CHANGE_ATTR" capability | Trond Myklebust | 1 | -1/+1 |
| 2015-07-01 | nfs: Use remove_proc_subtree() instead remove_proc_entry() | Kinglong Mee | 1 | -18/+7 |
| 2015-07-01 | nfs: Remove unused argument in nfs_server_set_fsinfo() | Kinglong Mee | 1 | -2/+1 |
| 2015-06-16 | nfs: Fix showing truncated fsid/dev in, /proc/net/nfsfs/volumes | Kinglong Mee | 1 | -5/+7 |
| 2015-04-23 | NFS: Remove CONFIG_NFS_V4 checks from nfs_idmap.h | Anna Schumaker | 1 | -1/+0 |
| 2015-03-03 | NFSv4: Fix a race in NFSv4.1 server trunking discovery | Trond Myklebust | 1 | -1/+1 |
| 2014-09-30 | Merge branch 'bugfixes' into linux-next | Trond Myklebust | 1 | -1/+1 |
| 2014-09-24 | nfs: fix duplicate proc entries | Fabian Frederick | 1 | -1/+1 |
| 2014-09-10 | nfs: add __acquires and __releases annotations to seqfile start/stop routines | Jeff Layton | 1 | -0/+4 |
| 2014-09-08 | nfs: fix kernel warning when removing proc entry | Cong Wang | 1 | -9/+3 |
| 2014-08-13 | Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -5/+13 |
| 2014-08-04 | NFS: Fix /proc/fs/nfsfs/servers and /proc/fs/nfsfs/volumes | Eric W. Biederman | 1 | -40/+55 |
| 2014-08-03 | NFS: add checks for returned value of try_module_get() | Alexey Khoroshilov | 1 | -3/+5 |
| 2014-07-12 | nfs4: copy acceptor name from context to nfs_client | Jeff Layton | 1 | -0/+1 |
| 2014-07-08 | nfs: check hostname in nfs_get_client | Peng Tao | 1 | -2/+7 |
| 2013-10-28 | NFS: cache parsed auth_info in nfs_server | Weston Andros Adamson | 1 | -0/+2 |
| 2013-10-28 | NFS: separate passed security flavs from selected | Weston Andros Adamson | 1 | -1/+2 |
| 2013-10-28 | NFS: Add nfs4_update_server | Chuck Lever | 1 | -1/+2 |
| 2013-10-01 | NFSv4: Ensure that we disable the resend timeout for NFSv4 | Trond Myklebust | 1 | -0/+2 |
| 2013-08-07 | NFS Remove unused authflavour parameter from init_client | Andy Adamson | 1 | -4/+2 |
| 2013-06-28 | Merge branch 'labeled-nfs' into linux-next | Trond Myklebust | 1 | -1/+1 |
| 2013-06-28 | NFS: Set NFS_CS_MIGRATION for NFSv4 mounts | Chuck Lever | 1 | -2/+0 |
| 2013-06-08 | NFS:Add labels to client function prototypes | David Quigley | 1 | -1/+1 |
| 2013-04-14 | NFSv4.1: Set the RPC_CLNT_CREATE_INFINITE_SLOTS flag for NFSv4.1 transports | Trond Myklebust | 1 | -0/+2 |
| 2013-02-27 | nfs: idr_destroy() no longer needs idr_remove_all() | Tejun Heo | 1 | -1/+0 |
| 2012-12-12 | NFS: avoid NULL dereference in nfs_destroy_server | NeilBrown | 1 | -2/+1 |
| 2012-11-04 | NFS: Get rid of unnecessary asserts | Trond Myklebust | 1 | -5/+1 |
| 2012-10-01 | NFS: Remove unnecessary semicolons (fs/nfs/client.c) | Yanchuan Nian | 1 | -2/+2 |
| 2012-10-01 | NFS41: fix error of setting blocklayoutdriver | Peng Tao | 1 | -1/+0 |
| 2012-10-01 | NFS: Discover NFSv4 server trunking when mounting | Chuck Lever | 1 | -1/+2 |
| 2012-10-01 | NFS: Introduce "migration" mount option | Chuck Lever | 1 | -0/+2 |
| 2012-10-01 | SUNRPC: Introduce rpc_clone_client_set_auth() | Chuck Lever | 1 | -11/+2 |
| 2012-08-16 | NFS: Fix a regression when loading the NFS v4 module | bjschuma@gmail.com | 1 | -1/+1 |
| 2012-07-30 | NFS: Convert v4 into a module | Bryan Schumaker | 1 | -20/+14 |
| 2012-07-30 | NFS: Convert v3 into a module | Bryan Schumaker | 1 | -5/+0 |
| 2012-07-30 | NFS: Convert v2 into a module | Bryan Schumaker | 1 | -6/+6 |
| 2012-07-30 | NFS: Only initialize the ACL client in the v3 case | Bryan Schumaker | 1 | -56/+5 |
| 2012-07-30 | NFS: Add version registering framework | Bryan Schumaker | 1 | -35/+112 |
| 2012-07-17 | NFS: Split out NFS v4 client functions | Bryan Schumaker | 1 | -93/+0 |
| 2012-07-17 | NFS: Split out NFS v4 server creating code | Bryan Schumaker | 1 | -448/+9 |
| 2012-07-17 | NFS: Initialize the NFS v4 client from init_nfs_v4() | Bryan Schumaker | 1 | -134/+3 |
| 2012-06-29 | NFS: Create an alloc_client rpc_op | Bryan Schumaker | 1 | -14/+26 |
| 2012-06-29 | NFS: Create a free_client rpc_op | Bryan Schumaker | 1 | -9/+9 |
| 2012-06-29 | NFS: Use nfs4_destroy_server() to clean up NFS v4 | Bryan Schumaker | 1 | -1/+2 |
| 2012-06-29 | NFS: set_pnfs_layoutdriver() from nfs4_proc_fsinfo() | Bryan Schumaker | 1 | -1/+0 |
| 2012-06-18 | NFSv4.1: Fix umount when filelayout DS is also the MDS | Trond Myklebust | 1 | -1/+0 |
| 2012-06-07 | NFS: Remove incorrect BUG_ON in nfs_found_client | Trond Myklebust | 1 | -2/+0 |
| 2012-05-26 | NFSv4.1: Add DESTROY_CLIENTID | Trond Myklebust | 1 | -0/+1 |
| 2012-05-23 | NFS: Add memory barriers to the nfs_client->cl_cons_state initialisation | Trond Myklebust | 1 | -0/+5 |
| 2012-05-23 | NFSv4: Fix a race in the net namespace mount notification | Trond Myklebust | 1 | -3/+13 |
| 2012-05-23 | NFSv4.1: Fix session initialisation races | Trond Myklebust | 1 | -16/+0 |
| 2012-05-22 | NFS: EXCHANGE_ID should save the server major and minor ID | Chuck Lever | 1 | -0/+1 |
| 2012-05-22 | NFS: Add nfs_client behavior flags | Chuck Lever | 1 | -22/+20 |
| 2012-05-22 | NFS: Refactor nfs_get_client(): initialize nfs_client | Chuck Lever | 1 | -34/+42 |
| 2012-05-22 | NFS: Refactor nfs_get_client(): add nfs_found_client() | Chuck Lever | 1 | -30/+37 |
| 2012-05-22 | NFS: Always use the same SETCLIENTID boot verifier | Chuck Lever | 1 | -1/+1 |
| 2012-05-22 | NFS: Use proper naming conventions for the nfs_client.net field | Chuck Lever | 1 | -11/+11 |
| 2012-05-22 | NFS: Use proper naming conventions for nfs_client.impl_id field | Chuck Lever | 1 | -1/+1 |
| 2012-05-22 | NFS: Use proper naming conventions for NFSv4.1 server scope fields | Chuck Lever | 1 | -1/+1 |
| 2012-05-19 | NFSv4.1 data server timeo and retrans module parameters | Andy Adamson | 1 | -8/+4 |
| 2012-05-14 | NFS: Make v2 configurable | Bryan Schumaker | 1 | -2/+14 |
| 2012-05-01 | NFSv2/v3: Simulate the change attribute | Trond Myklebust | 1 | -1/+1 |
| 2012-04-27 | NFS: Honor the authflavor set in the clone mount data | Bryan Schumaker | 1 | -2/+3 |
| 2012-03-28 | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 1 | -1/+0 |
| 2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 1 | -1/+0 |
| 2012-03-23 | Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -94/+152 |
| 2012-03-12 | NFS: Only define some function when v4.1 is enabled | Bryan Schumaker | 1 | -0/+4 |
| 2012-03-11 | NFS: Fix a number of sparse warnings | Trond Myklebust | 1 | -3/+2 |
| 2012-03-02 | NFS: Make clientaddr= optional | Chuck Lever | 1 | -0/+15 |
| 2012-03-02 | SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt field | Trond Myklebust | 1 | -5/+11 |
| 2012-03-01 | NFSv4: parse and display server implementation ids | Weston Andros Adamson | 1 | -0/+1 |
| 2012-02-26 | NFSv4.1: Don't call nfs4_deviceid_purge_client() unless we're NFSv4.1 | Trond Myklebust | 1 | -3/+4 |
| 2012-02-19 | NFS: Ensure struct nfs_client holds a reference to the net namespace | Trond Myklebust | 1 | -1/+2 |
| 2012-02-15 | NFS: fix nfs4_find_client_sessionid() arguments list | Stanislav Kinsbursky | 1 | -1/+1 |
| 2012-02-15 | NFS: Initialise the nfs_net->nfs_client_lock | Trond Myklebust | 1 | -2/+6 |
| 2012-02-15 | LockD: make nlm hosts network namespace aware | Stanislav Kinsbursky | 1 | -0/+1 |
| 2012-02-14 | security: trim security.h | Al Viro | 1 | -0/+1 |
| 2012-02-06 | NFS: search for client session id in proper network namespace | Stanislav Kinsbursky | 1 | -2/+2 |
| 2012-02-06 | NFS: make nfs_client_lock per net ns | Stanislav Kinsbursky | 1 | -22/+29 |
| 2012-02-06 | NFS: make cb_ident_idr per net ns | Stanislav Kinsbursky | 1 | -10/+18 |
| 2012-02-06 | NFS: make nfs_volume_list per net ns | Stanislav Kinsbursky | 1 | -6/+14 |
| 2012-02-06 | NFS: make nfs_client_list per net ns | Stanislav Kinsbursky | 1 | -11/+27 |
| 2012-01-31 | SUNRPC: constify the rpc_program | Trond Myklebust | 1 | -4/+4 |
| 2012-01-31 | NFS: remove unused nfs4_find_client_no_ident function | Stanislav Kinsbursky | 1 | -27/+0 |
| 2012-01-31 | NFSv4: Replace lock_owner->ld_id with an ida based allocator | Trond Myklebust | 1 | -0/+2 |
| 2012-01-31 | NFSv4: Replace state_owner->so_owner_id with an ida based allocator | Trond Myklebust | 1 | -0/+2 |
| 2012-01-31 | NFS: idmap PipeFS notifier introduced | Stanislav Kinsbursky | 1 | -2/+2 |
| 2012-01-31 | NFS: pass NFS client owner network namespace to RPC client creation routine | Stanislav Kinsbursky | 1 | -1/+1 |
| 2012-01-31 | NFS: make NFS client allocated per network namespace context | Stanislav Kinsbursky | 1 | -3/+13 |