1. f46e0bd NFSv4: Further minor cleanups for nfs4_atomic_open() by Trond Myklebust · 14 years ago
  2. cd9a1c0 NFSv4: Clean up nfs4_atomic_open by Trond Myklebust · 14 years ago
  3. 306a075 NFS: Allow NFSROOT debugging messages to be enabled dynamically by Chuck Lever · 14 years ago
  4. 8d23210 NFS: Clean up nfsroot.c by Chuck Lever · 14 years ago
  5. 56463e5 NFS: Use super.c for NFSROOT mount option parsing by Chuck Lever · 14 years ago
  6. 60ac036 NFS: Clean up NFSROOT command line parsing by Chuck Lever · 14 years ago
  7. ed58b29 NFS: Remove \t from mount debugging message by Chuck Lever · 14 years ago
  8. 30c0f6a Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify by Linus Torvalds · 14 years ago
  9. e933424 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6 by Linus Torvalds · 14 years ago
  10. 997396a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  11. 2547d1d Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  12. 92b4678 fsnotify: drop two useless bools in the fnsotify main loop by Eric Paris · 14 years ago
  13. f72adfd fsnotify: fix list walk order by Eric Paris · 14 years ago
  14. a2f13ad fanotify: Return EPERM when a process is not privileged by Andreas Gruenbacher · 14 years ago
  15. 93c3fe4 eCryptfs: Fix encrypted file name lookup regression by Tyler Hicks · 14 years ago
  16. 7371a38 ecryptfs: properly mark init functions by Jerome Marchand · 14 years ago
  17. f137f15 fs/ecryptfs: Return -ENOMEM on memory allocation failure by Julia Lawall · 14 years ago
  18. f6360ef nfsd: fix NULL dereference in nfsd_statfs() by Takashi Iwai · 14 years ago
  19. f632265 Merge commit 'v2.6.36-rc1' into HEAD by J. Bruce Fields · 14 years ago
  20. 7d94784 nfsd4: fix downgrade/lock logic by J. Bruce Fields · 14 years ago
  21. 18608ad nfsd4: typo fix in find_any_file by J. Bruce Fields · 14 years ago
  22. 30c0e1e nfsd4: bad BUG() in preprocess_stateid_op by J. Bruce Fields · 14 years ago
  23. f0138a7 Cannot allocate memory error on mount by Suresh Jayaraman · 14 years ago
  24. b545787 ceph: fix get_ticket_handler() error handling by Dan Carpenter · 14 years ago
  25. e072f8a ceph: don't BUG on ENOMEM during mds reconnect by Sage Weil · 14 years ago
  26. f44c389 ceph: ceph_mdsc_build_path() returns an ERR_PTR by Dan Carpenter · 14 years ago
  27. c89e519 [CIFS] Eliminate unused variable warning by Steve French · 14 years ago
  28. ad8453a ceph: Fix warnings by Alan Cox · 14 years ago
  29. ac1f12e ceph: ceph_get_inode() returns an ERR_PTR by Dan Carpenter · 14 years ago
  30. 3782218 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  31. 36e2168 ceph: initialize fields on new dentry_infos by Sage Weil · 14 years ago
  32. 7d8cb26 ceph: maintain i_head_snapc when any caps are dirty, not just for data by Sage Weil · 14 years ago
  33. 2d20ca8 Eliminate sparse warning - bad constant expression by shirishpargaonkar@gmail.com · 14 years ago
  34. b5420f2 xfs: do not discard page cache data on EAGAIN by Christoph Hellwig · 14 years ago
  35. 3b93c7a xfs: don't do memory allocation under the CIL context lock by Dave Chinner · 14 years ago
  36. a44f13e xfs: Reduce log force overhead for delayed logging by Dave Chinner · 14 years ago
  37. 1a387d3 xfs: dummy transactions should not dirty VFS state by Dave Chinner · 14 years ago
  38. 2fe3366 xfs: ensure f_ffree returned by statfs() is non-negative by Stuart Brodsky · 14 years ago
  39. efceab1 xfs: handle negative wbc->nr_to_write during sync writeback by Dave Chinner · 14 years ago
  40. 4536f2a xfs: fix untrusted inode number lookup by Dave Chinner · 14 years ago
  41. 5b3eed7 xfs: ensure we mark all inodes in a freed cluster XFS_ISTALE by Dave Chinner · 14 years ago
  42. d17c701 xfs: unlock items before allowing the CIL to commit by Dave Chinner · 14 years ago
  43. 24e6cf9 cifs: check for NULL session password by Jeff Layton · 14 years ago
  44. 3ec6bbc missing changes during ntlmv2/ntlmssp auth and sign by Shirish Pargaonkar · 14 years ago
  45. 07a27e2 ceph: fix osd request lru adjustment when sending request by Henry C Chang · 14 years ago
  46. 1245149 ceph: don't improperly set dir complete when holding EXCL cap by Sage Weil · 14 years ago
  47. ff8d6e9 fanotify: drop duplicate pr_debug statement by Tvrtko Ursulin · 14 years ago
  48. 2eebf58 fanotify: flush outstanding perm requests on group destroy by Eric Paris · 14 years ago
  49. 84e1ab4 fsnotify: fix ignored mask handling between inode and vfsmount marks by Eric Paris · 14 years ago
  50. 5f3f259 fsnotify: reset used_inode and used_vfsmount on each pass by Eric Paris · 14 years ago
  51. faa9560 fanotify: do not dereference inode_mark when it is unset by Eric Paris · 14 years ago
  52. 679ceac mm: exporting account_page_dirty by Michael Rubin · 14 years ago
  53. eb6bb1c ceph: direct requests in snapped namespace based on nonsnap parent by Sage Weil · 14 years ago
  54. ed32604 ceph: queue cap snap writeback for realm children on snap update by Sage Weil · 14 years ago
  55. 4a625be ceph: include dirty xattrs state in snapped caps by Sage Weil · 14 years ago
  56. 082afec ceph: fix xattr cap writeback by Sage Weil · 14 years ago
  57. f3c60c5 ceph: fix multiple mds session shutdown by Sage Weil · 14 years ago
  58. a28e085 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2 by Linus Torvalds · 14 years ago
  59. 9fbc590 [CIFS] Fix ntlmv2 auth with ntlmssp by Steve French · 14 years ago
  60. bf4f121 cifs: correction of unicode header files by Igor Druzhinin · 14 years ago
  61. 763008c Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  62. fc87a40 cifs: fix NULL pointer dereference in cifs_find_smb_ses by Jeff Layton · 14 years ago
  63. 145c3ae46 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  64. 1cb0c92 nilfs2: wait for discard to finish by Ryusuke Konishi · 14 years ago
  65. 0a377cf NFS: Fix an Oops in the NFSv4 atomic open code by Trond Myklebust · 14 years ago
  66. 99b7db7 fs: brlock vfsmount_lock by Nick Piggin · 14 years ago
  67. 6416ccb fs: scale files_lock by Nick Piggin · 14 years ago
  68. d996b62 tty: fix fu_list abuse by Nick Piggin · 14 years ago
  69. ee2ffa0 fs: cleanup files_lock locking by Nick Piggin · 14 years ago
  70. b04f784 fs: remove extra lookup in __lookup_hash by Nick Piggin · 14 years ago
  71. 2a4419b fs: fs_struct rwlock to spinlock by Nick Piggin · 14 years ago
  72. baa0389 fs: dentry allocation consolidation by Nick Piggin · 14 years ago
  73. 2e2e88e fs: fix do_lookup false negative by Nick Piggin · 14 years ago
  74. 3a48ee8 mbcache: Limit the maximum number of cache entries by Andreas Gruenbacher · 14 years ago
  75. 3b6036d hostfs ->follow_link() braino by Al Viro · 14 years ago
  76. 850a496 hostfs: dumb (and usually harmless) tpyo - strncpy instead of strlcpy by Al Viro · 14 years ago
  77. 9cb569d remove SWRITE* I/O types by Christoph Hellwig · 14 years ago
  78. 87e9951 kill BH_Ordered flag by Christoph Hellwig · 14 years ago
  79. dad5eb6 vfs: update ctime when changing the file's permission by setfacl by Jan Kara · 14 years ago
  80. b845ff8 cramfs: only unlock new inodes by Alexander Shishkin · 14 years ago
  81. f4ae2fa fix reiserfs_evict_inode end_writeback second call by Sergey Senozhatsky · 14 years ago
  82. 351f13d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2 by Linus Torvalds · 14 years ago
  83. d762746 Make do_execve() take a const filename pointer by David Howells · 14 years ago
  84. df486a2 NFS: Fix the selection of security flavours in Kconfig by Trond Myklebust · 14 years ago
  85. 232341b cifs: consolidate error handling in several functions by Jeff Layton · 14 years ago
  86. 5d9ac7f cifs: clean up error handling in cifs_mknod by Jeff Layton · 14 years ago
  87. ea1a16f nilfs2: fix false warning saying one of two super blocks is broken by Ryusuke Konishi · 14 years ago
  88. af4e363 nilfs2: fix list corruption after ifile creation failure by Ryusuke Konishi · 14 years ago
  89. d782437 mm: fix up some user-visible effects of the stack guard page by Linus Torvalds · 14 years ago
  90. cd956a1 fs/dcache: fix function param name in kernel-doc by Randy Dunlap · 14 years ago
  91. 83ae170 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  92. 10041d2 Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 14 years ago
  93. c788732 Mark arguments to certain syscalls as being const by David Howells · 14 years ago
  94. b19dd42 bkl: Remove locked .ioctl file operation by Arnd Bergmann · 14 years ago
  95. 02d6d68 logfs: kill BKL by Arnd Bergmann · 14 years ago
  96. 2be1f3a Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 14 years ago
  97. a30bfd6 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 14 years ago
  98. 2897c68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  99. 2041f65 [S390] partitions: fix build error in ibm partition detection code by Heiko Carstens · 14 years ago
  100. 2069601 Revert "fsnotify: store struct file not struct path" by Linus Torvalds · 14 years ago