1. 99dc829 procfs: fix numbering in /proc/locks by Jerome Marchand · 14 years ago
  2. 4199ca7 fs: move exportfs since it is not a networking filesystem by Randy Dunlap · 14 years ago
  3. 1df79da fs/buffer.c: remove duplicated assignment to b_private by Namhyung Kim · 14 years ago
  4. cd1c584 fs/direct-io.c: fix truncation error in dio_complete() return by Edward Shishkin · 14 years ago
  5. b6777c4 fuse: use clear_highpage() and KM_USER0 instead of KM_USER1 by Miklos Szeredi · 14 years ago
  6. 3ecb01d use clear_page()/copy_page() in favor of memset()/memcpy() on whole pages by Jan Beulich · 14 years ago
  7. c5c6dd4 hostfs: code cleanups by Richard Weinberger · 14 years ago
  8. 74ce002 fs/fs-writeback.c: restore lost comment by Andrew Morton · 14 years ago
  9. 4cbec4c writeback: remove the internal 5% low bound on dirty_ratio by Wu Fengguang · 14 years ago
  10. f629d1c mm: add account_page_writeback() by Michael Rubin · 14 years ago
  11. 1b430be writeback: remove nonblocking/encountered_congestion references by Wu Fengguang · 14 years ago
  12. d19d547 oom: fix locking for oom_adj and oom_score_adj by David Rientjes · 14 years ago
  13. 723548b oom: rewrite error handling for oom_adj and oom_score_adj tunables by David Rientjes · 14 years ago
  14. 3d5992d oom: add per-mm oom disable count by Ying Han · 14 years ago
  15. a4f7326 vmcore: it is not experimental any more by WANG Cong · 14 years ago
  16. 1b627d5 hostfs: fix UML crash: remove f_spare from hostfs by Richard Weinberger · 14 years ago
  17. f1ebdd6 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 14 years ago
  18. 4390110 Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  19. a4dd8dc Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  20. 43c2e88 nfs4: fix channel attribute sanity-checks by J. Bruce Fields · 14 years ago
  21. 74eb94b Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  22. 57c155d Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 14 years ago
  23. fe2fd9e exofs: Remove inode->i_count manipulation in exofs_new_inode by Boaz Harrosh · 14 years ago
  24. 571f7f4 fs/exofs: typo fix of faild to failed by Joe Perches · 14 years ago
  25. da47c19 Coda: replace BKL with mutex by Yoshihisa Abe · 14 years ago
  26. f7cc02b Coda: push BKL regions into coda_upcall() by Yoshihisa Abe · 14 years ago
  27. b5ce1d8 Coda: add spin lock to protect accesses to struct coda_inode_info. by Yoshihisa Abe · 14 years ago
  28. 8e77516 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  29. a663bdd nfsd4: fix connection allocation in sequence() by J. Bruce Fields · 14 years ago
  30. 1c78709 NFSv4.1: Use more sensible names for 'initialize_mountpoint' by Trond Myklebust · 14 years ago
  31. 16b374c NFSv4.1: pnfs: filelayout: add driver's LAYOUTGET and GETDEVICEINFO infrastructure by Andy Adamson · 14 years ago
  32. b1f69b7 NFSv4.1: pnfs: add LAYOUTGET and GETDEVICEINFO infrastructure by Andy Adamson · 14 years ago
  33. 974cec8 NFS: client needs to maintain list of inodes with active layouts by Andy Adamson · 14 years ago
  34. e5e9401 NFS: create and destroy inode's layout cache by Benny Halevy · 14 years ago
  35. 7ab672c NFSv4.1: pnfs: filelayout: introduce minimal file layout driver by Dean Hildebrand · 14 years ago
  36. 02c35fc NFSv4.1: pnfs: full mount/umount infrastructure by Fred Isaman · 14 years ago
  37. 85e174b NFS: set layout driver by Ricardo Labiaga · 14 years ago
  38. 504913f NFS: ask for layouttypes during v4 fsinfo call by Andy Adamson · 14 years ago
  39. 9449925 NFS: change stateid to be a union by Alexandros Batsakis · 14 years ago
  40. 3c9101a NFSD: remove duplicate NFS4_STATEID_SIZE by Andy Adamson · 14 years ago
  41. 3388bff nfs: fix unchecked value by Roman Borisov · 14 years ago
  42. 55b6e77 Ask for time_delta during fsinfo probe by Ricardo Labiaga · 14 years ago
  43. 6b96724 Revalidate caches on lock by Ricardo Labiaga · 14 years ago
  44. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  45. f253b86 Revert "block: fix accounting bug on cross partition merges" by Jens Axboe · 14 years ago
  46. 6f7a35b NFSv4: Fix up the 'dircount' hint in encode_readdir by Trond Myklebust · 14 years ago
  47. 9af8c22 NFSv4: Clean up nfs4_decode_dirent by Trond Myklebust · 14 years ago
  48. 4f08222 NFSv4: nfs4_decode_dirent must clear entry->fattr->valid by Trond Myklebust · 14 years ago
  49. 3201f3d NFSv4: Fix a regression in decode_getfattr by Trond Myklebust · 14 years ago
  50. 7ad0735 NFSv4: Fix up decode_attr_filehandle() to handle the case of empty fh pointer by Trond Myklebust · 14 years ago
  51. 4a201d6 NFS: Ensure we check all allocation return values in new readdir code by Trond Myklebust · 14 years ago
  52. 82f2e54 NFS: Readdir plus in v4 by Bryan Schumaker · 14 years ago
  53. ae42c70 NFS: introduce generic decode_getattr function by Bryan Schumaker · 14 years ago
  54. 9942438 NFS: check xdr_decode for errors by Bryan Schumaker · 14 years ago
  55. 3c8a1ae NFS: nfs_readdir_filler catch all errors by Bryan Schumaker · 14 years ago
  56. 56e4ebf NFS: readdir with vmapped pages by Bryan Schumaker · 14 years ago
  57. afa8ccc NFS: remove page size checking code by Bryan Schumaker · 14 years ago
  58. babddc7 NFS: decode_dirent should use an xdr_stream by Bryan Schumaker · 14 years ago
  59. 0715dc6 NFS: remove readdir plus limit by Bryan Schumaker · 14 years ago
  60. d39ab9d NFS: re-add readdir plus by Bryan Schumaker · 14 years ago
  61. baf57a0 NFS: Optimise the readdir searches by Trond Myklebust · 14 years ago
  62. d1bacf9 NFS: add readdir cache array by Bryan Schumaker · 14 years ago
  63. 8c7597f nfs: include ratelimit.h, fix nfs4state build error by Randy Dunlap · 14 years ago
  64. 168667c NFSv4: The state manager must ignore EKEYEXPIRED. by Trond Myklebust · 14 years ago
  65. 898f635 NFSv4: Don't ignore the error return codes from nfs_intent_set_file by Trond Myklebust · 14 years ago
  66. 6c2754c Revert "tty: Add a new file /proc/tty/consoles" by Linus Torvalds · 14 years ago
  67. ab34c02 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2 by Linus Torvalds · 14 years ago
  68. 73ecf3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 14 years ago
  69. b9da0571 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 14 years ago
  70. f8cae0f ocfs2: drop the BLKDEV_IFL_WAIT flag by Linus Torvalds · 14 years ago
  71. d2ecad9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  72. 2c15bd0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm by Linus Torvalds · 14 years ago
  73. 5fe3a5a Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 14 years ago
  74. 6b81e14 nilfs2: eliminate sparse warning - "context imbalance" by Jiro SEKIBA · 14 years ago
  75. abc0b50 nilfs2: eliminate sparse warnings - "symbol not declared" by Jiro SEKIBA · 14 years ago
  76. 026a7d6 nilfs2: get rid of bdi from nilfs object by Ryusuke Konishi · 14 years ago
  77. 5beb6e0 nilfs2: add bdev freeze/thaw support by Ryusuke Konishi · 14 years ago
  78. c05dbfc nilfs2: accept 64-bit checkpoint numbers in cp mount option by Ryusuke Konishi · 14 years ago
  79. 2879ed6 nilfs2: remove own inode allocator and destructor for metadata files by Ryusuke Konishi · 14 years ago
  80. 090fd5b nilfs2: get rid of back pointer to writable sb instance by Ryusuke Konishi · 14 years ago
  81. c6e0718 nilfs2: get rid of mi_nilfs back pointer to nilfs object by Ryusuke Konishi · 14 years ago
  82. 032dbb3 nilfs2: see state of root dentry for mount check of snapshots by Ryusuke Konishi · 14 years ago
  83. f1e89c8 nilfs2: use iget for all metadata files by Ryusuke Konishi · 14 years ago
  84. c1c1d7092 nilfs2: get rid of GCDAT inode by Ryusuke Konishi · 14 years ago
  85. b1f6a4f nilfs2: add routines to redirect access to buffers of DAT file by Ryusuke Konishi · 14 years ago
  86. ebdfed4 nilfs2: add routines to roll back state of DAT file by Ryusuke Konishi · 14 years ago
  87. a8070dd nilfs2: add routines to save and restore bmap state by Ryusuke Konishi · 14 years ago
  88. adbb39b nilfs2: do not allocate nilfs_mdt_info structure to gc-inodes by Ryusuke Konishi · 14 years ago
  89. 518d1a6 nilfs2: allow nilfs_clear_inode to clear metadata file inodes by Ryusuke Konishi · 14 years ago
  90. 348fe8d nilfs2: simplify life cycle management of nilfs object by Ryusuke Konishi · 14 years ago
  91. f11459a nilfs2: do not allocate multiple super block instances for a device by Ryusuke Konishi · 14 years ago
  92. ab4d8f7 nilfs2: split out nilfs_attach_snapshot by Ryusuke Konishi · 14 years ago
  93. 367ea33 nilfs2: split out nilfs_get_root_dentry by Ryusuke Konishi · 14 years ago
  94. dc3d3b8 nilfs2: deny write access to inodes in snapshots by Ryusuke Konishi · 14 years ago
  95. fd52202 nilfs2: use checkpoint tree for mount check of snapshots by Ryusuke Konishi · 14 years ago
  96. b7c0634 nilfs2: move inode count and block count into root object by Ryusuke Konishi · 14 years ago
  97. e912a5b nilfs2: use root object to get ifile by Ryusuke Konishi · 14 years ago
  98. 8e656fd nilfs2: make snapshots in checkpoint tree exportable by Ryusuke Konishi · 14 years ago
  99. 4d8d929 nilfs2: set pointer to root object in inodes by Ryusuke Konishi · 14 years ago
  100. ba65ae4 nilfs2: add checkpoint tree to nilfs object by Ryusuke Konishi · 14 years ago