1. 56edc86 nfsd: fix compiler warning about ambiguous types in nfsd_cache_csum by Jeff Layton · 12 years ago
  2. f25cc71 lockd: nlmclnt_reclaim(): avoid stack overflow by Tim Gardner · 12 years ago
  3. deb4534 nfsd: enable NFSv4 state in containers by Stanislav Kinsbursky · 12 years ago
  4. 71a5030 nfsd: disable usermode helper client tracker in container by Stanislav Kinsbursky · 12 years ago
  5. 96d851c nfsd: use proper net while reading "exports" file by Stanislav Kinsbursky · 12 years ago
  6. 11f7794 nfsd: containerize NFSd filesystem by Stanislav Kinsbursky · 12 years ago
  7. 1ac8362 nfsd: fix comments on nfsd_cache_lookup by Jeff Layton · 12 years ago
  8. 21cd125 SUNRPC: remove "cache_request" argument in sunrpc_cache_pipe_upcall() function by Stanislav Kinsbursky · 12 years ago
  9. 2d43833 SUNRPC: rework cache upcall logic by Stanislav Kinsbursky · 12 years ago
  10. 73fb847 SUNRPC: introduce cache_detail->cache_request callback by Stanislav Kinsbursky · 12 years ago
  11. 462b8f6 NFS: simplify and clean cache library by Stanislav Kinsbursky · 12 years ago
  12. 483479c NFS: use SUNRPC cache creation and destruction helper for DNS cache by Stanislav Kinsbursky · 12 years ago
  13. e56a316 nfsd4: free_stid can be static by Fengguang Wu · 12 years ago
  14. 01a7dec nfsd: keep a checksum of the first 256 bytes of request by Jeff Layton · 12 years ago
  15. 5976687 sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to addr.h by Jeff Layton · 12 years ago
  16. 3abdb60 nfsd4: simplify idr allocation by J. Bruce Fields · 12 years ago
  17. 2d32b29 nfsd: Fix memleak by majianpeng · 12 years ago
  18. b4e7f2c nfsd: register a shrinker for DRC cache entries by Jeff Layton · 12 years ago
  19. aca8a23 nfsd: add recurring workqueue job to clean the cache by Jeff Layton · 12 years ago
  20. 2c6b691 nfsd: when updating an entry with RC_NOCACHE, just free it by Jeff Layton · 12 years ago
  21. 13cc8a7 nfsd: remove the cache_disabled flag by Jeff Layton · 12 years ago
  22. 0338dd1 nfsd: dynamically allocate DRC entries by Jeff Layton · 12 years ago
  23. 0ee0bf7 nfsd: track the number of DRC entries in the cache by Jeff Layton · 12 years ago
  24. 56c2548 nfsd: always move DRC entries to the end of LRU list when updating timestamp by Jeff Layton · 12 years ago
  25. 2eeb9b2 nfsd: initialize the exp->ex_uuid field in svc_export_init by Jeff Layton · 12 years ago
  26. a4a3ec3 nfsd: break out hashtable search into separate function by Jeff Layton · 12 years ago
  27. d1a0774 nfsd: clean up and clarify the cache expiration code by Jeff Layton · 12 years ago
  28. 25e6b8b nfsd: remove redundant test from nfsd_reply_cache_free by Jeff Layton · 12 years ago
  29. f09841f nfsd: add alloc and free functions for DRC entries by Jeff Layton · 12 years ago
  30. 8a8bc40 nfsd: create a dedicated slabcache for DRC entries by Jeff Layton · 12 years ago
  31. 09662d5 nfsd: get rid of RC_INTR by Jeff Layton · 12 years ago
  32. 6dc8889 nfsd: remove unneeded spinlock in nfsd_cache_update by Jeff Layton · 12 years ago
  33. 7b9e852 nfsd: fix IPv6 address handling in the DRC by Jeff Layton · 12 years ago
  34. 885c91f nfsd: Fix memleak in svc_export_put by majianpeng · 12 years ago
  35. ff89be8 nfsd4: require version 4 when enabling or disabling minorversion by J. Bruce Fields · 12 years ago
  36. bca0ec6 nfsd: fix unused "nn" variable warning in free_client() by Stanislav Kinsbursky · 12 years ago
  37. 266533c nfsd: Don't unlock the state while it's not locked by Yanchuan Nian · 12 years ago
  38. 74b70dd nfsd: Pass correct slot number to nfsd4_put_drc_mem() by Yanchuan Nian · 12 years ago
  39. 84822d0 nfsd4: simplify nfsd4_encode_fattr interface slightly by J. Bruce Fields · 12 years ago
  40. 007f6c3 Merge tag 'ecryptfs-3.8-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 12 years ago
  41. 5439ca6 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  42. a7a88b2 mempolicy: remove arg from mpol_parse_str, mpol_to_str by Hugh Dickins · 12 years ago
  43. 128dd17 epoll: prevent missed events on EPOLL_CTL_MOD by Eric Wong · 12 years ago
  44. 0e9a9a1 ext4: avoid hang when mounting non-journal filesystems with orphan list by Theodore Ts'o · 12 years ago
  45. 721e3eb ext4: lock i_mutex when truncating orphan inodes by Theodore Ts'o · 12 years ago
  46. 48c6d12 f2fs: Don't assign e_id in f2fs_acl_from_disk by Eric W. Biederman · 12 years ago
  47. dfb2ea4 proc: Allow proc_free_inum to be called from any context by Eric W. Biederman · 12 years ago
  48. d096ad0 ext4: do not try to write superblock on ro remount w/o journal by Michael Tokarev · 12 years ago
  49. 0875a2b ext4: include journal blocks in df overhead calcs by Eric Sandeen · 12 years ago
  50. a28a917 ext4: remove unaligned AIO warning printk by Eric Sandeen · 12 years ago
  51. ad96f71 ext4: fix an incorrect comment about i_mutex by Andy Lutomirski · 12 years ago
  52. 53e8726 ext4: fix deadlock in journal_unmap_buffer() by Jan Kara · 12 years ago
  53. 4520fb3 ext4: split off ext4_journalled_invalidatepage() by Jan Kara · 12 years ago
  54. 769cb85 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
  55. 10532b5 Revert "nfsd: warn on odd reply state in nfsd_vfs_read" by J. Bruce Fields · 12 years ago
  56. c4271c6 NFS: Kill fscache warnings when mounting without -ofsc by Trond Myklebust · 12 years ago
  57. c129c29 NFS: Provide stub nfs_fscache_wait_on_invalidate() for when CONFIG_NFS_FSCACHE=n by David Howells · 12 years ago
  58. d7961c7 jbd2: fix assertion failure in jbd2_journal_flush() by Jan Kara · 12 years ago
  59. 96680d2 Merge branch 'for-next' of git://git.infradead.org/users/eparis/notify by Linus Torvalds · 12 years ago
  60. 4c9a44a Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  61. 1f0377f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  62. 54d46ea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  63. a68c2f1 sendfile: allows bypassing of notifier events by Scott Wolchok · 12 years ago
  64. c39540c fat: fix incorrect function comment by Ravishankar N · 12 years ago
  65. ee29720 proc: fix inconsistent lock state by Xiaotian Feng · 12 years ago
  66. bffdd66 hfsplus: add error message for the case of failure of sync fs in delayed_sync_fs() method by Vyacheslav Dubeyko · 12 years ago
  67. 81cc7fa hfsplus: rework processing of hfs_btree_write() returned error by Vyacheslav Dubeyko · 12 years ago
  68. 1b243fd hfsplus: rework processing errors in hfsplus_free_extents() by Vyacheslav Dubeyko · 12 years ago
  69. 5daa669 hfsplus: avoid crash on failed block map free by Alan Cox · 12 years ago
  70. b66c598 exec: do not leave bprm->interp on stack by Kees Cook · 12 years ago
  71. b729d75 vfs: make lremovexattr retry once on ESTALE error by Jeff Layton · 12 years ago
  72. 12f0621 vfs: make removexattr retry once on ESTALE by Jeff Layton · 12 years ago
  73. bd9bbc9 vfs: make llistxattr retry once on ESTALE error by Jeff Layton · 12 years ago
  74. 10a90cf vfs: make listxattr retry once on ESTALE error by Jeff Layton · 12 years ago
  75. 3a3e159 vfs: make lgetxattr retry once on ESTALE by Jeff Layton · 12 years ago
  76. 60e66b4 vfs: make getxattr retry once on an ESTALE error by Jeff Layton · 12 years ago
  77. 49e09e1 vfs: allow lsetxattr() to retry once on ESTALE errors by Jeff Layton · 12 years ago
  78. 68f1bb8 vfs: allow setxattr to retry once on ESTALE errors by Jeff Layton · 12 years ago
  79. a69201d vfs: allow utimensat() calls to retry once on an ESTALE error by Jeff Layton · 12 years ago
  80. 96948fc vfs: fix user_statfs to retry once on ESTALE errors by Jeff Layton · 12 years ago
  81. 99a5df3 vfs: make fchownat retry once on ESTALE errors by Jeff Layton · 12 years ago
  82. 14ff690 vfs: make fchmodat retry once on ESTALE errors by Jeff Layton · 12 years ago
  83. 2771261 vfs: have chroot retry once on ESTALE error by Jeff Layton · 12 years ago
  84. 0291c0a vfs: have chdir retry lookup and call once on ESTALE error by Jeff Layton · 12 years ago
  85. 87fa559 vfs: have faccessat retry once on an ESTALE error by Jeff Layton · 12 years ago
  86. 48f7530 vfs: have do_sys_truncate retry once on an ESTALE error by Jeff Layton · 12 years ago
  87. c6a9428 vfs: fix renameat to retry on ESTALE errors by Jeff Layton · 12 years ago
  88. 5d18f81 vfs: make do_unlinkat retry once on ESTALE errors by Jeff Layton · 12 years ago
  89. c6ee920 vfs: make do_rmdir retry once on ESTALE errors by Jeff Layton · 12 years ago
  90. 9e790bd vfs: add a flags argument to user_path_parent by Jeff Layton · 12 years ago
  91. 442e31c vfs: fix linkat to retry once on ESTALE errors by Jeff Layton · 12 years ago
  92. f46d356 vfs: fix symlinkat to retry on ESTALE errors by Jeff Layton · 12 years ago
  93. b76d8b8 vfs: fix mkdirat to retry once on an ESTALE error by Jeff Layton · 12 years ago
  94. 972567f vfs: fix mknodat to retry on ESTALE errors by Jeff Layton · 12 years ago
  95. 1ac12b4 vfs: turn is_dir argument to kern_path_create into a lookup_flags arg by Jeff Layton · 12 years ago
  96. 7955119 vfs: fix readlinkat to retry on ESTALE by Jeff Layton · 12 years ago
  97. 836fb7e vfs: make fstatat retry on ESTALE errors from getattr call by Jeff Layton · 12 years ago
  98. 21e89c0 Merge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into for-linus by Al Viro · 12 years ago
  99. b911a6b vfs: d_obtain_alias() needs to use "/" as default name. by NeilBrown · 12 years ago
  100. d30357f vfs: drop vmtruncate by Marco Stornelli · 12 years ago