1. 590dce2 Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  2. a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
  3. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  4. 8313064c Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  5. 5b5e092 lib/vsprintf.c: remove %Z support by Alexey Dobriyan · 8 years ago
  6. 9340747 fs: add i_blocksize() by Fabian Frederick · 8 years ago
  7. ff7d117 nfsd: Fix display of the version string by Trond Myklebust · 8 years ago
  8. d3635ff nfsd: fix configuration of supported minor versions by Trond Myklebust · 8 years ago
  9. 5283b03 nfs/nfsd/sunrpc: enforce transport requirements for NFSv4 by Jeff Layton · 8 years ago
  10. 05a45a2 sunrpc: turn bitfield flags in svc_version into bools by Jeff Layton · 8 years ago
  11. 4ab495b nfsd: remove superfluous KERN_INFO by Rasmus Villemoes · 8 years ago
  12. b206461 Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  13. 783112f nfsd: special case truncates some more by Christoph Hellwig · 8 years ago
  14. 758e99f nfsd: minor nfsd_setattr cleanup by Christoph Hellwig · 8 years ago
  15. 60709c0 nfsd: merge stable fix into main nfsd branch by J. Bruce Fields · 8 years ago
  16. 7323f0d NFSD: Reserve adequate space for LOCKT operation by Kinglong Mee · 8 years ago
  17. 2282cd2 NFSD: Get response size before operation for all RPCs by Kinglong Mee · 8 years ago
  18. 8274338 nfsd/callback: Drop a useless data copy when comparing sessionid by Kinglong Mee · 8 years ago
  19. e86a40b nfsd/callback: skip the callback tag by Kinglong Mee · 8 years ago
  20. f7d1ddb nfsd/callback: Cleanup callback cred on shutdown by Kinglong Mee · 8 years ago
  21. c3821b3 nfsd/idmap: return nfserr_inval for 0-length names by Kinglong Mee · 8 years ago
  22. 818551e Merge branch 'for-4.11/next' into for-4.11/linus-merge by Jens Axboe · 8 years ago
  23. 0839ffb nfsd: Revert "nfsd: special case truncates some more" by J. Bruce Fields · 8 years ago
  24. b880092 NFSDv4: use export cache flushtime for changeid on V4ROOT objects. by NeilBrown · 8 years ago
  25. aebf526 block: fold cmd_type into the REQ_OP_ space by Christoph Hellwig · 8 years ago
  26. 72148ae block: make scsi_request and scsi ioctl support optional by Christoph Hellwig · 8 years ago
  27. 32ddd94 nfsd: opt in to labeled nfs per export by J. Bruce Fields · 8 years ago
  28. 5cf23db nfsd: constify nfsd_suppatttrs by J. Bruce Fields · 8 years ago
  29. 7b19824 nfsd: initialize sin6_scope_id in nfsd_inet6addr_event() by Scott Mayhew · 8 years ago
  30. 865d50b NFSD: Remove unused value inode in nfsd_vfs_write by Kinglong Mee · 8 years ago
  31. 52e380e NFSD: cleanup dead codes and values in nfsd_write by Kinglong Mee · 8 years ago
  32. 54bbb7d NFSD: pass an integer for stable type to nfsd_vfs_write by Kinglong Mee · 8 years ago
  33. e35659f NFSD: correctly range-check v4.x minor version when setting versions. by NeilBrown · 8 years ago
  34. 41f5335 nfsd: special case truncates some more by Christoph Hellwig · 8 years ago
  35. d19fb70 NFSD: Fix a null reference case in find_or_create_lock_stateid() by Kinglong Mee · 8 years ago
  36. 82ed4db block: split scsi_request out of struct request by Christoph Hellwig · 8 years ago
  37. 377e7a2 Make static usermode helper binaries constant by Greg Kroah-Hartman · 8 years ago
  38. dcd20869 nfsd: fix supported attributes for acl & labels by J. Bruce Fields · 8 years ago
  39. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  40. 231753e Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  41. ff0f962 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  42. 759b265 Merge tag 'nfsd-4.10' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  43. 031a072 vfs: call vfs_clone_file_range() under freeze protection by Amir Goldstein · 8 years ago
  44. 47057ab nfsd: add support for the umask attribute by Andreas Gruenbacher · 9 years ago
  45. fd4a0ed vfs: replace calling i_op->readlink with vfs_readlink() by Miklos Szeredi · 8 years ago
  46. c7d03a0 netns: make struct pernet_operations::id unsigned int by Alexey Dobriyan · 8 years ago
  47. 7ba630f nfsd: constify reply_cache_stats_operations structure by Julia Lawall · 8 years ago
  48. 8838203 nfsd: update workqueue creation by J. Bruce Fields · 8 years ago
  49. e864c18 nfsd: catch errors in decode_fattr earlier by J. Bruce Fields · 8 years ago
  50. 916d2d8 nfsd: clean up supported attribute handling by J. Bruce Fields · 8 years ago
  51. 851238a nfsd: fix error handling for clients that fail to return the layout by Jeff Layton · 8 years ago
  52. 8f97514 nfsd: more robust allocation failure handling in nfsd_reply_cache_init by Jeff Layton · 8 years ago
  53. f46c445 nfsd: Fix general protection fault in release_lock_stateid() by Chuck Lever · 8 years ago
  54. 0cc11a6 nfsd: move blocked lock handling under a dedicated spinlock by Jeff Layton · 8 years ago
  55. 2778556 Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  56. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  57. abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  58. e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
  59. 81243ea cred: simpler, 1D supplementary groups by Alexey Dobriyan · 8 years ago
  60. 29ae7f9 NFSD: Implement the COPY call by Anna Schumaker · 8 years ago
  61. 42e6161 nfsd: handle EUCLEAN by J. Bruce Fields · 8 years ago
  62. ff30f08 nfsd: only WARN once on unmapped errors by J. Bruce Fields · 8 years ago
  63. c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
  64. 7d22fc1 nfsd4: setclientid_confirm with unmatched verifier should fail by J. Bruce Fields · 8 years ago
  65. ebd7c72 nfsd: randomize SETCLIENTID reply to help distinguish servers by J. Bruce Fields · 8 years ago
  66. 19e4c34 nfsd: set the MAY_NOTIFY_LOCK flag in OPEN replies by Jeff Layton · 8 years ago
  67. 7919d0a nfsd: add a LRU list for blocked locks by Jeff Layton · 8 years ago
  68. 76d348f nfsd: have nfsd4_lock use blocking locks for v4.1+ locks by Jeff Layton · 8 years ago
  69. a188620e nfsd: plumb in a CB_NOTIFY_LOCK operation by Jeff Layton · 8 years ago
  70. 1eca45f NFSD: fix corruption in notifier registration by Vasily Averin · 8 years ago
  71. bec782b nfsd: fix dprintk in nfsd4_encode_getdeviceinfo by Jeff Layton · 8 years ago
  72. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  73. 89dfdc9 nfsd: eliminate cb_minorversion field by Jeff Layton · 8 years ago
  74. 1983a66 nfsd: don't set a FL_LAYOUT lease for flexfiles layouts by Jeff Layton · 8 years ago
  75. dd25793 nfsd: don't return an unhashed lock stateid after taking mutex by Jeff Layton · 8 years ago
  76. 4269139 nfsd: Fix race between FREE_STATEID and LOCK by Chuck Lever · 8 years ago
  77. 502aa0a nfsd: fix dentry refcounting on create by Josef Bacik · 8 years ago
  78. a71e360 Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  79. 2b11885 nfsd: remove some dead code in nfsd_create_locked() by Dan Carpenter · 8 years ago
  80. fa08139 nfsd: drop unnecessary MAY_EXEC check from create by J. Bruce Fields · 8 years ago
  81. 71423274 nfsd: clean up bad-type check in nfsd_create_locked by J. Bruce Fields · 8 years ago
  82. d03d9fe nfsd: remove unnecessary positive-dentry check by J. Bruce Fields · 8 years ago
  83. b44061d nfsd: reorganize nfsd_create by J. Bruce Fields · 8 years ago
  84. e75b23f nfsd: check d_can_lookup in fh_verify of directories by J. Bruce Fields · 8 years ago
  85. 12391d0 nfsd: remove redundant zero-length check from create by J. Bruce Fields · 8 years ago
  86. 7eed34f nfsd: Make creates return EEXIST instead of EACCES by Oleg Drokin · 8 years ago
  87. a867d73 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  88. 6784725 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  89. 0e6acf0 Merge tag 'xfs-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 8 years ago
  90. 8a4c392 nfsd: allow nfsd to advertise multiple layout types by Jeff Layton · 8 years ago
  91. 8858481 nfsd: Close race between nfsd4_release_lockowner and nfsd4_lock by Chuck Lever · 8 years ago
  92. dd51db1 nfsd/blocklayout: Make sure calculate signature/designator length aligned by Kinglong Mee · 8 years ago
  93. 15d66ac xfs: abstract block export operations from nfsd layouts by Benjamin Coddington · 8 years ago
  94. d28c442 nfsd: Fix some indent inconsistancy by Christophe JAILLET · 8 years ago
  95. 93f580a nfsd: Correct a comment for NFSD_MAY_ defines location by Oleg Drokin · 8 years ago
  96. 9b9960a nfsd: Add a super simple flex file server by Tom Haynes · 8 years ago
  97. d7c920d nfsd: flex file device id encoding will need the server address by Tom Haynes · 8 years ago
  98. ed94164 nfsd: implement machine credential support for some operations by Andrew Elble · 8 years ago
  99. dedeb13 nfsd: allow mach_creds_match to be used more broadly by Andrew Elble · 8 years ago
  100. b223f4e2 Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into work.misc by Al Viro · 8 years ago