1. 3d8a00d don't modify od->filp at all by Al Viro · 12 years ago
  2. 4723768 ->atomic_open() prototype change - pass int * instead of bool * by Al Viro · 12 years ago
  3. a8277b9 vfs: move O_DIRECT check to common code by Miklos Szeredi · 12 years ago
  4. f60dc3d vfs: do_last(): clean up retry by Miklos Szeredi · 12 years ago
  5. 77d660a vfs: do_last(): clean up bool by Miklos Szeredi · 12 years ago
  6. e83db16 vfs: do_last(): clean up labels by Miklos Szeredi · 12 years ago
  7. aa4caad vfs: do_last(): clean up error handling by Miklos Szeredi · 12 years ago
  8. 015c3bb vfs: remove open intents from nameidata by Miklos Szeredi · 12 years ago
  9. e43ae79 9p: implement i_op->atomic_open() by Miklos Szeredi · 12 years ago
  10. 2d83bde ceph: implement i_op->atomic_open() by Miklos Szeredi · 12 years ago
  11. 3819219 ceph: remove unused arg from ceph_lookup_open() by Miklos Szeredi · 12 years ago
  12. d2c1271 cifs: implement i_op->atomic_open() by Miklos Szeredi · 12 years ago
  13. c8ccbe0 fuse: implement i_op->atomic_open() by Miklos Szeredi · 12 years ago
  14. eda72af nfs: don't use intents for checking atomic open by Miklos Szeredi · 12 years ago
  15. 50de348 nfs: don't use nd->intent.open.flags by Miklos Szeredi · 12 years ago
  16. 8867fe5 nfs: clean up ->create in nfs_rpc_ops by Miklos Szeredi · 12 years ago
  17. 0dd2b47 nfs: implement i_op->atomic_open() by Miklos Szeredi · 12 years ago
  18. d18e900 vfs: add i_op->atomic_open() by Miklos Szeredi · 12 years ago
  19. 54ef487 vfs: lookup_open(): expand lookup_hash() by Miklos Szeredi · 12 years ago
  20. d58ffd3 vfs: add lookup_open() by Miklos Szeredi · 12 years ago
  21. 7157486 vfs: do_last(): common slow lookup by Miklos Szeredi · 12 years ago
  22. b6183df vfs: do_last(): separate O_CREAT specific code by Miklos Szeredi · 12 years ago
  23. 37d7fff vfs: do_last(): inline lookup_slow() by Miklos Szeredi · 12 years ago
  24. 6d7b5aa namei.c: let follow_link() do put_link() on failure by Al Viro · 12 years ago
  25. 1d67410 coda: use list_for_each_entry by Al Viro · 12 years ago
  26. b3d9b7a vfs: switch i_dentry/d_alias to hlist by Al Viro · 12 years ago
  27. 9f71387 ext4: get rid of open-coded d_find_any_alias() by Al Viro · 12 years ago
  28. a614a09 ocfs2: use list_for_each_entry in ocfs2_find_local_alias() by Al Viro · 12 years ago
  29. 12447c4 affs: unobfuscate affs_fix_dcache() by Al Viro · 12 years ago
  30. 3084ee9 affs: get rid of open-coded list_for_each_entry() by Al Viro · 12 years ago
  31. 7968ce1 adfs: don't bother with ->i_dentry in ->destroy_inode() by Al Viro · 12 years ago
  32. e6f9f8d cifs: don't bother with ->i_dentry in ->destroy_inode() by Al Viro · 12 years ago
  33. 63a4458 qnx6: don't bother with ->i_dentry in inode-freeing callback by Al Viro · 12 years ago
  34. 6ce6e24 get rid of magic in proc_namespace.c by Al Viro · 12 years ago
  35. f7a99c5 get rid of ->mnt_longterm by Al Viro · 12 years ago
  36. d187663 fs/direct-io.c: adjust suspicious bit operation by Julia Lawall · 12 years ago
  37. 3dd8478 affs: get rid of affs_sync_super by Artem Bityutskiy · 12 years ago
  38. a215fef affs: introduce VFS superblock object back-reference by Artem Bityutskiy · 12 years ago
  39. a837107 affs: stop using lock_super by Artem Bityutskiy · 12 years ago
  40. e0471c8 affs: re-structure superblock locking a bit by Artem Bityutskiy · 12 years ago
  41. 0164b1a affs: remove useless superblock writeout on remount by Artem Bityutskiy · 12 years ago
  42. c9753b1 affs: remove useless superblock writeout on unmount by Artem Bityutskiy · 12 years ago
  43. bc86256 affs: stop setting bm_flags by Artem Bityutskiy · 12 years ago
  44. 4264e6a Merge tag 'nfs-for-3.5-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  45. 8d657eb Remove easily user-triggerable BUG from generic_setlease by Dave Jones · 12 years ago
  46. 91f68c8 block: fix infinite loop in __getblk_slow by Jeff Moyer · 12 years ago
  47. 5d8ecbb fat: fix non-atomic NFS i_pos read by Steven J. Magnani · 12 years ago
  48. fea9f71 fs: ramfs: file-nommu: add SetPageUptodate() by Bob Liu · 12 years ago
  49. a4e08d0 ocfs2: fix NULL pointer dereference in __ocfs2_change_file_space() by Luis Henriques · 12 years ago
  50. f1daf66 NFSv4: Fix an NFSv4 mount regression by Trond Myklebust · 12 years ago
  51. 4035c24 NFS: Fix list manipulation snafus in fs/nfs/direct.c by Trond Myklebust · 12 years ago
  52. 332a2e1 vfs: make O_PATH file descriptors usable for 'fchdir()' by Linus Torvalds · 12 years ago
  53. 26c439d Merge tag 'ecryptfs-3.5-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 12 years ago
  54. 8dc6780 eCryptfs: Gracefully refuse miscdev file ops on inherited/passed files by Tyler Hicks · 12 years ago
  55. 1b7fa4c Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 12 years ago
  56. 064ea1a Merge git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
  57. 5eecb9c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  58. a4564ea ocfs2: Fix bogus error message from ocfs2_global_read_info by Jan Kara · 13 years ago
  59. 65622e6 ocfs2: for SEEK_DATA/SEEK_HOLE, return internal error unchanged if ocfs2_get_clusters_nocache() or ocfs2_inode_lock() call failed. by Jeff Liu · 13 years ago
  60. a75e9cc ocfs2: use spinlock irqsave for downconvert lock.patch by Srinivas Eeda · 13 years ago
  61. 16865b7 ocfs2: Misplaced parens in unlikley by roel · 13 years ago
  62. 3e5d3c3 ocfs2: clear unaligned io flag when dio fails by Junxiao Bi · 12 years ago
  63. 60d65f1 eCryptfs: Fix lockdep warning in miscdev operations by Tyler Hicks · 12 years ago
  64. 9fe79d7 eCryptfs: Properly check for O_RDONLY flag before doing privileged open by Tyler Hicks · 12 years ago
  65. a3da2c6 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  66. ec01d73 cifs: when server doesn't set CAP_LARGE_READ_X, cap default rsize at MaxBufferSize by Jeff Layton · 12 years ago
  67. b630556 Btrfs: run delayed directory updates during log replay by Chris Mason · 12 years ago
  68. 7fd1a3f Btrfs: hold a ref on the inode during writepages by Josef Bacik · 12 years ago
  69. bdb7d30 Btrfs: fix tree log remove space corner case by Josef Bacik · 12 years ago
  70. 6bf0231 Btrfs: fix wrong check during log recovery by Liu Bo · 12 years ago
  71. d3a9404 Btrfs: use _IOR for BTRFS_IOC_SUBVOL_GETFLAGS by Alexander Block · 12 years ago
  72. 2b6ba62 Btrfs: resume balance on rw (re)mounts properly by Ilya Dryomov · 12 years ago
  73. 68310a5 Btrfs: restore restriper state on all mounts by Ilya Dryomov · 12 years ago
  74. c3473e8 Btrfs: fix dio write vs buffered read race by Josef Bacik · 12 years ago
  75. 597a60f Btrfs: don't count I/O statistic read errors for missing devices by Stefan Behrens · 12 years ago
  76. 221d3eb Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  77. 9a7c6b7 Merge tag 'upstream-3.5-rc5' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 12 years ago
  78. 1df2ae3 udf: Fortify loading of sparing table by Jan Kara · 12 years ago
  79. adee11b udf: Avoid run away loop when partition table length is corrupted by Jan Kara · 12 years ago
  80. cb14d34 udf: Use 'ret' instead of abusing 'i' in udf_load_logicalvol() by Jan Kara · 12 years ago
  81. d42244a Btrfs: resolve tree mod log locking issue in btrfs_next_leaf by Jan Schmidt · 12 years ago
  82. 19956c7 Btrfs: fix tree mod log rewind of ADD operations by Jan Schmidt · 12 years ago
  83. 155725c Btrfs: leave critical region in btrfs_find_all_roots as soon as possible by Jan Schmidt · 12 years ago
  84. c3e0696 Btrfs: always put insert_ptr modifications into the tree mod log by Jan Schmidt · 12 years ago
  85. 28da9fb Btrfs: fix tree mod log for root replacements at leaf level by Jan Schmidt · 12 years ago
  86. 9345457 Btrfs: support root level changes in __resolve_indirect_ref by Jan Schmidt · 12 years ago
  87. 8ca78f3 Btrfs: avoid waiting for delayed refs when we must not by Jan Schmidt · 12 years ago
  88. 2d4cf5a UBIFS: correct usage of IS_ENABLED() by Brian Norris · 12 years ago
  89. 002b758 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  90. 369c4f5 Merge tag 'for-linus-Jun-21-2012' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 12 years ago
  91. 636040b Merge tag 'nfs-for-3.5-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  92. 8874e81 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  93. f7bdf03 xfs: rename log structure to xlog by Mark Tinguely · 12 years ago
  94. 8866fc6 xfs: shutdown xfs_sync_worker before the log by Ben Myers · 12 years ago
  95. 59c84ed0 xfs: Fix overallocation in xfs_buf_allocate_memory() by Jan Kara · 12 years ago
  96. 76d0953 xfs: fix allocbt cursor leak in xfs_alloc_ag_vextent_near by Dave Chinner · 12 years ago
  97. 9a3a5da xfs: check for stale inode before acquiring iflock on push by Brian Foster · 12 years ago
  98. cb77fcd Btrfs: delay iput with async extents by Josef Bacik · 12 years ago
  99. e18fca7 Btrfs: add a missing spin_lock by Josef Bacik · 12 years ago
  100. 69bca40 Btrfs: don't assume to be on the correct extent in add_all_parents by Alexander Block · 12 years ago