1. f72caf7 Merge branch 'for-2.6.35' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  2. 6a6be47 Merge branch 'nfs-for-2.6.35' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  3. 98c89cd Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 14 years ago
  4. e4e83ea Revert "nfsd4: distinguish expired from stale stateids" by J. Bruce Fields · 14 years ago
  5. 47cee54 nfsd: safer initialization order in find_file() by Pavel Emelyanov · 14 years ago
  6. b7299f4 nfs4: minor callback code simplification, comment by J. Bruce Fields · 14 years ago
  7. b8ae30e Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  8. fd25a1f Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  9. 4065c80 cifs: fix noserverino handling when unix extensions are enabled by Jeff Layton · 14 years ago
  10. 84f30c6 cifs: don't update uniqueid in cifs_fattr_to_inode by Jeff Layton · 14 years ago
  11. db19272 cifs: always revalidate hardlinked inodes when using noserverino by Jeff Layton · 14 years ago
  12. 7d32c0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfs by Linus Torvalds · 14 years ago
  13. c2f9805 procfs: Kill the bkl in ioctl by Frederic Weisbecker · 14 years ago
  14. 18e41da Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  15. 5dc6416 Btrfs: check for read permission on src file in the clone ioctl by Dan Rosenberg · 14 years ago
  16. 3f8bf8f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  17. 684bdc7 JFS: Free sbi memory in error path by Jan Blunck · 14 years ago
  18. 404e781 fs/sysv: dereferencing ERR_PTR() by Dan Carpenter · 14 years ago
  19. 2656244 Fix double-free in logfs by Al Viro · 14 years ago
  20. d83c49f Fix the regression created by "set S_DEAD on unlink()..." commit by Al Viro · 14 years ago
  21. 15ddb4a NFSD: don't report compiled-out versions as present by Pavel Emelyanov · 14 years ago
  22. 9c7e7e2 NFS: Don't call iput() in nfs_access_cache_shrinker by Trond Myklebust · 14 years ago
  23. 1a81bb8 NFS: Clean up nfs_access_zap_cache() by Trond Myklebust · 14 years ago
  24. 61d5eb2 NFS: Don't run nfs_access_cache_shrinker() when the mask is GFP_NOFS by Trond Myklebust · 14 years ago
  25. 93870d7 NFS: Read requests can use GFP_KERNEL. by Trond Myklebust · 14 years ago
  26. 18eb884 NFS: Clean up nfs_create_request() by Trond Myklebust · 14 years ago
  27. 8535b2b NFSv4: Don't use GFP_KERNEL allocations in state recovery by Trond Myklebust · 14 years ago
  28. 9bc4e3c NFS: Calldata for nfs4_renew_done() by Chuck Lever · 14 years ago
  29. dfe52c0 NFS: Squelch compiler warning in nfs_add_server_stats() by Chuck Lever · 14 years ago
  30. a6d5ff6 NFS: Clean up fscache_uniq mount option by Chuck Lever · 14 years ago
  31. 0f15c53 NFS: Squelch compiler warning by Chuck Lever · 14 years ago
  32. bb8b27e NFSv4: Clean up the NFSv4 setclientid operation by Trond Myklebust · 14 years ago
  33. d7cf8dd NFSv4: Allow attribute caching with 'noac' mounts if client holds a delegation by Trond Myklebust · 14 years ago
  34. fd86dfd NFSv4: Fix up the documentation for nfs_do_refmount by Trond Myklebust · 14 years ago
  35. 1b4c606 NFS: Replace nfsroot on-stack filehandle by Trond Myklebust · 14 years ago
  36. b157b06 NFS: Cleanup file handle allocations in fs/nfs/super.c by Trond Myklebust · 14 years ago
  37. ce587e0 NFS: Prevent the mount code from looping forever on broken exports by Trond Myklebust · 14 years ago
  38. 6e94d62 NFS: Reduce stack footprint of nfs3_proc_getacl() and nfs3_proc_setacl() by Trond Myklebust · 14 years ago
  39. ca7e9a0 NFS: Reduce stack footprint of nfs_statfs() by Trond Myklebust · 14 years ago
  40. 987f8df NFS: Reduce stack footprint of nfs_setattr() by Trond Myklebust · 14 years ago
  41. 0ab64e0 NFS: Reduce stack footprint of nfs4_proc_create() by Trond Myklebust · 14 years ago
  42. 23a3061 NFS: Reduce the stack footprint of nfs_proc_symlink() by Trond Myklebust · 14 years ago
  43. eb872f0 NFS: Reduce the stack footprint of nfs_proc_create by Trond Myklebust · 14 years ago
  44. 39967dd NFS: Reduce the stack footprint of nfs_rmdir by Trond Myklebust · 14 years ago
  45. d346890 NFS: Reduce stack footprint of nfs_proc_remove() by Trond Myklebust · 14 years ago
  46. 3b14d65 NFS: Reduce stack footprint of nfs3_proc_readlink() by Trond Myklebust · 14 years ago
  47. 136f262 NFS: Reduce the stack footprint of nfs_link() by Trond Myklebust · 14 years ago
  48. aa49b4c NFS: Reduce stack footprint of nfs_readdir() by Trond Myklebust · 14 years ago
  49. 011fff7 NFS: Reduce stack footprint of nfs3_proc_rename() and nfs4_proc_rename() by Trond Myklebust · 14 years ago
  50. a3cba2a NFS: Reduce stack footprint of nfs_revalidate_inode() by Trond Myklebust · 14 years ago
  51. c407d41 NFSv4: Reduce stack footprint of nfs4_proc_access() and nfs3_proc_access() by Trond Myklebust · 14 years ago
  52. 4f72729 NFSv4: Reduce the stack footprint of nfs4_remote_referral_get_sb by Trond Myklebust · 14 years ago
  53. 8bac9db NFSv4: Reduce stack footprint of nfs4_get_root() by Trond Myklebust · 14 years ago
  54. 04ffdbe NFS: Reduce the stack footprint of nfs_follow_remote_path() by Trond Myklebust · 14 years ago
  55. e1fb4d0 NFS: Reduce the stack footprint of nfs_lookup by Trond Myklebust · 14 years ago
  56. 364d015e5 NFSv4: Reduce the stack footprint of try_location() by Trond Myklebust · 14 years ago
  57. fbca779 NFS: Reduce the stack footprint of nfs_create_server by Trond Myklebust · 14 years ago
  58. a4d7f16 NFS: Reduce the stack footprint of nfs_follow_mountpoint() by Trond Myklebust · 14 years ago
  59. 815409d NFSv4: Eliminate nfs4_path_walk() by Trond Myklebust · 14 years ago
  60. 2d36bfd NFS: Add helper functions for allocating filehandles and fattr structs by Trond Myklebust · 14 years ago
  61. 4fc4c3c Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify by Linus Torvalds · 14 years ago
  62. b3b38d8 inotify: don't leak user struct on inotify release by Pavel Emelyanov · 14 years ago
  63. e087334 inotify: race use after free/double free in inotify inode marks by Eric Paris · 14 years ago
  64. 3dbc6fb inotify: clean up the inotify_add_watch out path by Eric Paris · 14 years ago
  65. baa4563 Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 by Steve French · 14 years ago
  66. 4462dc0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  67. 4dc6ec0 nfsd4: implement reclaim_complete by J. Bruce Fields · 14 years ago
  68. ab707e1 nfsd4: nfsd4_destroy_session must set callback client under the state lock by Benny Halevy · 14 years ago
  69. d768298 nfsd4: keep a reference count on client while in use by Benny Halevy · 14 years ago
  70. 07cd490 nfsd4: mark_client_expired by Benny Halevy · 14 years ago
  71. 46583e2 nfsd4: introduce nfs4_client.cl_refcount by Benny Halevy · 14 years ago
  72. 002baee vfs: Fix O_NOFOLLOW behavior for paths with trailing slashes by Jan Kara · 14 years ago
  73. cdf5f61 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  74. 7ac512a CacheFiles: Fix error handling in cachefiles_determine_cache_security() by David Howells · 14 years ago
  75. e7b702b Inotify: undefined reference to `anon_inode_getfd' by Russell King · 14 years ago
  76. e84346b ceph: preserve seq # on requeued messages after transient transport errors by Sage Weil · 14 years ago
  77. f818a73 ceph: fix cap removal races by Sage Weil · 14 years ago
  78. aa3e557 [CIFS] drop quota operation stubs by Steve French · 14 years ago
  79. 84d38ac nfsd4: refactor expire_client by Benny Halevy · 14 years ago
  80. 36acb66 nfsd4: extend the client_lock to cover cl_lru by Benny Halevy · 14 years ago
  81. 328efba nfsd4: use list_move in move_to_confirmed by Benny Halevy · 14 years ago
  82. be1fdf6 nfsd4: fold release_session into expire_client by Benny Halevy · 14 years ago
  83. 9089f1b nfsd4: rename sessionid_lock to client_lock by Benny Halevy · 14 years ago
  84. 3444142 revert "procfs: provide stack information for threads" and its fixup commits by Robin Holt · 14 years ago
  85. 45c6ceb ceph: zero unused message header, footer fields by Sage Weil · 14 years ago
  86. 3d69438 cifs: guard against hardlinking directories by Jeff Layton · 14 years ago
  87. c61ea31 CacheFiles: Fix occasional EIO on call to vfs_unlink() by David Howells · 14 years ago
  88. 9abf82b ceph: fix locking for waking session requests after reconnect by Sage Weil · 14 years ago
  89. d85b705 ceph: resubmit requests on pg mapping change (not just primary change) by Sage Weil · 14 years ago
  90. 04d000e ceph: fix open file counting on snapped inodes when mds returns no caps by Sage Weil · 14 years ago
  91. 0ceed5d ceph: unregister osd request on failure by Sage Weil · 14 years ago
  92. a93d2f1 sched, wait: Use wrapper functions by Changli Gao · 14 years ago
  93. fdb3603 cifs: propagate cifs_new_fileinfo() error back to the caller by Suresh Jayaraman · 14 years ago
  94. fae683f cifs: add comments explaining cifs_new_fileinfo behavior by Suresh Jayaraman · 14 years ago
  95. f742246 autofs4-2.6.34-rc1 - fix link_count usage by Ian Kent · 14 years ago
  96. 51c8176 cifs: remove unused parameter from cifs_posix_open_inode_helper() by Suresh Jayaraman · 14 years ago
  97. 5d4cec2 nfsd4: fix bare destroy_session null dereference by J. Bruce Fields · 14 years ago
  98. 9167746 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  99. 6f485b4 logfs: handle powerfail on NAND flash by Joern Engel · 14 years ago
  100. ccf31c1 logfs: handle errors from get_mtd_device() by Dan Carpenter · 14 years ago