| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'nfsd-4.7' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2016-05-24 | 1 | -1/+1 |
|\ |
|
| * | svcrdma: Do not add XDR padding to xdr_buf page vector | Chuck Lever | 2016-05-13 | 1 | -1/+1 |
* | | don't bother with ->d_inode->i_sb - it's always equal to ->d_sb | Al Viro | 2016-04-10 | 1 | -1/+1 |
|/ |
|
* | nfsd: don't hold i_mutex over userspace upcalls | NeilBrown | 2016-01-09 | 1 | -1/+1 |
* | nfsd: switch unsigned char flags in svc_fh to bools | Jeff Layton | 2015-10-12 | 1 | -2/+2 |
* | nfsd: stop READDIRPLUS returning inconsistent attributes | NeilBrown | 2015-05-07 | 1 | -5/+7 |
* | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 2015-04-15 | 1 | -8/+8 |
* | NFSD: Using min/max/min_t/max_t for calculate | Kinglong Mee | 2014-06-23 | 1 | -22/+8 |
* | nfsd: Remove assignments inside conditions | Benoit Taine | 2014-05-22 | 1 | -9/+18 |
* | nfsd: fix encode_entryplus_baggage stack usage | J. Bruce Fields | 2014-01-23 | 1 | -6/+6 |
* | nfsd: don't return high mode bits | Albert Fluegel | 2013-12-10 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-26 | 1 | -5/+5 |
|\ |
|
| * | switch vfs_getattr() to struct path | Al Viro | 2013-02-26 | 1 | -5/+5 |
* | | nfsd: Convert nfs3xdr to use kuids and kgids | Eric W. Biederman | 2013-02-13 | 1 | -6/+8 |
* | | nfsd: Remove nfsd_luid, nfsd_lgid, nfsd_ruid and nfsd_rgid | Eric W. Biederman | 2013-02-13 | 1 | -2/+2 |
|/ |
|
* | nfsd4: cleanup: replace rq_resused count by rq_next_page pointer | J. Bruce Fields | 2012-12-17 | 1 | -17/+16 |
* | nfsd: make NFSd service boot time per-net | Stanislav Kinsbursky | 2012-12-10 | 1 | -4/+10 |
* | nfsd: fix compose_entry_fh() failure exits | Al Viro | 2012-04-13 | 1 | -14/+8 |
* | Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2011-05-29 | 1 | -1/+1 |
|\ |
|
| * | nfsd: make local functions static | Daniel Mack | 2011-05-18 | 1 | -1/+1 |
* | | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
|/ |
|
* | nfsd: Fix possible BUG_ON firing in set_change_info | Neil Brown | 2010-12-08 | 1 | -2/+4 |
* | 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 | -1/+1 |
* | nfsd: Source files #include cleanups | Boaz Harrosh | 2009-12-14 | 1 | -11/+0 |
* | Fix memory corruption caused by nfsd readdir+ | Petr Vandrovec | 2009-11-14 | 1 | -1/+1 |
* | nfsd: fix leak on error in nfsv3 readdir | J. Bruce Fields | 2009-09-04 | 1 | -2/+3 |
* | nfsd: clean up readdirplus encoding | J. Bruce Fields | 2009-09-04 | 1 | -38/+34 |
* | nfsd: support ext4 i_version | J. Bruce Fields | 2009-04-29 | 1 | -0/+1 |
* | Use struct path in struct svc_export | Jan Blunck | 2008-02-14 | 1 | -2/+2 |
* | nfsd: fix encode_entryplus_baggage() indentation | J. Bruce Fields | 2008-02-01 | 1 | -5/+5 |
* | nfsd: move nfsd/auth.h into fs/nfsd | J. Bruce Fields | 2008-02-01 | 1 | -0/+1 |
* | NFSD: Fix mixed sign comparison in nfs3svc_decode_symlinkargs | Chuck Lever | 2008-02-01 | 1 | -3/+3 |
* | NFSD: Use unsigned length argument for decode_filename | Chuck Lever | 2008-02-01 | 1 | -2/+2 |
* | knfsd: Allow NFSv2/3 WRITE calls to succeed when krb5i etc is used. | NeilBrown | 2008-01-13 | 1 | -1/+4 |
* | knfsd: 64 bit ino support for NFS server | Peter Staubach | 2007-10-09 | 1 | -32/+27 |
* | knfsd: various nfsd xdr cleanups | NeilBrown | 2007-05-09 | 1 | -35/+20 |
* | The NFSv2/NFSv3 server does not handle zero length WRITE requests correctly | Peter Staubach | 2007-05-09 | 1 | -10/+38 |
* | [PATCH] knfsd: allow nfsd READDIR to return 64bit cookies | NeilBrown | 2007-03-27 | 1 | -3/+3 |
* | [PATCH] knfsd: add some new fsid types | NeilBrown | 2007-02-14 | 1 | -8/+23 |
* | [PATCH] knfsd: Fix type mismatch with filldir_t used by nfsd | NeilBrown | 2007-01-26 | 1 | -4/+5 |
* | [PATCH] remove NFSD_OPTIMIZE_SPACE | Adrian Bunk | 2006-12-07 | 1 | -14/+10 |
* | [PATCH] xdr annotations: NFSv3 server | Al Viro | 2006-10-20 | 1 | -63/+63 |
* | [PATCH] knfsd: Prepare knfsd for support of rsize/wsize of up to 1MB, over TCP | Greg Banks | 2006-10-04 | 1 | -5/+8 |
* | [PATCH] knfsd: Avoid excess stack usage in svc_tcp_recvfrom | NeilBrown | 2006-10-04 | 1 | -11/+11 |
* | [PATCH] knfsd: Replace two page lists in struct svc_rqst with one | NeilBrown | 2006-10-04 | 1 | -14/+9 |
* | [PATCH] knfsd: check error status from vfs_getattr and i_op->fsync | David Shaw | 2006-01-06 | 1 | -22/+25 |
* | [PATCH] knfsd: Fix some minor sign problems in nfsd/xdr | NeilBrown | 2005-11-07 | 1 | -1/+2 |
* | [PATCH] NFSD: Add server support for NFSv3 ACLs. | Andreas Gruenbacher | 2005-06-22 | 1 | -0/+13 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-16 | 1 | -0/+1092 |