1. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  2. 201f956 fs/namei.c: don't pass namedata to lookup_dcache() by Al Viro · 12 years ago
  3. 4ce16ef3 fs/namei.c: don't pass nameidata to d_revalidate() by Al Viro · 12 years ago
  4. 0b728e1 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
  5. fa3c56b fs/nfs/dir.c: switch to passing nd->flags instead of nd wherever possible by Al Viro · 12 years ago
  6. facc353 nfs_lookup_verify_inode() - nd is *always* non-NULL here by Al Viro · 12 years ago
  7. 93420b4 switch nfs_lookup_check_intent() away from nameidata by Al Viro · 12 years ago
  8. 02e5180 do_dentry_open(): take initialization of file->f_path to caller by Al Viro · 12 years ago
  9. 2a027e7 fold __dentry_open() into its sole caller by Al Viro · 12 years ago
  10. 96b7e57 switch do_dentry_open() to returning int by Al Viro · 12 years ago
  11. e45198a make finish_no_open() return int by Al Viro · 12 years ago
  12. 2675a4e fs/namei.c: get do_last() and friends return int by Al Viro · 12 years ago
  13. 30d9049 kill struct opendata by Al Viro · 12 years ago
  14. a4a3bdd kill opendata->{mnt,dentry} by Al Viro · 12 years ago
  15. d958527 make ->atomic_open() return int by Al Viro · 12 years ago
  16. 3d8a00d don't modify od->filp at all by Al Viro · 12 years ago
  17. 4723768 ->atomic_open() prototype change - pass int * instead of bool * by Al Viro · 12 years ago
  18. a8277b9 vfs: move O_DIRECT check to common code by Miklos Szeredi · 12 years ago
  19. f60dc3d vfs: do_last(): clean up retry by Miklos Szeredi · 12 years ago
  20. 77d660a vfs: do_last(): clean up bool by Miklos Szeredi · 12 years ago
  21. e83db16 vfs: do_last(): clean up labels by Miklos Szeredi · 12 years ago
  22. aa4caad vfs: do_last(): clean up error handling by Miklos Szeredi · 12 years ago
  23. 015c3bb vfs: remove open intents from nameidata by Miklos Szeredi · 12 years ago
  24. e43ae79 9p: implement i_op->atomic_open() by Miklos Szeredi · 12 years ago
  25. 2d83bde ceph: implement i_op->atomic_open() by Miklos Szeredi · 12 years ago
  26. 3819219 ceph: remove unused arg from ceph_lookup_open() by Miklos Szeredi · 12 years ago
  27. d2c1271 cifs: implement i_op->atomic_open() by Miklos Szeredi · 12 years ago
  28. c8ccbe0 fuse: implement i_op->atomic_open() by Miklos Szeredi · 12 years ago
  29. eda72af nfs: don't use intents for checking atomic open by Miklos Szeredi · 12 years ago
  30. 50de348 nfs: don't use nd->intent.open.flags by Miklos Szeredi · 12 years ago
  31. 8867fe5 nfs: clean up ->create in nfs_rpc_ops by Miklos Szeredi · 12 years ago
  32. 0dd2b47 nfs: implement i_op->atomic_open() by Miklos Szeredi · 12 years ago
  33. d18e900 vfs: add i_op->atomic_open() by Miklos Szeredi · 12 years ago
  34. 54ef487 vfs: lookup_open(): expand lookup_hash() by Miklos Szeredi · 12 years ago
  35. d58ffd3 vfs: add lookup_open() by Miklos Szeredi · 12 years ago
  36. 7157486 vfs: do_last(): common slow lookup by Miklos Szeredi · 12 years ago
  37. b6183df vfs: do_last(): separate O_CREAT specific code by Miklos Szeredi · 12 years ago
  38. 37d7fff vfs: do_last(): inline lookup_slow() by Miklos Szeredi · 12 years ago
  39. 6d7b5aa namei.c: let follow_link() do put_link() on failure by Al Viro · 12 years ago
  40. 1d67410 coda: use list_for_each_entry by Al Viro · 12 years ago
  41. b3d9b7a vfs: switch i_dentry/d_alias to hlist by Al Viro · 12 years ago
  42. 9f71387 ext4: get rid of open-coded d_find_any_alias() by Al Viro · 12 years ago
  43. a614a09 ocfs2: use list_for_each_entry in ocfs2_find_local_alias() by Al Viro · 12 years ago
  44. 12447c4 affs: unobfuscate affs_fix_dcache() by Al Viro · 12 years ago
  45. 3084ee9 affs: get rid of open-coded list_for_each_entry() by Al Viro · 12 years ago
  46. 7968ce1 adfs: don't bother with ->i_dentry in ->destroy_inode() by Al Viro · 12 years ago
  47. e6f9f8d cifs: don't bother with ->i_dentry in ->destroy_inode() by Al Viro · 12 years ago
  48. 63a4458 qnx6: don't bother with ->i_dentry in inode-freeing callback by Al Viro · 12 years ago
  49. 6ce6e24 get rid of magic in proc_namespace.c by Al Viro · 12 years ago
  50. f7a99c5 get rid of ->mnt_longterm by Al Viro · 12 years ago
  51. d187663 fs/direct-io.c: adjust suspicious bit operation by Julia Lawall · 12 years ago
  52. 3dd8478 affs: get rid of affs_sync_super by Artem Bityutskiy · 12 years ago
  53. a215fef affs: introduce VFS superblock object back-reference by Artem Bityutskiy · 12 years ago
  54. a837107 affs: stop using lock_super by Artem Bityutskiy · 12 years ago
  55. e0471c8 affs: re-structure superblock locking a bit by Artem Bityutskiy · 12 years ago
  56. 0164b1a affs: remove useless superblock writeout on remount by Artem Bityutskiy · 12 years ago
  57. c9753b1 affs: remove useless superblock writeout on unmount by Artem Bityutskiy · 12 years ago
  58. bc86256 affs: stop setting bm_flags by Artem Bityutskiy · 12 years ago
  59. 5f5b331 eCryptfs: check for eCryptfs cipher support at mount by Tim Sally · 12 years ago
  60. 821f749 eCryptfs: Revert to a writethrough cache model by Tyler Hicks · 12 years ago
  61. 1632dcc xfs: do not call xfs_bdstrat_cb in xfs_buf_iodone_callbacks by Christoph Hellwig · 12 years ago
  62. 40a9b79 xfs: prevent recursion in xfs_buf_iorequest by Christoph Hellwig · 12 years ago
  63. aa29284 xfs: don't defer metadata allocation to the workqueue by Dave Chinner · 12 years ago
  64. e3a746f5 xfs: really fix the cursor leak in xfs_alloc_ag_vextent_near by Dave Chinner · 12 years ago
  65. 4264e6a Merge tag 'nfs-for-3.5-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  66. a2dcf5d xfs: do not call xfs_bdstrat_cb in xfs_buf_iodone_callbacks by Christoph Hellwig · 12 years ago
  67. 08023d6 xfs: prevent recursion in xfs_buf_iorequest by Christoph Hellwig · 12 years ago
  68. eb71a12 xfs: don't defer metadata allocation to the workqueue by Dave Chinner · 12 years ago
  69. 8d657eb Remove easily user-triggerable BUG from generic_setlease by Dave Jones · 12 years ago
  70. 1f432a8 xfs: really fix the cursor leak in xfs_alloc_ag_vextent_near by Dave Chinner · 12 years ago
  71. 91f68c8 block: fix infinite loop in __getblk_slow by Jeff Moyer · 12 years ago
  72. 0143fc5 udf: avoid info leak on export by Mathias Krause · 12 years ago
  73. fe685aa isofs: avoid info leak on export by Mathias Krause · 12 years ago
  74. 10983f2 Btrfs: fix typo in convert_extent_bit by Liu Bo · 12 years ago
  75. 6f72c7e Btrfs: add qgroup inheritance by Arne Jansen · 13 years ago
  76. 5d13a37 Btrfs: add qgroup ioctls by Arne Jansen · 13 years ago
  77. c556723 Btrfs: hooks to reserve qgroup space by Arne Jansen · 13 years ago
  78. 546adb0 Btrfs: hooks for qgroup to record delayed refs by Jan Schmidt · 12 years ago
  79. bcef60f Btrfs: quota tree support and startup by Arne Jansen · 13 years ago
  80. edf3927 Btrfs: call the qgroup accounting functions by Jan Schmidt · 12 years ago
  81. bed92ea Btrfs: qgroup implementation and prototypes by Arne Jansen · 12 years ago
  82. 5d8ecbb fat: fix non-atomic NFS i_pos read by Steven J. Magnani · 12 years ago
  83. fea9f71 fs: ramfs: file-nommu: add SetPageUptodate() by Bob Liu · 12 years ago
  84. a4e08d0 ocfs2: fix NULL pointer dereference in __ocfs2_change_file_space() by Luis Henriques · 12 years ago
  85. 475d009 of: Improve prom_update_property() function by Dong Aisheng · 12 years ago
  86. 7f2e7dc nfsd: share some function prototypes by J. Bruce Fields · 12 years ago
  87. d91d0b5 nfsd: allow owner_override only for regular files by J. Bruce Fields · 12 years ago
  88. 74dbafa nfsd4: release openowners on free in >=4.1 case by J. Bruce Fields · 12 years ago
  89. 2930d38 nfsd4: our filesystems are normally case sensitive by J. Bruce Fields · 12 years ago
  90. f1daf66 NFSv4: Fix an NFSv4 mount regression by Trond Myklebust · 12 years ago
  91. 57b9655 udf: Improve table length check to avoid possible overflow by Jan Kara · 12 years ago
  92. 709c048 Btrfs: Test code to change the order of delayed-ref processing by Arne Jansen · 13 years ago
  93. 416ac51 Btrfs: qgroup state and initialization by Arne Jansen · 13 years ago
  94. 20897f5 Btrfs: added helper to create new trees by Arne Jansen · 13 years ago
  95. d13603e Btrfs: check the root passed to btrfs_end_transaction by Arne Jansen · 13 years ago
  96. 2f38b3e Btrfs: add helper for tree enumeration by Arne Jansen · 13 years ago
  97. 630dc77 Btrfs: qgroup on-disk format by Arne Jansen · 13 years ago
  98. 097b8a7 Btrfs: join tree mod log code with the code holding back delayed refs by Jan Schmidt · 12 years ago
  99. cf53883 Btrfs: fix buffer leak in btrfs_next_old_leaf by Jan Schmidt · 12 years ago
  100. 44f4f72 ext3: Check return value of blkdev_issue_flush() by Jan Kara · 12 years ago