1. 39f7c4d vfs: keep list of mounts for each superblock by Miklos Szeredi · 13 years ago
  2. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  3. a6322de vfs: switch ->show_path() to struct dentry * by Al Viro · 13 years ago
  4. d861c63 vfs: switch ->show_devname() to struct dentry * by Al Viro · 13 years ago
  5. 6413237 vfs: switch ->show_stats to struct dentry * by Al Viro · 13 years ago
  6. cdcf116 switch security_path_chmod() to struct path * by Al Viro · 13 years ago
  7. d8c9584 vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb by Al Viro · 13 years ago
  8. ece2ccb Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into Z by Al Viro · 13 years ago
  9. d10577a vfs: trim includes a bit by Al Viro · 13 years ago
  10. be08d6d switch mnt_namespace ->root to struct mount by Al Viro · 13 years ago
  11. 0226f49 vfs: take /proc/*/mounts and friends to fs/proc_namespace.c by Al Viro · 13 years ago
  12. 3a2393d vfs: opencode mntget() mnt_set_mountpoint() by Al Viro · 13 years ago
  13. 909b0a8 vfs: spread struct mount - remaining argument of next_mnt() by Al Viro · 13 years ago
  14. c63181e vfs: move fsnotify junk to struct mount by Al Viro · 13 years ago
  15. 52ba162 vfs: move mnt_devname by Al Viro · 13 years ago
  16. 1a4eeaf vfs: move mnt_list to struct mount by Al Viro · 13 years ago
  17. fc7be13 vfs: switch pnode.h macros to struct mount * by Al Viro · 13 years ago
  18. 863d684 vfs: move the rest of int fields to struct mount by Al Viro · 13 years ago
  19. 15169fe vfs: mnt_id/mnt_group_id moved by Al Viro · 13 years ago
  20. 143c8c9 vfs: mnt_ns moved to struct mount by Al Viro · 13 years ago
  21. 900148d vfs: spread struct mount - mntput_no_expire by Al Viro · 13 years ago
  22. 95bc5f2 vfs: spread struct mount - do_add_mount and graft_tree by Al Viro · 13 years ago
  23. 6776db3d vfs: take mnt_share/mnt_slave/mnt_slave_list and mnt_expire to struct mount by Al Viro · 13 years ago
  24. 3230192 vfs: and now we can make ->mnt_master point to struct mount by Al Viro · 13 years ago
  25. d10e8de vfs: take mnt_master to struct mount by Al Viro · 13 years ago
  26. 14cf1fa vfs: spread struct mount - remaining argument of mnt_set_mountpoint() by Al Viro · 13 years ago
  27. a8d56d8 vfs: spread struct mount - propagate_mnt() by Al Viro · 13 years ago
  28. c937135 vfs: spread struct mount - shared subtree iterators by Al Viro · 13 years ago
  29. 6fc7871 vfs: spread struct mount - get_dominating_id / do_make_slave by Al Viro · 13 years ago
  30. 6b41d53 vfs: take mnt_child/mnt_mounts to struct mount by Al Viro · 13 years ago
  31. 68e8a9f vfs: all counters taken to struct mount by Al Viro · 13 years ago
  32. 83adc75 vfs: spread struct mount - work with counters by Al Viro · 13 years ago
  33. a73324d vfs: move mnt_mountpoint to struct mount by Al Viro · 13 years ago
  34. 0714a53 vfs: now it can be done - make mnt_parent point to struct mount by Al Viro · 13 years ago
  35. 3376f34 vfs: mnt_parent moved to struct mount by Al Viro · 13 years ago
  36. 643822b vfs: spread struct mount - is_path_reachable by Al Viro · 13 years ago
  37. 676da58 vfs: spread struct mount - mnt_has_parent by Al Viro · 13 years ago
  38. 1ab5973 vfs: spread struct mount - do_umount/propagate_mount_busy by Al Viro · 13 years ago
  39. 44d964d6 vfs: spread struct mount mnt_set_mountpoint child argument by Al Viro · 13 years ago
  40. 87129cc vfs: spread struct mount - clone_mnt/copy_tree argument by Al Viro · 13 years ago
  41. 692afc3 vfs: spread struct mount - shrink_submounts/select_submounts by Al Viro · 13 years ago
  42. 761d5c3 vfs: spread struct mount - umount_tree argument by Al Viro · 13 years ago
  43. 1b8e556 vfs: the first spoils - mnt_hash moved by Al Viro · 13 years ago
  44. d5e50f7 vfs: spread struct mount to remaining users of ->mnt_hash by Al Viro · 13 years ago
  45. cb338d0 vfs: spread struct mount - clone_mnt/copy_tree result by Al Viro · 13 years ago
  46. 0f0afb1 vfs: spread struct mount - change_mnt_propagation/set_mnt_shared by Al Viro · 13 years ago
  47. b105e27 vfs: spread struct mount - alloc_vfsmnt/free_vfsmnt/mnt_alloc_id/mnt_free_id by Al Viro · 13 years ago
  48. cbbe362 vfs: spread struct mount - tree_contains_unbindable by Al Viro · 13 years ago
  49. 0fb54e5 vfs: spread struct mount - attach_recursive_mnt by Al Viro · 13 years ago
  50. 4b8b21f vfs: spread struct mount - mount group id handling by Al Viro · 13 years ago
  51. 4b2619a vfs: spread struct mount - commit_tree by Al Viro · 13 years ago
  52. 419148d vfs: spread struct mount - attach_mnt/detach_mnt by Al Viro · 13 years ago
  53. 315fc83 vfs: spread struct mount - namespace.c internal iterators by Al Viro · 13 years ago
  54. 61ef47b vfs: spread struct mount - __propagate_umount() argument by Al Viro · 13 years ago
  55. c710536 vfs: spread struct mount - __lookup_mnt() result by Al Viro · 13 years ago
  56. 7d6fec4 vfs: start hiding vfsmount guts series by Al Viro · 13 years ago
  57. a218d0f switch open and mkdir syscalls to umode_t by Al Viro · 13 years ago
  58. 04fc66e switch ->path_mknod() to umode_t by Al Viro · 13 years ago
  59. 4572bef switch ->path_mkdir() to umode_t by Al Viro · 13 years ago
  60. d179333 tomoyo_mini_stat: switch to umode_t by Al Viro · 13 years ago
  61. 84dfa98 consolidate a bunch of ipcbuf.h instances by Al Viro · 13 years ago
  62. 93d3a10 auditsc: propage umode_t by Al Viro · 13 years ago
  63. 2570ebb switch kern_ipc_perm to umode_t by Al Viro · 13 years ago
  64. 0583fcc consolidate umode_t declarations by Al Viro · 13 years ago
  65. 1bc9422 switch spu_create(2) to use of SYSCALL_DEFINE4, make it use umode_t by Al Viro · 13 years ago
  66. df0a428 switch mq_open() to umode_t by Al Viro · 13 years ago
  67. 5706b27 ceph: propagate umode_t by Al Viro · 13 years ago
  68. 138d570 switch hostfs_iattr to explicit unsigned short by Al Viro · 13 years ago
  69. a85cfda switch miscdevice to umode_t by Al Viro · 13 years ago
  70. c6684b2 switch spufs guts to umode_t by Al Viro · 13 years ago
  71. 685dd2d init/initramfs.c: should use umode_t by Al Viro · 13 years ago
  72. f69aac0 switch may_mknod() to umode_t by Al Viro · 13 years ago
  73. 649fc7b should_remove_suid(): inode->i_mode is umode_t by Al Viro · 13 years ago
  74. 52ef0c0 switch securityfs_create_file() to umode_t by Al Viro · 13 years ago
  75. 910f4ece switch security_path_chmod() to umode_t by Al Viro · 13 years ago
  76. 49f0a07 switch sys_chmod()/sys_fchmod()/sys_fchmodat() to umode_t by Al Viro · 13 years ago
  77. 36fcb58 sysctl: use umode_t for table permissions by Al Viro · 13 years ago
  78. dba19c6 get rid of open-coded S_ISREG(), etc. by Al Viro · 13 years ago
  79. 1b9d5ff mqueue: propagate umode_t by Al Viro · 13 years ago
  80. 8d334ac switch is_sxid() to umode_t by Al Viro · 13 years ago
  81. 62bb109 switch inode_init_owner() to umode_t by Al Viro · 13 years ago
  82. 175a4eb fs: propagate umode_t, misc bits by Al Viro · 13 years ago
  83. 030a8ba autofs4: propagate umode_t by Al Viro · 13 years ago
  84. c47da79 hfsplus: propagate umode_t by Al Viro · 13 years ago
  85. e021d7b hfs: propagate umode_t by Al Viro · 13 years ago
  86. 5206efd cifs: propagate umode_t by Al Viro · 13 years ago
  87. dacd0e7 fat: propagate umode_t by Al Viro · 13 years ago
  88. d0c00d0 ntfs: propagate umode_t by Al Viro · 13 years ago
  89. 7328bdd isofs: propagate umode_t by Al Viro · 13 years ago
  90. faa1729 udf: propagate umode_t by Al Viro · 13 years ago
  91. 541af6a fuse: propagate umode_t by Al Viro · 13 years ago
  92. 632861f pohmelfs: propagate umode_t by Al Viro · 13 years ago
  93. 09208d1 shmem, ramfs: propagate umode_t, open-coded S_ISREG by Al Viro · 13 years ago
  94. 8817644 logfs: propagate umode_t by Al Viro · 13 years ago
  95. ad44be5 ubifs: propagate umode_t by Al Viro · 13 years ago
  96. 5eee25c ncpfs: propagate umode_t by Al Viro · 13 years ago
  97. 18df225 hugetlbfs: propagate umode_t by Al Viro · 13 years ago
  98. bef41c2 exofs: propagate umode_t by Al Viro · 13 years ago
  99. c6e49e3 nilfs: propagate umode_t by Al Viro · 13 years ago
  100. 64f1426 sunrpc: propagate umode_t by Al Viro · 13 years ago