aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-9/+4
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-4/+0
2016-07-27Merge tag 'xfs-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds2-0/+2
2016-06-30Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into work.miscAl Viro7-76/+65
2016-06-24nfsd: check permissions when setting ACLsBen Hutchings3-27/+25
2016-06-23vfs: Pass data, ns, and ns->userns to mount_nsEric W. Biederman1-9/+4
2016-06-21fs: move struct iomap from exportfs.h to a separate headerChristoph Hellwig2-0/+2
2016-06-15nfsd: Make init_open_stateid() a bit more wholeOleg Drokin1-15/+12
2016-06-15nfsd: Extend the mutex holding region around in nfsd4_process_open2()Oleg Drokin1-3/+13
2016-06-15nfsd: Always lock state exclusively.Oleg Drokin2-21/+21
2016-06-15nfsd4/rpc: move backchannel create logic into rpc codeJ. Bruce Fields1-17/+1
2016-06-14nfsd: Fix NFSD_MDS_PR_KEY on 32-bit by adding ULL postfixGeert Uytterhoeven1-1/+1
2016-05-29drop redundant ->owner initializationsAl Viro2-4/+0
2016-05-24Merge tag 'nfsd-4.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-9/+8
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-11/+7
2016-05-13svcrdma: Do not add XDR padding to xdr_buf page vectorChuck Lever1-1/+1
2016-05-13nfsd: handle seqid wraparound in nfsd4_preprocess_layout_stateidJeff Layton3-8/+7
2016-05-01nfsd: use RWF_SYNCChristoph Hellwig1-11/+7
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro3-4/+4
2016-03-24Merge tag 'nfsd-4.6-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds11-64/+439
2016-03-24Merge tag 'nfsd-4.6' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-20/+28
2016-03-23nfsd: use short read as well as i_size to set eofBenjamin Coddington3-7/+30
2016-03-22nfsd: better layoutupdate bounds-checkingJ. Bruce Fields1-4/+8
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2016-03-18nfsd: block and scsi layout drivers need to depend on CONFIG_BLOCKChristoph Hellwig1-2/+2
2016-03-18nfsd: add SCSI layout supportChristoph Hellwig8-7/+333
2016-03-18nfsd: move some blocklayout codeChristoph Hellwig1-40/+50
2016-03-18nfsd: add a new config option for the block layout driverChristoph Hellwig4-5/+17
2016-03-17nfsd: recover: fix memory leakSudip Mukherjee1-0/+1
2016-03-16nfsd: fix deadlock secinfo+readdir compoundJ. Bruce Fields1-0/+1
2016-03-04vfs: pass a flags argument to vfs_readv/vfs_writevChristoph Hellwig1-2/+2
2016-03-02nfsd4: resfh unused in nfsd4_secinfoJ. Bruce Fields1-2/+0
2016-03-01nfsd: Lower NFSv4.1 callback message size limitChuck Lever1-8/+13
2016-03-01nfsd: Update NFS server comments related to RDMA supportChuck Lever2-4/+3
2016-03-01nfsd: Fix a memory leak when meeting unsupported state_protect_how4Kinglong Mee1-1/+2
2016-03-01nfsd4: fix bad bounds checkingJ. Bruce Fields1-5/+8
2016-01-27nfsd: Use shashHerbert Xu1-11/+17
2016-01-22wrappers for ->i_mutex accessAl Viro4-12/+12
2016-01-15Merge tag 'nfsd-4.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds11-42/+236
2016-01-14nfsd: add new io class tracepointJeff Layton3-0/+79
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-19/+14
2016-01-12Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds7-12/+101
2016-01-09nfsd: don't hold i_mutex over userspace upcallsNeilBrown3-19/+14
2016-01-08nfsd: give up on CB_LAYOUTRECALLs after two lease periodsJeff Layton1-10/+25
2016-01-07nfsd: Fix nfsd leaks sunrpc module referencesKinglong Mee1-4/+3
2016-01-07lockd: constify nlmsvc_binding structureJulia Lawall1-1/+1
2016-01-07nfsd: use to_delayed_workGeliang Tang1-2/+1
2015-12-23nfsd: Register callbacks on the inetaddr_chain and inet6addr_chainScott Mayhew1-0/+68
2015-12-23nfsd: don't base cl_cb_status on stale informationJ. Bruce Fields1-0/+4
2015-12-16nfsd: don't hold ls_mutex across a layout recallJeff Layton1-1/+1