1. c9de560 ext4: Add multi block allocator for ext4 by Alex Tomas · 16 years ago
  2. 818d276 ext4: Add the journal checksum feature by Girish Shilamkar · 16 years ago
  3. 53fc622 [PATCH 2/2] ocfs2: cluster aware flock() by Mark Fasheh · 17 years ago
  4. 2fbe8d1 ocfs2: Local alloc window size changeable via mount option by Sunil Mushran · 17 years ago
  5. d147b3d ocfs2: Support commit= mount option by Mark Fasheh · 17 years ago
  6. 1252c43 ocfs2: Documentation update by Mark Fasheh · 17 years ago
  7. b530cc7 9p: add virtio transport by Eric Van Hensbergen · 17 years ago
  8. e38f981 exportfs: update documentation by Christoph Hellwig · 17 years ago
  9. b68f2c3a proc.txt: Add /proc/stat field by Leonardo Chiquitto · 17 years ago
  10. f8c34f9 docs/sysfs: add missing word to sysfs attribute explanation by Shaun Zinck · 17 years ago
  11. 7356337 documentation/ext3: grammar fixes by Shaun Zinck · 17 years ago
  12. bc5b1d5 Documentation/filesystems/vfs.txt: typo fix by Shaun Zinck · 17 years ago
  13. 9454742 Documentation/filesystems/files.txt: remove rcuref_inc_lf() reverences by Eric Dumazet · 17 years ago
  14. 01dd2fb typo fixes by Matt LaPlante · 17 years ago
  15. 3a4fa0a Fix misspellings of "system", "controller", "interrupt" and "necessary". by Robert P. J. Day · 17 years ago
  16. 9d8190f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 17 years ago
  17. ba17674 9p: attach-per-user by Latchesar Ionkov · 17 years ago
  18. bd32b82 9p: rename uid and gid parameters by Latchesar Ionkov · 17 years ago
  19. a80d923 9p: Make transports dynamic by Eric Van Hensbergen · 17 years ago
  20. 38e760a x86: expand /proc/interrupts to include missing vectors, v2 by Joe Korty · 17 years ago
  21. 5d4b355 Documentation: add entries to filesystems/00-INDEX for several untracked files by Denis Cheng · 17 years ago
  22. 8e89346 quota: send messages via netlink by Jan Kara · 17 years ago
  23. 1810732 docs: ramdisk/initrd/initramfs corrections by Randy Dunlap · 17 years ago
  24. 5514476 fs: remove some AOP_TRUNCATED_PAGE by Nick Piggin · 17 years ago
  25. afddba4 fs: introduce write_begin, write_end, and perform_write aops by Nick Piggin · 17 years ago
  26. 541010e Merge branch 'locks' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 17 years ago
  27. bfab36e NTFS: Fix a mount time deadlock. by Anton Altaparmakov · 17 years ago
  28. 98257af Documentation: move locks.txt in filesystems/ by J. Bruce Fields · 17 years ago
  29. 9efa68e locks: add warning about mandatory locking races by J. Bruce Fields · 17 years ago
  30. 4f3b19c Documentation: move mandatory locking documentation to filesystems/ by J. Bruce Fields · 17 years ago
  31. 577107e Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2 by Linus Torvalds · 17 years ago
  32. c811ac5 Documentation/00-INDEX: notice ecryptfs.txt moved by Rob Landley · 17 years ago
  33. 10b0845 ocfs2: update docs for new features by Mark Fasheh · 17 years ago
  34. 27a2a5f 9p: update maintainers and documentation by Eric Van Hensbergen · 17 years ago
  35. 60fd4d6 Documentation: document HFSPlus by Wyatt Banks · 17 years ago
  36. dd00cc4 some kmalloc/memset ->kzalloc (tree wide) by Yoann Padioleau · 17 years ago
  37. bb90110 coredump masking: documentation for /proc/pid/coredump_filter by Kawai, Hidehiro · 17 years ago
  38. bdf4c48 audit: rework execve audit by Peter Zijlstra · 17 years ago
  39. d0217ac mm: fault feedback #1 by Nick Piggin · 17 years ago
  40. ed2f2f9 Document ->page_mkwrite() locking by Mark Fasheh · 17 years ago
  41. 54cb882 mm: merge populate and nopage into fault (fixes nonlinear) by Nick Piggin · 17 years ago
  42. 5d91192 eCryptfs: Move ecryptfs docs into Documentation/filesystems/ by Josef 'Jeff' Sipek · 17 years ago
  43. ed7ed36 handle kernelcore=: generic by Mel Gorman · 17 years ago
  44. add0969 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2 by Linus Torvalds · 17 years ago
  45. 422b14c update Documentation/filesystems/vfs.txt by Borislav Petkov · 17 years ago
  46. 0746aec update description in Documentation/filesystems/vfs.txt by Borislav Petkov · 17 years ago
  47. 18d9677 Documentation: /proc/$pid/stat files by Kees Cook · 17 years ago
  48. 631d1fe configfs: config item dependancies. by Joel Becker · 17 years ago
  49. 299894c configfs: accessing item hierarchy during rmdir(2) by Joel Becker · 18 years ago
  50. e6bd07a configfs: Convert subsystem semaphore to mutex by Joel Becker · 17 years ago
  51. a210906 mount -t tmpfs -o mpol=: check nodes online by Hugh Dickins · 17 years ago
  52. c2b3898 Documentation: Fix up docs still talking about i_sem by Josef 'Jeff' Sipek · 17 years ago
  53. a7bc02f trivial: s/i_sem /i_mutex/ by Artem Bityutskiy · 17 years ago
  54. a982ac0 misc doc and kconfig typos by Matt LaPlante · 17 years ago
  55. 8b60756 Fix more "deprecated" spellos. by Randy Dunlap · 17 years ago
  56. 18062a9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6 by Linus Torvalds · 17 years ago
  57. 28ec039 fat: don't use free_clusters for fat32 by OGAWA Hirofumi · 17 years ago
  58. c23fbb6 VFS: delay the dentry name generation on sockets and pipes by Eric Dumazet · 17 years ago
  59. 5096add proc: maps protection by Kees Cook · 17 years ago
  60. b813e93 smaps: add clear_refs file to clear reference by David Rientjes · 17 years ago
  61. 0795e7c0 [AFS]: Update the AFS fs documentation. by David Howells · 17 years ago
  62. a2a316f [NET]: Replace CONFIG_NET_DEBUG with sysctl. by Stephen Hemminger · 17 years ago
  63. ba863a0 JFS: document uid, gid, and umask mount options in jfs.txt by Dave Kleikamp · 17 years ago
  64. f9c9946 [PATCH] Documentation for io-accounting / reporting via procfs by Roland Kletzing · 17 years ago
  65. 955eff5 [PATCH] fs: fix libfs data leak by Nick Piggin · 17 years ago
  66. 2874b39 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 17 years ago
  67. e03abc0 9p: implement optional loose read cache by Eric Van Hensbergen · 17 years ago
  68. 1b3c371 Fix typos concerning hierarchy by Uwe Kleine-König · 17 years ago
  69. cbcae39 [PATCH] ufs2 write: mount as rw by Evgeniy Dushistov · 17 years ago
  70. 23c8875 [PATCH] Relay: add CPU hotplug support by Mathieu Desnoyers · 17 years ago
  71. ff76e1d [PATCH] 9p: update documentation regarding server applications by Eric Van Hensbergen · 17 years ago
  72. 8331191 NTFS: 2.1.28 - Fix deadlock reported by Sergey Vlasov due to ntfs_put_inode(). by Anton Altaparmakov · 17 years ago
  73. e3db769 [PATCH] NFS: Fix race in nfs_release_page() by Trond Myklebust · 17 years ago
  74. 91f6e54 [PATCH] fuse: fix typo by Alexey Dobriyan · 18 years ago
  75. 6968826 [PATCH] update Tigran's email addresses by Tigran Aivazian · 18 years ago
  76. bcd5625 ocfs2: update mount option documentation by Tiger Yang · 18 years ago
  77. 3982cd9 [PATCH] fs/sysv/: doc cleanup by Adrian Bunk · 18 years ago
  78. 70888bd [PATCH] Documentation: remount_fs() needs lock_kernel by Vasily Averin · 18 years ago
  79. d809161 [PATCH] fuse: add blksize option by Miklos Szeredi · 18 years ago
  80. d6392f8 [PATCH] fuse: add support for block device based filesystems by Miklos Szeredi · 18 years ago
  81. 5d3f083 Fix typos in /Documentation : Misc by Matt LaPlante · 18 years ago
  82. 4ae0edc Fix typos in /Documentation : 'U-Z' by Matt LaPlante · 18 years ago
  83. fa00e7e Fix typos in /Documentation : 'T'' by Matt LaPlante · 18 years ago
  84. 55aa601 [PATCH] Update udf documentation to reflect current state of read/write support by Phillip Susi · 18 years ago
  85. fc513a3 [PATCH] Documentation/filesystems/ext4.txt by Dave Kleikamp · 18 years ago
  86. 4a61f17 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6 by Linus Torvalds · 18 years ago
  87. 670e9f3 Documentation: remove duplicated words by Paolo Ornati · 18 years ago
  88. 53cb472 Fix typos in Documentation/: 'S' by Matt LaPlante · 18 years ago
  89. d6bc8ac Fix typos in Documentation/: 'Q'-'R' by Matt LaPlante · 18 years ago
  90. 84eb8d0 Fix "can not" in Documentation and Kconfig by Matt LaPlante · 18 years ago
  91. 992caac Fix typos in Documentation/: 'N'-'P' by Matt LaPlante · 18 years ago
  92. 2fe0ae7 Fix typos in Documentation/: 'H'-'M' by Matt LaPlante · 18 years ago
  93. a2ffd27 Fix typos in Documentation/: 'F'-'G' by Matt LaPlante · 18 years ago
  94. fff9289 Fix typos in Documentation/: 'D'-'E' by Matt LaPlante · 18 years ago
  95. 6c28f2c Fix typos in Documentation/: 'B'-'C' by Matt LaPlante · 18 years ago
  96. 3f6dee9 Fix some typos in Documentation/: 'A' by Matt LaPlante · 18 years ago
  97. bf6ee0a remove mentionings of devfs in documentation by Adrian Bunk · 18 years ago
  98. 59458f4 Merge branch 'master' into gfs2 by Steven Whitehouse · 18 years ago
  99. 027445c [PATCH] Vectorize aio_read/aio_write fileop methods by Badari Pulavarty · 18 years ago
  100. d7ff0db [PATCH] oom_adj/oom_score documentation by Jan-Frode Myklebust · 18 years ago