1. 65984ff um: hostfs: Fix writeback by Richard Weinberger · 12 years ago
  2. 8e28bc7 [readdir] convert hostfs by Al Viro · 12 years ago
  3. 371fdab hostfs: use kmalloc instead of kzalloc by James Hogan · 12 years ago
  4. 2b3b9bb hostfs: move HOSTFS_SUPER_MAGIC to <linux/magic.h> by James Hogan · 12 years ago
  5. 9dcc5e8 hostfs: remove "will unlock" comment by James Hogan · 12 years ago
  6. aea8b5d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  7. 3e64fe5 fs: Limit sys_mount to only request filesystem modules. (Part 3) by Eric W. Biederman · 12 years ago
  8. bc07732 hostfs: fix a not needed double check by Marco Stornelli · 12 years ago
  9. 4e6b897 hostfs: directory methods have no business in non-directory inode_operations by Al Viro · 12 years ago
  10. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  11. f59b51f Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 12 years ago
  12. 3be2be0 hostfs: drop vmtruncate by Marco Stornelli · 12 years ago
  13. 37185b3 um: get rid of pointless include "..." where include <...> will do by Al Viro · 12 years ago
  14. 29f82ae userns: Convert hostfs to use kuid and kgid where appropriate by Eric W. Biederman · 13 years ago
  15. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 13 years ago
  16. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 13 years ago
  17. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 13 years ago
  18. fa453a6 Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 13 years ago
  19. 3ee6bd8 uml/hostfs: Propagate dirent.d_type to filldir() by Geert Uytterhoeven · 13 years ago
  20. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
  21. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  22. 138d570 switch hostfs_iattr to explicit unsigned short by Al Viro · 14 years ago
  23. 1a67aaf switch ->mknod() to umode_t by Al Viro · 14 years ago
  24. 4acdaf2 switch ->create() to umode_t by Al Viro · 14 years ago
  25. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 14 years ago
  26. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  27. d211858 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue by Linus Torvalds · 13 years ago
  28. 548fd1e um: kill useless include of user.h by Al Viro · 13 years ago
  29. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  30. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 14 years ago
  31. 10556cb ->permission() sanitizing: don't pass flags to ->permission() by Al Viro · 14 years ago
  32. 2830ba7 ->permission() sanitizing: don't pass flags to generic_permission() by Al Viro · 14 years ago
  33. 178ea735 kill check_acl callback of generic_permission() by Al Viro · 14 years ago
  34. e41a59e hostfs: remove unnecessary dentry_unhash on rmdir, dir rename by Sage Weil · 14 years ago
  35. e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 14 years ago
  36. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 14 years ago
  37. f772c4a switch hostfs by Al Viro · 14 years ago
  38. b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 14 years ago
  39. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
  40. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 14 years ago
  41. ec2447c hostfs: simplify locking by Nick Piggin · 14 years ago
  42. fe15ce4 fs: change d_delete semantics by Nick Piggin · 14 years ago
  43. 3c26ff6 convert get_sb_nodev() users by Al Viro · 15 years ago
  44. c5c6dd4 hostfs: code cleanups by Richard Weinberger · 14 years ago
  45. 1b627d5 hostfs: fix UML crash: remove f_spare from hostfs by Richard Weinberger · 14 years ago
  46. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  47. 631dd1a Update broken web addresses in the kernel. by Justin P. Mattock · 14 years ago
  48. 3b6036d hostfs ->follow_link() braino by Al Viro · 15 years ago
  49. 850a496 hostfs: dumb (and usually harmless) tpyo - strncpy instead of strlcpy by Al Viro · 15 years ago
  50. f8ad850 try to get rid of races in hostfs open() by Al Viro · 15 years ago
  51. f8d7e18 leak in hostfs_unlink() by Al Viro · 15 years ago
  52. e919305 hostfs: fix races in dentry_name() and inode_name() by Al Viro · 15 years ago
  53. d0352d3 hostfs: sanitize symlinks by Al Viro · 15 years ago
  54. c532222 hostfs: get rid of inode_dentry_name() by Al Viro · 15 years ago
  55. 4754b82 hostfs: get rid of file_type(), fold init_inode() by Al Viro · 15 years ago
  56. 39b743c switch stat_file() to passing a single struct rather than fsckloads of pointers by Al Viro · 15 years ago
  57. 5e2df28 hostfs: pass pathname to init_inode() by Al Viro · 15 years ago
  58. 52b209f get rid of hostfs_read_inode() by Al Viro · 15 years ago
  59. 601d2c3 hostfs: don't keep a field in each inode when we are using it only in root by Al Viro · 15 years ago
  60. e971a6d stop icache pollution in hostfs, switch to ->evict_inode() by Al Viro · 15 years ago
  61. 1025774 remove inode_setattr by Christoph Hellwig · 15 years ago
  62. 005a59e Deal with missing exports for hostfs by Al Viro · 16 years ago
  63. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 15 years ago
  64. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  65. 752f