1. 3c9101a NFSD: remove duplicate NFS4_STATEID_SIZE by Andy Adamson · 14 years ago
  2. 3388bff nfs: fix unchecked value by Roman Borisov · 14 years ago
  3. 55b6e77 Ask for time_delta during fsinfo probe by Ricardo Labiaga · 14 years ago
  4. 6b96724 Revalidate caches on lock by Ricardo Labiaga · 14 years ago
  5. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  6. f253b86 Revert "block: fix accounting bug on cross partition merges" by Jens Axboe · 14 years ago
  7. 6f7a35b NFSv4: Fix up the 'dircount' hint in encode_readdir by Trond Myklebust · 14 years ago
  8. 9af8c22 NFSv4: Clean up nfs4_decode_dirent by Trond Myklebust · 14 years ago
  9. 4f08222 NFSv4: nfs4_decode_dirent must clear entry->fattr->valid by Trond Myklebust · 14 years ago
  10. 3201f3d NFSv4: Fix a regression in decode_getfattr by Trond Myklebust · 14 years ago
  11. 7ad0735 NFSv4: Fix up decode_attr_filehandle() to handle the case of empty fh pointer by Trond Myklebust · 14 years ago
  12. 4a201d6 NFS: Ensure we check all allocation return values in new readdir code by Trond Myklebust · 14 years ago
  13. 82f2e54 NFS: Readdir plus in v4 by Bryan Schumaker · 14 years ago
  14. ae42c70 NFS: introduce generic decode_getattr function by Bryan Schumaker · 14 years ago
  15. 9942438 NFS: check xdr_decode for errors by Bryan Schumaker · 14 years ago
  16. 3c8a1ae NFS: nfs_readdir_filler catch all errors by Bryan Schumaker · 14 years ago
  17. 56e4ebf NFS: readdir with vmapped pages by Bryan Schumaker · 14 years ago
  18. afa8ccc NFS: remove page size checking code by Bryan Schumaker · 14 years ago
  19. babddc7 NFS: decode_dirent should use an xdr_stream by Bryan Schumaker · 14 years ago
  20. 0715dc6 NFS: remove readdir plus limit by Bryan Schumaker · 14 years ago
  21. d39ab9d NFS: re-add readdir plus by Bryan Schumaker · 14 years ago
  22. baf57a0 NFS: Optimise the readdir searches by Trond Myklebust · 14 years ago
  23. d1bacf9 NFS: add readdir cache array by Bryan Schumaker · 14 years ago
  24. 8c7597f nfs: include ratelimit.h, fix nfs4state build error by Randy Dunlap · 14 years ago
  25. 168667c NFSv4: The state manager must ignore EKEYEXPIRED. by Trond Myklebust · 14 years ago
  26. 898f635 NFSv4: Don't ignore the error return codes from nfs_intent_set_file by Trond Myklebust · 14 years ago
  27. 6c2754c Revert "tty: Add a new file /proc/tty/consoles" by Linus Torvalds · 14 years ago
  28. ab34c02 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2 by Linus Torvalds · 14 years ago
  29. 73ecf3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 14 years ago
  30. b9da057 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 14 years ago
  31. f8cae0f ocfs2: drop the BLKDEV_IFL_WAIT flag by Linus Torvalds · 14 years ago
  32. d2ecad9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  33. 2c15bd0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm by Linus Torvalds · 14 years ago
  34. 5fe3a5a Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 14 years ago
  35. 6b81e14 nilfs2: eliminate sparse warning - "context imbalance" by Jiro SEKIBA · 14 years ago
  36. abc0b50 nilfs2: eliminate sparse warnings - "symbol not declared" by Jiro SEKIBA · 14 years ago
  37. 026a7d6 nilfs2: get rid of bdi from nilfs object by Ryusuke Konishi · 14 years ago
  38. 5beb6e0 nilfs2: add bdev freeze/thaw support by Ryusuke Konishi · 14 years ago
  39. c05dbfc nilfs2: accept 64-bit checkpoint numbers in cp mount option by Ryusuke Konishi · 14 years ago
  40. 2879ed6 nilfs2: remove own inode allocator and destructor for metadata files by Ryusuke Konishi · 14 years ago
  41. 090fd5b nilfs2: get rid of back pointer to writable sb instance by Ryusuke Konishi · 14 years ago
  42. c6e0718 nilfs2: get rid of mi_nilfs back pointer to nilfs object by Ryusuke Konishi · 14 years ago
  43. 032dbb3 nilfs2: see state of root dentry for mount check of snapshots by Ryusuke Konishi · 14 years ago
  44. f1e89c8 nilfs2: use iget for all metadata files by Ryusuke Konishi · 14 years ago
  45. c1c1d7092 nilfs2: get rid of GCDAT inode by Ryusuke Konishi · 14 years ago
  46. b1f6a4f nilfs2: add routines to redirect access to buffers of DAT file by Ryusuke Konishi · 14 years ago
  47. ebdfed4 nilfs2: add routines to roll back state of DAT file by Ryusuke Konishi · 14 years ago
  48. a8070dd nilfs2: add routines to save and restore bmap state by Ryusuke Konishi · 14 years ago
  49. adbb39b nilfs2: do not allocate nilfs_mdt_info structure to gc-inodes by Ryusuke Konishi · 14 years ago
  50. 518d1a6 nilfs2: allow nilfs_clear_inode to clear metadata file inodes by Ryusuke Konishi · 14 years ago
  51. 348fe8d nilfs2: simplify life cycle management of nilfs object by Ryusuke Konishi · 14 years ago
  52. f11459a nilfs2: do not allocate multiple super block instances for a device by Ryusuke Konishi · 14 years ago
  53. ab4d8f7 nilfs2: split out nilfs_attach_snapshot by Ryusuke Konishi · 14 years ago
  54. 367ea33 nilfs2: split out nilfs_get_root_dentry by Ryusuke Konishi · 14 years ago
  55. dc3d3b8 nilfs2: deny write access to inodes in snapshots by Ryusuke Konishi · 14 years ago
  56. fd52202 nilfs2: use checkpoint tree for mount check of snapshots by Ryusuke Konishi · 14 years ago
  57. b7c0634 nilfs2: move inode count and block count into root object by Ryusuke Konishi · 14 years ago
  58. e912a5b nilfs2: use root object to get ifile by Ryusuke Konishi · 14 years ago
  59. 8e656fd nilfs2: make snapshots in checkpoint tree exportable by Ryusuke Konishi · 14 years ago
  60. 4d8d929 nilfs2: set pointer to root object in inodes by Ryusuke Konishi · 14 years ago
  61. ba65ae4 nilfs2: add checkpoint tree to nilfs object by Ryusuke Konishi · 14 years ago
  62. 263d90c nilfs2: remove own inode hash used for GC by Ryusuke Konishi · 14 years ago
  63. 5e19a99 nilfs2: separate initializer of metadata file inode by Ryusuke Konishi · 14 years ago
  64. 0e14a35 nilfs2: use iget5_locked to get inode by Ryusuke Konishi · 14 years ago
  65. 6c43f41 nilfs2: keep zero value in i_cno except for gc-inodes by Ryusuke Konishi · 14 years ago
  66. 7d6cd92 nilfs2: allow nilfs_dirty_inode to mark metadata file inodes dirty by Ryusuke Konishi · 14 years ago
  67. b91c9a9 nilfs2: allow nilfs_destroy_inode to destroy metadata file inodes by Ryusuke Konishi · 14 years ago
  68. 9566a7a nilfs2: accept future revisions by Ryusuke Konishi · 14 years ago
  69. 91b7450 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  70. 04cc697 Merge branch 'for-2.6.37/misc' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  71. a288709 Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  72. e9dd2b6 Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  73. 06d3629 Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 14 years ago
  74. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  75. 79f14b7 Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  76. 5704e44 Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  77. f4a3e0b tty: Add a new file /proc/tty/consoles by Dr. Werner Fink · 14 years ago
  78. 38f49a5 sysfs: only access bin file vm_ops with the active lock by Eric W. Biederman · 14 years ago
  79. a6849fa sysfs: Fail bin file mmap if vma close is implemented. by Eric W. Biederman · 14 years ago
  80. e52eec1 SYSFS: Allow boot time switching between deprecated and modern sysfs layout by Andi Kleen · 14 years ago
  81. 46e387b Merge branch 'hwpoison-hugepages' into hwpoison by Andi Kleen · 14 years ago
  82. df27570 Merge branch 'hwpoison-fixes-2.6.37' into hwpoison by Andi Kleen · 14 years ago
  83. f3270b1 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 14 years ago
  84. b515316 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  85. cdff08e [CIFS] move close processing from cifs_close to cifsFileInfo_put by Steve French · 14 years ago
  86. a8cbf22 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 14 years ago
  87. 31b7eab Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  88. f6f0a6d Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw by Linus Torvalds · 14 years ago
  89. 2017bd1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  90. 9f1ad09 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/hfsplus by Linus Torvalds · 14 years ago
  91. 6d7bccc BKL: remove BKL from freevxfs by Arnd Bergmann · 14 years ago
  92. 073c214 BKL: remove BKL from qnx4 by Arnd Bergmann · 14 years ago
  93. 5d18c1c nfsd4: only require krb5 principal for NFSv4.0 callbacks by J. Bruce Fields · 14 years ago
  94. 8323c3b nfsd4: move minorversion to client by J. Bruce Fields · 14 years ago
  95. 792c95d nfsd4: delay session removal till free_client by J. Bruce Fields · 14 years ago
  96. 5a3c9d7 nfsd4: separate callback change and callback probe by J. Bruce Fields · 14 years ago
  97. 8b5ce5c nfsd4: callback program number is per-session by J. Bruce Fields · 14 years ago
  98. d29c374 nfsd4: track backchannel connections by J. Bruce Fields · 14 years ago
  99. 86c3e16 nfsd4: confirm only on succesful create_session by J. Bruce Fields · 14 years ago
  100. ac7c46f nfsd4: make backchannel sequence number per-session by J. Bruce Fields · 14 years ago