1. f772c4a switch hostfs by Al Viro · 13 years ago
  2. b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 13 years ago
  3. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 13 years ago
  4. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 13 years ago
  5. ec2447c hostfs: simplify locking by Nick Piggin · 13 years ago
  6. fe15ce4 fs: change d_delete semantics by Nick Piggin · 13 years ago
  7. 3c26ff6 convert get_sb_nodev() users by Al Viro · 14 years ago
  8. c5c6dd4 hostfs: code cleanups by Richard Weinberger · 14 years ago
  9. 1b627d5 hostfs: fix UML crash: remove f_spare from hostfs by Richard Weinberger · 14 years ago
  10. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  11. 631dd1a Update broken web addresses in the kernel. by Justin P. Mattock · 14 years ago
  12. 3b6036d hostfs ->follow_link() braino by Al Viro · 14 years ago
  13. 850a496 hostfs: dumb (and usually harmless) tpyo - strncpy instead of strlcpy by Al Viro · 14 years ago
  14. f8ad850 try to get rid of races in hostfs open() by Al Viro · 14 years ago
  15. f8d7e18 leak in hostfs_unlink() by Al Viro · 14 years ago
  16. e919305 hostfs: fix races in dentry_name() and inode_name() by Al Viro · 14 years ago
  17. d0352d3 hostfs: sanitize symlinks by Al Viro · 14 years ago
  18. c532222 hostfs: get rid of inode_dentry_name() by Al Viro · 14 years ago
  19. 4754b82 hostfs: get rid of file_type(), fold init_inode() by Al Viro · 14 years ago
  20. 39b743c switch stat_file() to passing a single struct rather than fsckloads of pointers by Al Viro · 14 years ago
  21. 5e2df28 hostfs: pass pathname to init_inode() by Al Viro · 14 years ago
  22. 52b209f7 get rid of hostfs_read_inode() by Al Viro · 14 years ago
  23. 601d2c3 hostfs: don't keep a field in each inode when we are using it only in root by Al Viro · 14 years ago
  24. e971a6d stop icache pollution in hostfs, switch to ->evict_inode() by Al Viro · 14 years ago
  25. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  26. 005a59e Deal with missing exports for hostfs by Al Viro · 15 years ago
  27. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  28. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  29. 752fa51 hostfs: set maximum filesize in superblock for proper LFS support by Wolfgang Illmeyer · 15 years ago
  30. e16404e constify dentry_operations: misc filesystems by Al Viro · 15 years ago
  31. 54566b2 fs: symlink write_begin allocation context fix by Nick Piggin · 15 years ago
  32. ea7e743 hostfs: fix a duplicated global function name by WANG Cong · 16 years ago
  33. aeb5d72 [PATCH] introduce fmode_t, do annotations by Al Viro · 16 years ago
  34. e6305c4 [PATCH] sanitize ->permission() prototype by Al Viro · 16 years ago
  35. 6966a97 UML: fix hostfs build by Jiri Kosina · 16 years ago
  36. dd2cc4d mount options: fix hostfs by Miklos Szeredi · 16 years ago
  37. 0a370e5 iget: stop HOSTFS from using iget() and read_inode() by David Howells · 16 years ago
  38. d7b8851 uml: fix hostfs tv_usec calculations by Dominique Quatravaux · 16 years ago
  39. 84b3db0 uml: fix hostfs style by Jeff Dike · 17 years ago
  40. baabd15 uml: remove unneeded if from hostfs by Jeff Dike · 17 years ago
  41. a1ff587 UML: remove unnecessary hostfs_getattr() by Miklos Szeredi · 17 years ago
  42. ae361ff hostfs: convert to new aops by Nick Piggin · 17 years ago
  43. 5ffc4ef sendfile: remove .sendfile from filesystems that use generic_file_sendfile() by Jens Axboe · 17 years ago
  44. f1adc05 uml: hostfs style fixes by Jeff Dike · 17 years ago
  45. 5822b7f uml: make hostfs_setattr() support operations on unlinked open files by Alberto Bertogli · 17 years ago
  46. 75e8def [PATCH] uml: hostfs variable renaming by Paolo 'Blaisorblade' Giarrusso · 17 years ago
  47. 622e696 [PATCH] uml: fix compilation problems by Jeff Dike · 17 years ago
  48. a6eb0be [PATCH] uml: hostfs: make hostfs= option work as a jail, as intended. by Paolo 'Blaisorblade' Giarrusso · 17 years ago
  49. bca2711 [PATCH] uml: hostfs: fix double free by Paolo 'Blaisorblade' Giarrusso · 17 years ago
  50. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  51. 92e1d5b [PATCH] mark struct inode_operations const 2 by Arjan van de Ven · 17 years ago
  52. 88f6cd0 [PATCH] uml: fix mknod by Johannes Stezenbach · 17 years ago
  53. 680b0da [PATCH] struct path: convert hostfs by Josef Sipek · 18 years ago
  54. 543ade1 [PATCH] Streamline generic_file_* interfaces and filemap cleanups by Badari Pulavarty · 18 years ago
  55. ee0b3e6 [PATCH] Remove readv/writev methods and use aio_read/aio_write instead by Badari Pulavarty · 18 years ago
  56. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  57. f5e54d6 [PATCH] mark address_space_operations const by Christoph Hellwig · 18 years ago
  58. 726c334 [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry by David Howells · 18 years ago
  59. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  60. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  61. 86c79cb [PATCH] uml: fix hostfs stack corruption by Jeff Dike · 18 years ago
  62. 30f04a4 [PATCH] uml: hostfs - fix possible PAGE_CACHE_SHIFT overflows by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  63. 3d0a07e3 [PATCH] Hostfs: remove unused var by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  64. 733482e [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason by Olaf Hering · 19 years ago
  65. f99d49a [PATCH] kfree cleanup: fs by Jesper Juhl · 19 years ago
  66. daa35ed [PATCH] uml: remove empty hostfs_truncate method by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  67. fef2665 [PATCH] update filesystems for new delete_inode behavior by Mark Fasheh · 19 years ago
  68. e89bbd3 [PATCH] remove iattr.ia_attr_flags by Miklos Szeredi · 19 years ago
  69. a2d76bd [PATCH] uml: implement hostfs syncing by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  70. a0d43df [PATCH] uml: hostfs: unuse ROOT_DEV by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  71. a2e4b97 [PATCH] uml: remove 2_5compat.h by Jeff Dike · 19 years ago
  72. 51a1411 [PATCH] uml: hostfs failed mount handling by Jeff Dike · 19 years ago
  73. ffa0aea [PATCH] uml - hostfs: avoid buffers by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  74. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago