1. 1df98b8 proc_fill_cache(): clean up, get rid of pointless find_inode_number() use by Al Viro · 11 years ago
  2. c52a47a proc_fill_cache(): just make instantiate_t return int by Al Viro · 11 years ago
  3. db96316 proc_pid_readdir(): stop wanking with proc_fill_cache() for /proc/self by Al Viro · 11 years ago
  4. 147ce69 proc_fill_cache(): kill pointless check by Al Viro · 11 years ago
  5. 338b2f5 ncpfs: don't bother with EBUSY on removal of busy directories by Al Viro · 11 years ago
  6. 5faf153 don't call file_pos_write() if vfs_{read,write}{,v}() fails by Al Viro · 11 years ago
  7. c77cece Replace a bunch of file->dentry->d_inode refs with file_inode() by David Howells · 11 years ago
  8. 656d09d udf: provide ->tmpfile() by Al Viro · 11 years ago
  9. e6bbef9 ext3 ->tmpfile() support by Al Viro · 11 years ago
  10. f4e0c30 allow the temp files created by open() to be linked to by Al Viro · 11 years ago
  11. 60545d0 [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK now... by Al Viro · 11 years ago
  12. f9652e1 allow build_open_flags() to return an error by Al Viro · 11 years ago
  13. 50cd2c5 lift file_*_write out of do_splice_direct() by Al Viro · 11 years ago
  14. 500368f lift file_*_write out of do_splice_from() by Al Viro · 11 years ago
  15. bc77daa do_last(): fix missing checks for LAST_BIND case by Al Viro · 11 years ago
  16. ac6614b [readdir] constify ->actor by Al Viro · 11 years ago
  17. 2233f31 [readdir] ->readdir() is gone by Al Viro · 11 years ago
  18. 2de5f05 [readdir] convert ecryptfs by Al Viro · 11 years ago
  19. e924f25 [readdir] convert coda by Al Viro · 11 years ago
  20. 3704412b [readdir] convert ocfs2 by Al Viro · 11 years ago
  21. 2c6a247 [readdir] convert fatfs by Al Viro · 11 years ago
  22. b822755 [readdir] convert xfs by Al Viro · 11 years ago
  23. 9cdda8d [readdir] convert btrfs by Al Viro · 11 years ago
  24. 8e28bc7 [readdir] convert hostfs by Al Viro · 11 years ago
  25. 1bbae9f [readdir] convert afs by Al Viro · 11 years ago
  26. 76f582a [readdir] convert ncpfs by Al Viro · 11 years ago
  27. e72514e [readdir] convert hfsplus by Al Viro · 11 years ago
  28. 002f8be [readdir] convert hfs by Al Viro · 11 years ago
  29. f0f49ef [readdir] convert befs by Al Viro · 11 years ago
  30. be4ccdc [readdir] convert cifs by Al Viro · 11 years ago
  31. 9b5d5a1 [readdir] convert freevxfs by Al Viro · 11 years ago
  32. 8d3af7f [readdir] convert fuse by Al Viro · 11 years ago
  33. 568f8f5 [readdir] convert hpfs by Al Viro · 11 years ago
  34. cd62cda reiserfs: switch reiserfs_readdir_dentry to inode by Al Viro · 11 years ago
  35. 99ce416 reiserfs: is_privroot_deh() needs only directory inode, actually by Al Viro · 11 years ago
  36. 4acf381 [readdir] convert reiserfs by Al Viro · 11 years ago
  37. 956ce20 [readdir] convert ntfs by Al Viro · 11 years ago
  38. bfee716 [readdir] convert isofs by Al Viro · 11 years ago
  39. 0312fa7 [readdir] convert jffs2 by Al Viro · 11 years ago
  40. 6f7f231 [readdir] convert f2fs by Al Viro · 11 years ago
  41. 8f29843 [readdir] convert 9p by Al Viro · 11 years ago
  42. 0edf977 [readdir] convert affs by Al Viro · 11 years ago
  43. 2638ffb [readdir] convert adfs by Al Viro · 11 years ago
  44. 46d0733 [readdir] convert logfs by Al Viro · 11 years ago
  45. 070a0eb [readdir] convert jfs by Al Viro · 11 years ago
  46. 77acfa2 [readdir] convert ceph by Al Viro · 11 years ago
  47. 23db862 [readdir] convert nfs by Al Viro · 11 years ago
  48. 725bebb [readdir] convert ext4 by Al Viro · 11 years ago
  49. 4deb398 [readdir] convert qnx6 by Al Viro · 11 years ago
  50. 663f4de [readdir] convert qnx4 by Al Viro · 11 years ago
  51. 9fd4d05 [readdir] convert omfs by Al Viro · 11 years ago
  52. 1616abe [readdir] convert nilfs2 by Al Viro · 11 years ago
  53. d55fea8 [readdir] convert sysfs by Al Viro · 11 years ago
  54. d81a8ef [readdir] convert gfs2 by Al Viro · 11 years ago
  55. 75811d4 [readdir] convert exofs by Al Viro · 11 years ago
  56. 81b9f66 [readdir] convert bfs by Al Viro · 11 years ago
  57. f0c3b50 [readdir] convert procfs by Al Viro · 11 years ago
  58. 68c6147 [readdir] convert openpromfs by Al Viro · 11 years ago
  59. 7aa123a [readdir] convert efs by Al Viro · 11 years ago
  60. 5201885 [readdir] convert configfs by Al Viro · 11 years ago
  61. 3903b38 [readdir] convert romfs by Al Viro · 11 years ago
  62. 5f6039c [readdir] convert squashfs by Al Viro · 11 years ago
  63. 01122e0 [readdir] convert ubifs by Al Viro · 11 years ago
  64. 5add2ee [readdir] convert udf by Al Viro · 11 years ago
  65. 5ded75e [readdir] convert ext3 by Al Viro · 11 years ago
  66. 5f99f4e [readdir] switch dcache_readdir() users to ->iterate() by Al Viro · 11 years ago
  67. 8088629 [readdir] simple local unixlike: switch to ->iterate() by Al Viro · 11 years ago
  68. bb6f619 [readdir] introduce ->iterate(), ctx->pos, dir_emit() by Al Viro · 11 years ago
  69. 5c0ba4e [readdir] introduce iterate_dir() and dir_context by Al Viro · 11 years ago
  70. e06aeb5 compat.c: LOOP_CLR_FD is taken care of in loop.c itself... by Al Viro · 11 years ago
  71. 605c912 UBIFS: fix a horrid bug by Artem Bityutskiy · 11 years ago
  72. 33f1a63 UBIFS: prepare to fix a horrid bug by Artem Bityutskiy · 11 years ago
  73. 7995bd2 splice: don't pass the address of ->f_pos to methods by Al Viro · 11 years ago
  74. d0ff934 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  75. d58c6ff Merge tag 'for-linus-v3.10-rc6' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  76. 0525290 use can_lookup() instead of direct checks of ->i_op->lookup by Al Viro · 11 years ago
  77. e7b2c40 fput: task_work_add() can fail if the caller has passed exit_task_work() by Oleg Nesterov · 11 years ago
  78. d302cf1 xfs: don't shutdown log recovery on validation errors by Dave Chinner · 11 years ago
  79. 088c9f6 xfs: ensure btree root split sets blkno correctly by Dave Chinner · 11 years ago
  80. 5170711 xfs: fix implicit padding in directory and attr CRC formats by Dave Chinner · 11 years ago
  81. 47ad2fc xfs: don't emit v5 superblock warnings on write by Dave Chinner · 11 years ago
  82. a2648eb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  83. a568fa1 Merge branch 'akpm' (updates from Andrew Morton) by Linus Torvalds · 11 years ago
  84. 27749f2 ocfs2: add missing lockres put in dlm_mig_lockres_handler by Xue jiufei · 11 years ago
  85. 4fcc712 aio: fix io_destroy() regression by using call_rcu() by Kent Overstreet · 11 years ago
  86. e099127 fs/ocfs2/namei.c: remove unecessary ERROR when removing non-empty directory by Goldwyn Rodrigues · 11 years ago
  87. 7869e59 ocfs2: ocfs2_prep_new_orphaned_file() should return ret by Xiaowei.Hu · 11 years ago
  88. 637241a kmsg: honor dmesg_restrict sysctl on /dev/kmsg by Kees Cook · 11 years ago
  89. 8d7a8fe Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 11 years ago
  90. bbd465d hpfs: fix warnings when the filesystem fills up by Mikulas Patocka · 11 years ago
  91. 81db4db Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  92. 13e6c37 Btrfs: stop all workers before cleaning up roots by Josef Bacik · 11 years ago
  93. 2932505 Btrfs: fix use-after-free bug during umount by Liu Bo · 11 years ago
  94. a9995ee Btrfs: init relocate extent_io_tree with a mapping by Josef Bacik · 11 years ago
  95. 6379ef9 btrfs: Drop inode if inode root is NULL by Naohiro Aota · 11 years ago
  96. 7b5ff90 Btrfs: don't delete fs_roots until after we cleanup the transaction by Josef Bacik · 11 years ago
  97. b8e9dbac Merge tag 'ecryptfs-3.10-rc5-msync' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 11 years ago
  98. e432785 Merge branch 'for-3.10' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 11 years ago
  99. 698b822 ncpfs: fix rmdir returns Device or resource busy by Dave Chiluk · 11 years ago
  100. e6395b6 Merge tag 'for-linus-v3.10-rc5' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago