| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 2023-02-22 | 1 | -2/+3 |
|\ |
|
| * | SUNRPC: Use per-CPU counters to tally server RPC counts | Chuck Lever | 2023-02-20 | 1 | -2/+3 |
* | | fs: port ->set_acl() to pass mnt_idmap | Christian Brauner | 2023-01-19 | 1 | -2/+2 |
|/ |
|
* | Merge tag 'nfsd-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 2022-12-12 | 1 | -24/+6 |
|\ |
|
| * | NFSD: Finish converting the NFSv3 GETACL result encoder | Chuck Lever | 2022-11-28 | 1 | -24/+6 |
* | | fs: rename current get acl method | Christian Brauner | 2022-10-20 | 1 | -2/+2 |
* | | fs: pass dentry to set acl method | Christian Brauner | 2022-10-19 | 1 | -2/+2 |
|/ |
|
* | SUNRPC: Parametrize how much of argsize should be zeroed | Chuck Lever | 2022-09-26 | 1 | -0/+3 |
* | NFSD: use (un)lock_inode instead of fh_(un)lock for file operations | NeilBrown | 2022-08-04 | 1 | -2/+2 |
* | SUNRPC: Change return value type of .pc_encode | Chuck Lever | 2021-10-13 | 1 | -9/+9 |
* | SUNRPC: Replace the "__be32 *p" parameter to .pc_encode | Chuck Lever | 2021-10-13 | 1 | -4/+4 |
* | SUNRPC: Change return value type of .pc_decode | Chuck Lever | 2021-10-13 | 1 | -11/+11 |
* | SUNRPC: Replace the "__be32 *p" parameter to .pc_decode | Chuck Lever | 2021-10-13 | 1 | -4/+4 |
* | nfsd: fix NULL dereference in nfs3svc_encode_getaclres | J. Bruce Fields | 2021-07-06 | 1 | -1/+2 |
* | NFSD: Update the NFSv3 SETACL result encoder to use struct xdr_stream | Chuck Lever | 2021-03-22 | 1 | -3/+3 |
* | NFSD: Update the NFSv3 GETACL result encoder to use struct xdr_stream | Chuck Lever | 2021-03-22 | 1 | -14/+19 |
* | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2021-02-23 | 1 | -2/+4 |
|\ |
|
| * | acl: handle idmapped mounts | Christian Brauner | 2021-01-24 | 1 | -2/+4 |
* | | NFSD: Update the NFSv2 SETACL argument decoder to use struct xdr_stream | Chuck Lever | 2021-01-25 | 1 | -18/+13 |
* | | NFSD: Update the NFSv3 GETACL argument decoder to use struct xdr_stream | Chuck Lever | 2021-01-25 | 1 | -5/+6 |
* | | SUNRPC: Make trace_svc_process() display the RPC procedure symbolically | Chuck Lever | 2021-01-25 | 1 | -0/+3 |
|/ |
|
* | NFSD: Add common helpers to decode void args and encode void results | Chuck Lever | 2020-11-30 | 1 | -4/+4 |
* | NFSD: Hoist status code encoding into XDR encoder functions | Chuck Lever | 2020-10-12 | 1 | -4/+5 |
* | NFSD: Remove the RETURN_STATUS() macro | Chuck Lever | 2020-10-02 | 1 | -17/+16 |
* | NFSD: Encoder and decoder functions are always present | Chuck Lever | 2020-10-02 | 1 | -0/+1 |
* | NFSACL: Replace PROC() macro with open code | Chuck Lever | 2020-10-02 | 1 | -20/+29 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | sunrpc: mark all struct svc_version instances as const | Christoph Hellwig | 2017-05-15 | 1 | -7/+7 |
* | sunrpc: mark all struct svc_procinfo instances as const | Christoph Hellwig | 2017-05-15 | 1 | -1/+1 |
* | sunrpc: move pc_count out of struct svc_procinfo | Christoph Hellwig | 2017-05-15 | 1 | -0/+2 |
* | sunrpc: properly type pc_encode callbacks | Christoph Hellwig | 2017-05-15 | 1 | -5/+6 |
* | sunrpc: properly type pc_decode callbacks | Christoph Hellwig | 2017-05-15 | 1 | -5/+6 |
* | sunrpc: properly type pc_release callbacks | Christoph Hellwig | 2017-05-15 | 1 | -4/+4 |
* | sunrpc: properly type pc_func callbacks | Christoph Hellwig | 2017-05-15 | 1 | -7/+8 |
* | nfsd: use named initializers in PROC() | Christoph Hellwig | 2017-05-15 | 1 | -11/+11 |
* | sunrpc: turn bitfield flags in svc_version into bools | Jeff Layton | 2017-02-24 | 1 | -1/+0 |
* | nfsd: check permissions when setting ACLs | Ben Hutchings | 2016-06-24 | 1 | -9/+7 |
* | nfsd: Add macro NFS_ACL_MASK for ACL | Kinglong Mee | 2015-07-20 | 1 | -2/+2 |
* | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 2015-04-15 | 1 | -4/+4 |
* | NFSD: Check acl returned from get_acl/posix_acl_from_mode | Kinglong Mee | 2014-07-11 | 1 | -4/+4 |
* | nfsd: Remove assignments inside conditions | Benoit Taine | 2014-05-22 | 1 | -2/+4 |
* | nfsd: use get_acl and ->set_acl | Christoph Hellwig | 2014-01-26 | 1 | -29/+33 |
* | nfsd4: cleanup: replace rq_resused count by rq_next_page pointer | J. Bruce Fields | 2012-12-17 | 1 | -1/+1 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | nfsd: remove pointless paths in file headers | J. Bruce Fields | 2009-12-15 | 1 | -2/+0 |
* | nfsd: Move private headers to source directory | Boaz Harrosh | 2009-12-14 | 1 | -3/+4 |
* | nfsd: Source files #include cleanups | Boaz Harrosh | 2009-12-14 | 1 | -3/+0 |
* | nfsd: make fs/nfsd/vfs.h for common includes | J. Bruce Fields | 2009-11-13 | 1 | -0/+1 |
* | nfsd: register NFS_ACL with rpcbind | Peter Staubach | 2009-11-04 | 1 | -1/+1 |
* | nfsd: rename MAY_ flags | Miklos Szeredi | 2008-06-23 | 1 | -2/+3 |