summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-02-221-2/+4
|\
| * Make static usermode helper binaries constantGreg Kroah-Hartman2017-01-191-2/+4
* | Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-172-8/+12
|\ \
| * | block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-311-1/+1
| * | block: make scsi_request and scsi ioctl support optionalChristoph Hellwig2017-01-311-0/+1
| * | block: split scsi_request out of struct requestChristoph Hellwig2017-01-271-7/+10
* | | nfsd: Revert "nfsd: special case truncates some more"J. Bruce Fields2017-02-091-37/+60
* | | nfsd: special case truncates some moreChristoph Hellwig2017-01-311-60/+37
* | | NFSD: Fix a null reference case in find_or_create_lock_stateid()Kinglong Mee2017-01-313-15/+13
|/ /
* / nfsd: fix supported attributes for acl & labelsJ. Bruce Fields2017-01-121-1/+3
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-242-2/+2
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-172-8/+6
|\
| * vfs: replace calling i_op->readlink with vfs_readlink()Miklos Szeredi2016-12-092-8/+6
* | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-12-161-2/+1
|\ \
| * | vfs: call vfs_clone_file_range() under freeze protectionAmir Goldstein2016-12-161-2/+1
| |/
* | Merge tag 'nfsd-4.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-12-168-85/+103
|\ \
| * | nfsd: add support for the umask attributeAndreas Gruenbacher2016-12-154-9/+33
| * | nfsd: constify reply_cache_stats_operations structureJulia Lawall2016-11-141-1/+1
| * | nfsd: update workqueue creationJ. Bruce Fields2016-11-141-1/+1
| * | nfsd: catch errors in decode_fattr earlierJ. Bruce Fields2016-11-012-7/+14
| * | nfsd: clean up supported attribute handlingJ. Bruce Fields2016-11-013-60/+42
| * | nfsd: fix error handling for clients that fail to return the layoutJeff Layton2016-11-011-4/+4
| * | nfsd: more robust allocation failure handling in nfsd_reply_cache_initJeff Layton2016-11-011-3/+8
| |/
* / netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-182-2/+2
|/
* nfsd: Fix general protection fault in release_lock_stateid()Chuck Lever2016-11-011-6/+4
* nfsd: move blocked lock handling under a dedicated spinlockJeff Layton2016-10-242-13/+20
* Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-10-1316-49/+511
|\
| * NFSD: Implement the COPY callAnna Schumaker2016-10-075-13/+181
| * nfsd: handle EUCLEANJ. Bruce Fields2016-10-071-0/+1
| * nfsd: only WARN once on unmapped errorsJ. Bruce Fields2016-10-071-1/+1
| * nfsd4: setclientid_confirm with unmatched verifier should failJ. Bruce Fields2016-09-261-2/+3
| * nfsd: randomize SETCLIENTID reply to help distinguish serversJ. Bruce Fields2016-09-261-0/+2
| * nfsd: set the MAY_NOTIFY_LOCK flag in OPEN repliesJeff Layton2016-09-261-2/+4
| * nfsd: add a LRU list for blocked locksJeff Layton2016-09-263-0/+65
| * nfsd: have nfsd4_lock use blocking locks for v4.1+ locksJeff Layton2016-09-262-20/+156
| * nfsd: plumb in a CB_NOTIFY_LOCK operationJeff Layton2016-09-263-0/+73
| * NFSD: fix corruption in notifier registrationVasily Averin2016-09-261-4/+14
| * nfsd: fix dprintk in nfsd4_encode_getdeviceinfoJeff Layton2016-09-231-1/+1
| * nfsd: eliminate cb_minorversion fieldJeff Layton2016-09-162-5/+3
| * nfsd: don't set a FL_LAYOUT lease for flexfiles layoutsJeff Layton2016-09-163-1/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\ \
| * | fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-271-1/+1
| |/
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-5/+3
|\ \
| * \ Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-081-5/+3
| |\ \ | | |/ | |/|
| | * fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-5/+3
* | | cred: simpler, 1D supplementary groupsAlexey Dobriyan2016-10-072-4/+4
|/ /
* | nfsd: don't return an unhashed lock stateid after taking mutexJeff Layton2016-08-121-5/+20
* | nfsd: Fix race between FREE_STATEID and LOCKChuck Lever2016-08-111-12/+28
* | nfsd: fix dentry refcounting on createJosef Bacik2016-08-111-3/+6
|/
* Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-08-0422-180/+565
|\