1. 5d6031c nfsd4: zero op arguments beyond the 8th compound op by J. Bruce Fields · 10 years ago
  2. ae4b884 nfsd: silence sparse warning about accessing credentials by Jeff Layton · 10 years ago
  3. b0fc29d nfsd: Ensure stateids remain unique until they are freed by Trond Myklebust · 10 years ago
  4. d564fbe nfsd: nfs4_alloc_init_lease should take a nfs4_file arg by Jeff Layton · 10 years ago
  5. 02e1215 nfsd: Avoid taking state_lock while holding inode lock in nfsd_break_one_deleg by Jeff Layton · 10 years ago
  6. e8051c8 nfsd: eliminate nfsd4_init_callback by Jeff Layton · 10 years ago
  7. d5d5c30 NFSD: Fix bad checking of space for padding in splice read by Kinglong Mee · 10 years ago
  8. 35e634b NFSD: Check acl returned from get_acl/posix_acl_from_mode by Kinglong Mee · 10 years ago
  9. 2559429 svcrdma: send_write() must not overflow the device's max sge by Steve Wise · 10 years ago
  10. a46cb7f nfsd: cleanup and rename nfs4_check_open by Jeff Layton · 10 years ago
  11. baeb4ff nfsd: make deny mode enforcement more efficient and close races in it by Jeff Layton · 10 years ago
  12. 7214e86 nfsd: always hold the fi_lock when bumping fi_access refcounts by Jeff Layton · 10 years ago
  13. 3b84240 nfsd: clean up reset_union_bmap_deny by Jeff Layton · 10 years ago
  14. 6eb3a1d nfsd: set stateid access and deny bits in nfs4_get_vfs_file by Jeff Layton · 10 years ago
  15. c11c591 nfsd: shrink st_access_bmap and st_deny_bmap by Jeff Layton · 10 years ago
  16. 6d338b5 nfsd: remove nfs4_file_put_fd by Jeff Layton · 10 years ago
  17. 1265965 nfsd: refactor nfs4_file_get_access and nfs4_file_put_access by Jeff Layton · 10 years ago
  18. e20fcf1 nfsd: clean up helper __release_lock_stateid by Trond Myklebust · 10 years ago
  19. de18643 nfsd: Add locking to the nfs4_file->fi_fds[] array by Trond Myklebust · 10 years ago
  20. 1d31a25 nfsd: Add fine grained protection for the nfs4_file->fi_stateids list by Trond Myklebust · 10 years ago
  21. d6c249b nfsd: reduce some spinlocking in put_client_renew by Jeff Layton · 10 years ago
  22. dff1399 nfsd: close potential race between delegation break and laundromat by Jeff Layton · 10 years ago
  23. 01529e3 NFSD: Fix memory leak in encoding denied lock by Kinglong Mee · 10 years ago
  24. 0fe492d nfsd: Convert nfs4_check_open_reclaim() to work with lookup_clientid() by Trond Myklebust · 10 years ago
  25. 2d91e89 nfsd: Always use lookup_clientid() in nfsd4_process_open1 by Trond Myklebust · 10 years ago
  26. 13d6f66 nfsd: Convert nfsd4_process_open1() to work with lookup_clientid() by Trond Myklebust · 10 years ago
  27. 4b24ca7 nfsd: Allow struct nfsd4_compound_state to cache the nfs4_client by Jeff Layton · 10 years ago
  28. 62814d6 nfsd: add a nfserrno mapping for -E2BIG to nfserr_fbig by Jeff Layton · 10 years ago
  29. 722b620 nfsd: properly convert return from commit_metadata to __be32 by Jeff Layton · 10 years ago
  30. 2dd6e45 nfsd: Cleanup - Let nfsd4_lookup_stateid() take a cstate argument by Trond Myklebust · 10 years ago
  31. d4e19e70 nfsd: Don't get a session reference without a client reference by Trond Myklebust · 10 years ago
  32. fd44907 nfsd: clean up nfsd4_release_lockowner by Jeff Layton · 10 years ago
  33. b3c32bc nfsd: NFSv4 lock-owners are not associated to a specific file by Trond Myklebust · 10 years ago
  34. c53530d nfsd: Allow lockowners to hold several stateids by Jeff Layton · 10 years ago
  35. 3c87b9b nfsd: lock owners are not per open stateid by Trond Myklebust · 10 years ago
  36. acf9295 nfsd: clean up nfsd4_close_open_stateid by Trond Myklebust · 10 years ago
  37. db24b3b nfsd: declare v4.1+ openowners confirmed on creation by Jeff Layton · 10 years ago
  38. b607664 nfsd: Cleanup nfs4svc_encode_compoundres by Trond Myklebust · 10 years ago
  39. e17f99b nfsd: nfs4_preprocess_seqid_op should only set *stpp on success by Trond Myklebust · 10 years ago
  40. 5b8db00 nfsd: add a new /proc/fs/nfsd/max_connections file by Jeff Layton · 10 years ago
  41. 0f3a24b nfsd: Ensure that nfsd_create_setattr commits files to stable storage by Trond Myklebust · 10 years ago
  42. 1e444f5 NFSD: Remove iattr parameter from nfsd_symlink() by Kinglong Mee · 10 years ago
  43. 950e011 nfsd: Protect addition to the file_hashtbl by Trond Myklebust · 10 years ago
  44. 7e6a72e nfsd: fix file access refcount leak when nfsd4_truncate fails by Christoph Hellwig · 10 years ago
  45. 1055414 NFSD: Avoid warning message when compile at i686 arch by Kinglong Mee · 10 years ago
  46. d5e2338 nfsd4: replace defer_free by svcxdr_tmpalloc by J. Bruce Fields · 10 years ago
  47. bcaab95 nfsd4: remove nfs4_acl_new by J. Bruce Fields · 10 years ago
  48. 29c353b nfsd4: define svcxdr_dupstr to share some common code by J. Bruce Fields · 10 years ago
  49. ce043ac nfsd4: remove unused defer_free argument by J. Bruce Fields · 10 years ago
  50. 7fb8430 nfsd4: rename cr_linkname->cr_data by J. Bruce Fields · 10 years ago
  51. 52ee043 nfsd: let nfsd_symlink assume null-terminated data by J. Bruce Fields · 10 years ago
  52. 0aeae33 nfsd: make NFSv2 null terminate symlink data by J. Bruce Fields · 10 years ago
  53. b829e91 nfsd: fix rare symlink decoding bug by J. Bruce Fields · 10 years ago
  54. d4c8e34 nfsd: properly handle embedded newlines in fault_injection input by Jeff Layton · 10 years ago
  55. f7ce5d2 nfsd: fix return of nfs4_acl_write_who by Jeff Layton · 10 years ago
  56. 94ec938 nfsd: add appropriate __force directives to filehandle generation code by Jeff Layton · 10 years ago
  57. e2afc81 nfsd: nfsd_splice_read and nfsd_readv should return __be32 by Jeff Layton · 10 years ago
  58. b3d8d12 nfsd: clean up sparse endianness warnings in nfscache.c by Jeff Layton · 10 years ago
  59. f419992 nfsd: add __force to opaque verifier field casts by Jeff Layton · 10 years ago
  60. bf18f16 NFSD: Using exp_get for export getting by Kinglong Mee · 10 years ago
  61. 0da22a9 NFSD: Using path_get when assigning path for export by Kinglong Mee · 10 years ago
  62. f15a5cf SUNRPC/NFSD: Change to type of bool for rq_usedeferral and rq_splice_ok by Kinglong Mee · 10 years ago
  63. 3c7aa15 NFSD: Using min/max/min_t/max_t for calculate by Kinglong Mee · 10 years ago
  64. a497c3b Linux 3.16-rc2 by Linus Torvalds · 10 years ago
  65. 8f5d270 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 10 years ago
  66. 2dfded8 Merge tag 'locks-v3.16-2' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  67. 532f513 Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  68. e13d100 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  69. 147f140 Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  70. 401c58f Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  71. 7b08d61 Merge branch 'locking-urgent-for-linus.patch' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  72. 7a8e9c8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  73. f1b35b8 Merge tag 'for-linus' of git://github.com/gxt/linux by Linus Torvalds · 10 years ago
  74. 60761c1 Merge tag 'char-misc-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
  75. e6934ab Merge tag 'staging-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 10 years ago
  76. c3cb500 Merge tag 'tty-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago
  77. 564fbee Merge tag 'usb-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
  78. 73b35d0 MAINTAINERS: add entry for VMware Balloon driver by Dmitry Torokhov · 10 years ago
  79. 3c8fb50 Merge tag 'pm+acpi-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  80. 4ef6107 Merge tag 'sound-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 10 years ago
  81. 0c9bc27 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  82. f1d7024 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  83. 58c72f9 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  84. 37014f5 w1: mxc_w1: Fix incorrect "presence" status by Alexander Shiyan · 10 years ago
  85. c026a3f imx-drm: parallel-display: Fix DPMS default state. by Denis Carikli · 10 years ago
  86. b28e7d5 staging: android: timed_output: fix use after free of dev by Yi Zhang · 10 years ago
  87. d670878 unicore32: Remove ARCH_HAS_CPUFREQ config option by Stephen Boyd · 10 years ago
  88. ceebf4d UniCore32: Change git tree location information in MAINTAINERS by Guan Xuetao · 10 years ago
  89. 92543fd arch: unicore32: ksyms: export '__cpuc_coherent_kern_range' to avoid compiling failure by Chen Gang · 10 years ago
  90. 3420d49 arch: unicore32: ksyms: export 'pm_power_off' to avoid compiling failure. by Chen Gang · 10 years ago
  91. 40ad2a6 arch: unicore32: ksyms: export additional find_first_*() to avoid compiling failure by Chen Gang · 10 years ago
  92. 8a01659 arch:unicore32:mm: add devmem_is_allowed() to support STRICT_DEVMEM by Chen Gang · 10 years ago
  93. aaad618 unicore32: include: asm: add missing ')' for PAGE_* macros in pgtable.h by Chen Gang · 10 years ago
  94. f80561e arch/unicore32/kernel/setup.c: add generic 'screen_info' to avoid compiling failure by Chen Gang · 10 years ago
  95. 8902b10 drivers: scsi: mvsas: fix compiling issue by adding 'MVS_' for "enum pci_interrupt_cause" by Chen Gang · 10 years ago
  96. 8065042 arch: unicore32: kernel: ksyms: remove 'bswapsi2' and 'muldi3' to avoid compiling failure by Chen Gang · 10 years ago
  97. 5a5ffc9 arch/unicore32/kernel/ksyms.c: remove 2 export symbols to avoid compiling failure by Chen Gang · 10 years ago
  98. 73fa540 drivers/rtc/rtc-puv3.c: remove "&dev->" for typo issue MIME-Version: 1.0 by Chen Gang · 10 years ago
  99. c863810 drivers/rtc/rtc-puv3.c: use dev_dbg() instead of dev_debug() for typo issue by Chen Gang · 10 years ago
  100. 312c6df arch/unicore32/include/asm/io.h: add readl_relaxed() generic definition by Chen Gang · 10 years ago