| Commit message (Expand) | Author | Age | Files | Lines |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -1/+1 |
* | Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2017-02-28 | 16 | -143/+235 |
|\ |
|
| * | nfsd: Fix display of the version string | Trond Myklebust | 2017-02-27 | 1 | -30/+26 |
| * | nfsd: fix configuration of supported minor versions | Trond Myklebust | 2017-02-27 | 2 | -8/+22 |
| * | nfs/nfsd/sunrpc: enforce transport requirements for NFSv4 | Jeff Layton | 2017-02-24 | 1 | -6/+7 |
| * | sunrpc: turn bitfield flags in svc_version into bools | Jeff Layton | 2017-02-24 | 3 | -3/+1 |
| * | nfsd: remove superfluous KERN_INFO | Rasmus Villemoes | 2017-02-24 | 1 | -1/+1 |
| * | nfsd: special case truncates some more | Christoph Hellwig | 2017-02-21 | 1 | -6/+26 |
| * | nfsd: minor nfsd_setattr cleanup | Christoph Hellwig | 2017-02-20 | 1 | -17/+12 |
| * | nfsd: merge stable fix into main nfsd branch | J. Bruce Fields | 2017-02-20 | 1 | -37/+60 |
| |\ |
|
| * | | NFSD: Reserve adequate space for LOCKT operation | Kinglong Mee | 2017-02-17 | 1 | -5/+5 |
| * | | NFSD: Get response size before operation for all RPCs | Kinglong Mee | 2017-02-17 | 1 | -6/+63 |
| * | | nfsd/callback: Drop a useless data copy when comparing sessionid | Kinglong Mee | 2017-02-17 | 1 | -7/+3 |
| * | | nfsd/callback: skip the callback tag | Kinglong Mee | 2017-02-17 | 1 | -0/+1 |
| * | | nfsd/callback: Cleanup callback cred on shutdown | Kinglong Mee | 2017-02-17 | 3 | -4/+15 |
| * | | nfsd/idmap: return nfserr_inval for 0-length names | Kinglong Mee | 2017-02-17 | 1 | -0/+8 |
| * | | NFSDv4: use export cache flushtime for changeid on V4ROOT objects. | NeilBrown | 2017-02-06 | 1 | -3/+7 |
| * | | nfsd: opt in to labeled nfs per export | J. Bruce Fields | 2017-01-31 | 3 | -1/+9 |
| * | | nfsd: constify nfsd_suppatttrs | J. Bruce Fields | 2017-01-31 | 2 | -4/+4 |
| * | | nfsd: initialize sin6_scope_id in nfsd_inet6addr_event() | Scott Mayhew | 2017-01-31 | 1 | -0/+2 |
| * | | NFSD: Remove unused value inode in nfsd_vfs_write | Kinglong Mee | 2017-01-31 | 1 | -4/+1 |
| * | | NFSD: cleanup dead codes and values in nfsd_write | Kinglong Mee | 2017-01-31 | 4 | -36/+18 |
| * | | NFSD: pass an integer for stable type to nfsd_vfs_write | Kinglong Mee | 2017-01-31 | 6 | -13/+11 |
| * | | NFSD: correctly range-check v4.x minor version when setting versions. | NeilBrown | 2017-01-31 | 1 | -3/+7 |
* | | | lib/vsprintf.c: remove %Z support | Alexey Dobriyan | 2017-02-27 | 1 | -1/+1 |
* | | | fs: add i_blocksize() | Fabian Frederick | 2017-02-27 | 1 | -3/+3 |
* | | | Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2017-02-22 | 1 | -2/+4 |
|\ \ \ |
|
| * | | | Make static usermode helper binaries constant | Greg Kroah-Hartman | 2017-01-19 | 1 | -2/+4 |
* | | | | Merge branch 'for-4.11/next' into for-4.11/linus-merge | Jens Axboe | 2017-02-17 | 2 | -8/+12 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | block: fold cmd_type into the REQ_OP_ space | Christoph Hellwig | 2017-01-31 | 1 | -1/+1 |
| * | | | block: make scsi_request and scsi ioctl support optional | Christoph Hellwig | 2017-01-31 | 1 | -0/+1 |
| * | | | block: split scsi_request out of struct request | Christoph Hellwig | 2017-01-27 | 1 | -7/+10 |
* | | | | nfsd: Revert "nfsd: special case truncates some more" | J. Bruce Fields | 2017-02-09 | 1 | -37/+60 |
| |_|/
|/| | |
|
* | | | nfsd: special case truncates some more | Christoph Hellwig | 2017-01-31 | 1 | -60/+37 |
* | | | NFSD: Fix a null reference case in find_or_create_lock_stateid() | Kinglong Mee | 2017-01-31 | 3 | -15/+13 |
|/ / |
|
* | | nfsd: fix supported attributes for acl & labels | J. Bruce Fields | 2017-01-12 | 1 | -1/+3 |
|/ |
|
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 2 | -2/+2 |
* | Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/... | Linus Torvalds | 2016-12-17 | 2 | -8/+6 |
|\ |
|
| * | vfs: replace calling i_op->readlink with vfs_readlink() | Miklos Szeredi | 2016-12-09 | 2 | -8/+6 |
* | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2016-12-16 | 1 | -2/+1 |
|\ \ |
|
| * | | vfs: call vfs_clone_file_range() under freeze protection | Amir Goldstein | 2016-12-16 | 1 | -2/+1 |
| |/ |
|
* | | Merge tag 'nfsd-4.10' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2016-12-16 | 8 | -85/+103 |
|\ \ |
|
| * | | nfsd: add support for the umask attribute | Andreas Gruenbacher | 2016-12-15 | 4 | -9/+33 |
| * | | nfsd: constify reply_cache_stats_operations structure | Julia Lawall | 2016-11-14 | 1 | -1/+1 |
| * | | nfsd: update workqueue creation | J. Bruce Fields | 2016-11-14 | 1 | -1/+1 |
| * | | nfsd: catch errors in decode_fattr earlier | J. Bruce Fields | 2016-11-01 | 2 | -7/+14 |
| * | | nfsd: clean up supported attribute handling | J. Bruce Fields | 2016-11-01 | 3 | -60/+42 |
| * | | nfsd: fix error handling for clients that fail to return the layout | Jeff Layton | 2016-11-01 | 1 | -4/+4 |
| * | | nfsd: more robust allocation failure handling in nfsd_reply_cache_init | Jeff Layton | 2016-11-01 | 1 | -3/+8 |
| |/ |
|
* | | netns: make struct pernet_operations::id unsigned int | Alexey Dobriyan | 2016-11-18 | 2 | -2/+2 |
|/ |
|