1. da53be1 Don't pass inode to ->d_hash() and ->d_compare() by Linus Torvalds · 11 years ago
  2. 642b704 minix: bug widening a binary "not" operation by Dan Carpenter · 11 years ago
  3. 18c67cb splice: lift checks from do_splice_from() into callers by Al Viro · 11 years ago
  4. 68d70d0 constify rw_verify_area() by Al Viro · 11 years ago
  5. 1bf9d14 new helper: fixed_size_llseek() by Al Viro · 11 years ago
  6. 0747fdb ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sb by Al Viro · 11 years ago
  7. cb5e05d fuse: another open-coded file_inode() by Al Viro · 11 years ago
  8. 6d0379e btrfs: more open-coded file_inode() by Al Viro · 11 years ago
  9. 3058dca fanotify: quit wanking with FASYNC in ->release() by Al Viro · 11 years ago
  10. 0b3fca1 kill find_inode_number() by Al Viro · 11 years ago
  11. 6b5e122 coda: don't bother with find_inode_number() by Al Viro · 11 years ago
  12. 1df98b8 proc_fill_cache(): clean up, get rid of pointless find_inode_number() use by Al Viro · 11 years ago
  13. c52a47a proc_fill_cache(): just make instantiate_t return int by Al Viro · 11 years ago
  14. db96316 proc_pid_readdir(): stop wanking with proc_fill_cache() for /proc/self by Al Viro · 11 years ago
  15. 147ce69 proc_fill_cache(): kill pointless check by Al Viro · 11 years ago
  16. 338b2f5 ncpfs: don't bother with EBUSY on removal of busy directories by Al Viro · 11 years ago
  17. 5faf153 don't call file_pos_write() if vfs_{read,write}{,v}() fails by Al Viro · 11 years ago
  18. c77cece Replace a bunch of file->dentry->d_inode refs with file_inode() by David Howells · 11 years ago
  19. 656d09d udf: provide ->tmpfile() by Al Viro · 11 years ago
  20. e6bbef9 ext3 ->tmpfile() support by Al Viro · 11 years ago
  21. f4e0c30 allow the temp files created by open() to be linked to by Al Viro · 11 years ago
  22. 60545d0 [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK now... by Al Viro · 11 years ago
  23. f9652e1 allow build_open_flags() to return an error by Al Viro · 11 years ago
  24. 50cd2c5 lift file_*_write out of do_splice_direct() by Al Viro · 11 years ago
  25. 500368f lift file_*_write out of do_splice_from() by Al Viro · 11 years ago
  26. bc77daa do_last(): fix missing checks for LAST_BIND case by Al Viro · 11 years ago
  27. ac6614b [readdir] constify ->actor by Al Viro · 11 years ago
  28. 2233f31 [readdir] ->readdir() is gone by Al Viro · 11 years ago
  29. 2de5f05 [readdir] convert ecryptfs by Al Viro · 11 years ago
  30. e924f25 [readdir] convert coda by Al Viro · 11 years ago
  31. 3704412b [readdir] convert ocfs2 by Al Viro · 11 years ago
  32. 2c6a247 [readdir] convert fatfs by Al Viro · 11 years ago
  33. b822755 [readdir] convert xfs by Al Viro · 11 years ago
  34. 9cdda8d [readdir] convert btrfs by Al Viro · 11 years ago
  35. 8e28bc7 [readdir] convert hostfs by Al Viro · 11 years ago
  36. 1bbae9f [readdir] convert afs by Al Viro · 11 years ago
  37. 76f582a [readdir] convert ncpfs by Al Viro · 11 years ago
  38. e72514e [readdir] convert hfsplus by Al Viro · 11 years ago
  39. 002f8be [readdir] convert hfs by Al Viro · 11 years ago
  40. f0f49ef [readdir] convert befs by Al Viro · 11 years ago
  41. be4ccdc [readdir] convert cifs by Al Viro · 11 years ago
  42. 9b5d5a1 [readdir] convert freevxfs by Al Viro · 11 years ago
  43. 8d3af7f [readdir] convert fuse by Al Viro · 11 years ago
  44. 568f8f5 [readdir] convert hpfs by Al Viro · 11 years ago
  45. cd62cda reiserfs: switch reiserfs_readdir_dentry to inode by Al Viro · 11 years ago
  46. 99ce416 reiserfs: is_privroot_deh() needs only directory inode, actually by Al Viro · 11 years ago
  47. 4acf381 [readdir] convert reiserfs by Al Viro · 11 years ago
  48. 956ce20 [readdir] convert ntfs by Al Viro · 11 years ago
  49. bfee716 [readdir] convert isofs by Al Viro · 11 years ago
  50. 0312fa7 [readdir] convert jffs2 by Al Viro · 11 years ago
  51. 6f7f231 [readdir] convert f2fs by Al Viro · 11 years ago
  52. 8f29843 [readdir] convert 9p by Al Viro · 11 years ago
  53. 0edf977 [readdir] convert affs by Al Viro · 11 years ago
  54. 2638ffb [readdir] convert adfs by Al Viro · 11 years ago
  55. 46d0733 [readdir] convert logfs by Al Viro · 11 years ago
  56. 070a0eb [readdir] convert jfs by Al Viro · 11 years ago
  57. 77acfa2 [readdir] convert ceph by Al Viro · 11 years ago
  58. 23db862 [readdir] convert nfs by Al Viro · 11 years ago
  59. 725bebb [readdir] convert ext4 by Al Viro · 11 years ago
  60. 4deb398 [readdir] convert qnx6 by Al Viro · 11 years ago
  61. 663f4de [readdir] convert qnx4 by Al Viro · 11 years ago
  62. 9fd4d05 [readdir] convert omfs by Al Viro · 11 years ago
  63. 1616abe [readdir] convert nilfs2 by Al Viro · 11 years ago
  64. d55fea8 [readdir] convert sysfs by Al Viro · 11 years ago
  65. d81a8ef [readdir] convert gfs2 by Al Viro · 11 years ago
  66. 75811d4 [readdir] convert exofs by Al Viro · 11 years ago
  67. 81b9f66 [readdir] convert bfs by Al Viro · 11 years ago
  68. f0c3b50 [readdir] convert procfs by Al Viro · 11 years ago
  69. 68c6147 [readdir] convert openpromfs by Al Viro · 11 years ago
  70. 7aa123a [readdir] convert efs by Al Viro · 11 years ago
  71. 5201885 [readdir] convert configfs by Al Viro · 11 years ago
  72. 3903b38 [readdir] convert romfs by Al Viro · 11 years ago
  73. 5f6039c [readdir] convert squashfs by Al Viro · 11 years ago
  74. 01122e0 [readdir] convert ubifs by Al Viro · 11 years ago
  75. 5add2ee [readdir] convert udf by Al Viro · 11 years ago
  76. 5ded75e [readdir] convert ext3 by Al Viro · 11 years ago
  77. 5f99f4e [readdir] switch dcache_readdir() users to ->iterate() by Al Viro · 11 years ago
  78. 8088629 [readdir] simple local unixlike: switch to ->iterate() by Al Viro · 11 years ago
  79. bb6f619 [readdir] introduce ->iterate(), ctx->pos, dir_emit() by Al Viro · 11 years ago
  80. 5c0ba4e [readdir] introduce iterate_dir() and dir_context by Al Viro · 11 years ago
  81. e06aeb5 compat.c: LOOP_CLR_FD is taken care of in loop.c itself... by Al Viro · 11 years ago
  82. 605c912 UBIFS: fix a horrid bug by Artem Bityutskiy · 11 years ago
  83. 33f1a63 UBIFS: prepare to fix a horrid bug by Artem Bityutskiy · 11 years ago
  84. 7ac0feb cifs: fill TRANS2_QUERY_FILE_INFO ByteCount fields by David Disseldorp · 11 years ago
  85. 83e782e xfs: Remove incore use of XFS_OQUOTA_ENFD and XFS_OQUOTA_CHKD by Chandra Seetharaman · 11 years ago
  86. 8e48b1a pstore: Return unique error if backend registration excluded by kernel param by Lenny Szubowicz · 11 years ago
  87. 959d921 Merge branch 'labeled-nfs' into linux-next by Trond Myklebust · 11 years ago
  88. f112bb4 NFS: Set NFS_CS_MIGRATION for NFSv4 mounts by Chuck Lever · 11 years ago
  89. 18aad3d NFSv4.1 Refactor nfs4_init_session and nfs4_init_channel_attrs by Andy Adamson · 11 years ago
  90. 9111c95 nfs: have NFSv3 try server-specified auth flavors in turn by Jeff Layton · 11 years ago
  91. fb9b02f nfs: have nfs_mount fake up a auth_flavs list when the server didn't provide it by Jeff Layton · 11 years ago
  92. 294ae81 nfs: move server_authlist into nfs_try_mount_request by Jeff Layton · 11 years ago
  93. d17540c nfs: refactor "need_mount" code out of nfs_try_mount by Jeff Layton · 11 years ago
  94. 52fcac9 NFSv4.1 use pnfs_device maxcount for the objectlayout gdia_maxcount by Andy Adamson · 11 years ago
  95. 968fe25 NFSv4.1 use pnfs_device maxcount for the blocklayout gdia_maxcount by Andy Adamson · 11 years ago
  96. f1c097b NFSv4.1 Fix gdia_maxcount calculation to fit in ca_maxresponsesize by Andy Adamson · 11 years ago
  97. ffa57b9 NFS: Improve legacy idmapping fallback by Bryan Schumaker · 11 years ago
  98. 0e6436d xfs: Change xfs_dquot_acct to be a 2-dimensional array by Chandra Seetharaman · 11 years ago
  99. 113a568 xfs: Code cleanup and removal of some typedef usage by Chandra Seetharaman · 11 years ago
  100. 995961c xfs: Replace macro XFS_DQ_TO_QIP with a function by Chandra Seetharaman · 11 years ago