1. e4fad8e consolidate pipe file creation by Al Viro · 12 years ago
  2. b5bcdda take grabbing f->f_path to do_dentry_open() by Al Viro · 12 years ago
  3. 5c33b18 uninline file_free_rcu() by Al Viro · 12 years ago
  4. 0b1d901 ecryptfs_lookup_interpose(): allocate dentry_info first by Al Viro · 12 years ago
  5. bc65a12 sanitize ecryptfs_lookup() by Al Viro · 12 years ago
  6. a8104a9 pull mnt_want_write()/mnt_drop_write() into kern_path_create()/done_path_create() resp. by Al Viro · 12 years ago
  7. 8e4bfca mknod: take sanity checks on mode into the very beginning by Al Viro · 12 years ago
  8. 921a165 new helper: done_path_create() by Al Viro · 12 years ago
  9. 8cae6f7 ext4: switch EXT4_IOC_RESIZE_FS to mnt_want_write_file() by Al Viro · 12 years ago
  10. 11e62a8 btrfs: switch btrfs_ioctl_balance() to mnt_want_write_file() by Al Viro · 12 years ago
  11. 765927b switch dentry_open() to struct path, make it grab references itself by Al Viro · 13 years ago
  12. 3b8b487 ecryptfs: don't reinvent the wheels, please - use struct completion by Al Viro · 13 years ago
  13. 8fc37ec don't expose I_NEW inodes via dentry->d_inode by Al Viro · 12 years ago
  14. 32a7991 tidy up namei.c a bit by Al Viro · 12 years ago
  15. 3c0a616 unobfuscate follow_up() a bit by Al Viro · 12 years ago
  16. de9b942 ext3: pass custom EOF to generic_file_llseek_size() by Eric Sandeen · 13 years ago
  17. ec7268c ext4: use core vfs llseek code for dir seeks by Eric Sandeen · 13 years ago
  18. e8b96eb vfs: allow custom EOF in generic_file_llseek code by Eric Sandeen · 13 years ago
  19. 4ea425b vfs: Avoid unnecessary WB_SYNC_NONE writeback during sys_sync and reorder sync passes by Jan Kara · 13 years ago
  20. d0e91b1 vfs: Remove unnecessary flushing of block devices by Jan Kara · 13 years ago
  21. a8c7176 vfs: Make sys_sync writeout also block device inodes by Jan Kara · 13 years ago
  22. 5c0d6b6 vfs: Create function for iterating over block devices by Jan Kara · 13 years ago
  23. b3de653 vfs: Reorder operations during sys_sync by Jan Kara · 13 years ago
  24. a117782 quota: Move quota syncing to ->sync_fs method by Jan Kara · 13 years ago
  25. ceed172 quota: Split dquot_quota_sync() to writeback and cache flushing part by Jan Kara · 13 years ago
  26. 6eedc70 vfs: Move noop_backing_dev_info check from sync into writeback by Jan Kara · 13 years ago
  27. 9e9ad5f fs/ufs: get rid of write_super by Artem Bityutskiy · 12 years ago
  28. 7bd54ef fs/ufs: re-arrange the code a bit by Artem Bityutskiy · 12 years ago
  29. 65e5e83 fs/ufs: remove extra superblock write on unmount by Artem Bityutskiy · 12 years ago
  30. 9d46be2 fs/sysv: stop using write_super and s_dirt by Artem Bityutskiy · 13 years ago
  31. eee4589 fs/sysv: remove another useless write_super call by Artem Bityutskiy · 13 years ago
  32. a4d05d3 fs/sysv: remove useless write_super call by Artem Bityutskiy · 13 years ago
  33. 5687b57 hfs: get rid of hfs_sync_super by Artem Bityutskiy · 12 years ago
  34. b16ca62 hfs: introduce VFS superblock object back-reference by Artem Bityutskiy · 12 years ago
  35. 4527440 hfs: simplify a bit checking for R/O by Artem Bityutskiy · 12 years ago
  36. a3742d4 hfs: remove extra mdb write on unmount by Artem Bityutskiy · 12 years ago
  37. b593523 hfs: get rid of lock_super by Artem Bityutskiy · 12 years ago
  38. 715189d hfs: push lock_super down by Artem Bityutskiy · 12 years ago
  39. 9e6c582 hfsplus: get rid of write_super by Artem Bityutskiy · 12 years ago
  40. 58770d7 hfsplus: remove useless check by Artem Bityutskiy · 12 years ago
  41. b7a90e8 hfsplus: amend debugging print by Artem Bityutskiy · 12 years ago
  42. 0a81861 hfsplus: make hfsplus_sync_fs static by Artem Bityutskiy · 12 years ago
  43. 3ffa3c0 aio: now fput() is OK from interrupt context; get rid of manual delayed __fput() by Al Viro · 13 years ago
  44. 4a9d4b0 switch fput to task_work_add by Al Viro · 13 years ago
  45. 1e0ea00 use __lookup_hash() in kern_path_parent() by Al Viro · 12 years ago
  46. 0bdaea9 VFS: Split inode_permission() by David Howells · 13 years ago
  47. 9249e17 VFS: Pass mount flags to sget() by David Howells · 13 years ago
  48. f015f126 VFS: Comment mount following code by David Howells · 13 years ago
  49. be34d1a VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errors by David Howells · 13 years ago
  50. 55e4def VFS: Make chown() and lchown() call fchownat() by David Howells · 13 years ago
  51. c3c4f69 do_dentry_open(): close the race with mark_files_ro() in failure exit by Al Viro · 13 years ago
  52. 85d7d61 mark_files_ro(): don't bother with mntget/mntput by Al Viro · 13 years ago
  53. c4107b3 notify_change(): check that i_mutex is held by Andrew Morton · 13 years ago
  54. b5fb63c1 fs: add nd_jump_link by Christoph Hellwig · 13 years ago
  55. 408ef01 fs: move path_put on failure out of ->follow_link by Christoph Hellwig · 13 years ago
  56. ac481d6 debugfs: get rid of useless arguments to debugfs_{mkdir,symlink} by Al Viro · 13 years ago
  57. cfa57c1 debugfs: fold debugfs_create_by_name() into the only caller by Al Viro · 13 years ago
  58. c3b1a35 debugfs: make sure that debugfs_create_file() gets used only for regulars by Al Viro · 13 years ago
  59. ee3efa9 __d_unalias() should refuse to move mountpoints by Al Viro · 13 years ago
  60. e77fb7c sysfs: just use d_materialise_unique() by Al Viro · 13 years ago
  61. 469796d sysfs: switch to ->s_d_op and ->d_release() by Al Viro · 13 years ago
  62. 79714f7 get rid of kern_path_parent() by Al Viro · 13 years ago
  63. 1acf0af VFS: Fix the banner comment on lookup_open() by David Howells · 13 years ago
  64. 312b63f don't pass nameidata * to vfs_create() by Al Viro · 13 years ago
  65. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 13 years ago
  66. 72bd866 fs/namei.c: don't pass nameidata to __lookup_hash() and lookup_real() by Al Viro · 13 years ago
  67. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 13 years ago
  68. 201f956 fs/namei.c: don't pass namedata to lookup_dcache() by Al Viro · 13 years ago
  69. 4ce16ef3 fs/namei.c: don't pass nameidata to d_revalidate() by Al Viro · 13 years ago
  70. 0b728e1 stop passing nameidata * to ->d_revalidate() by Al Viro · 13 years ago
  71. fa3c56b fs/nfs/dir.c: switch to passing nd->flags instead of nd wherever possible by Al Viro · 13 years ago
  72. facc353 nfs_lookup_verify_inode() - nd is *always* non-NULL here by Al Viro · 13 years ago
  73. 93420b4 switch nfs_lookup_check_intent() away from nameidata by Al Viro · 13 years ago
  74. 02e5180 do_dentry_open(): take initialization of file->f_path to caller by Al Viro · 13 years ago
  75. 2a027e7 fold __dentry_open() into its sole caller by Al Viro · 13 years ago
  76. 96b7e57 switch do_dentry_open() to returning int by Al Viro · 13 years ago
  77. e45198a make finish_no_open() return int by Al Viro · 13 years ago
  78. 2675a4e fs/namei.c: get do_last() and friends return int by Al Viro · 13 years ago
  79. 30d9049 kill struct opendata by Al Viro · 13 years ago
  80. a4a3bdd kill opendata->{mnt,dentry} by Al Viro · 13 years ago
  81. d958527 make ->atomic_open() return int by Al Viro · 13 years ago
  82. 3d8a00d don't modify od->filp at all by Al Viro · 13 years ago
  83. 4723768 ->atomic_open() prototype change - pass int * instead of bool * by Al Viro · 13 years ago
  84. a8277b9 vfs: move O_DIRECT check to common code by Miklos Szeredi · 13 years ago
  85. f60dc3d vfs: do_last(): clean up retry by Miklos Szeredi · 13 years ago
  86. 77d660a vfs: do_last(): clean up bool by Miklos Szeredi · 13 years ago
  87. e83db16 vfs: do_last(): clean up labels by Miklos Szeredi · 13 years ago
  88. aa4caad vfs: do_last(): clean up error handling by Miklos Szeredi · 13 years ago
  89. 015c3bb vfs: remove open intents from nameidata by Miklos Szeredi · 13 years ago
  90. e43ae79 9p: implement i_op->atomic_open() by Miklos Szeredi · 13 years ago
  91. 2d83bde ceph: implement i_op->atomic_open() by Miklos Szeredi · 13 years ago
  92. 3819219 ceph: remove unused arg from ceph_lookup_open() by Miklos Szeredi · 13 years ago
  93. d2c1271 cifs: implement i_op->atomic_open() by Miklos Szeredi · 13 years ago
  94. c8ccbe0 fuse: implement i_op->atomic_open() by Miklos Szeredi · 13 years ago
  95. eda72af nfs: don't use intents for checking atomic open by Miklos Szeredi · 13 years ago
  96. 50de348 nfs: don't use nd->intent.open.flags by Miklos Szeredi · 13 years ago
  97. 8867fe5 nfs: clean up ->create in nfs_rpc_ops by Miklos Szeredi · 13 years ago
  98. 0dd2b47 nfs: implement i_op->atomic_open() by Miklos Szeredi · 13 years ago
  99. d18e900 vfs: add i_op->atomic_open() by Miklos Szeredi · 13 years ago
  100. 54ef487 vfs: lookup_open(): expand lookup_hash() by Miklos Szeredi · 13 years ago