1. 2142914 lseek_execute() doesn't need an inode passed to it by Al Viro · 11 years ago
  2. 5d48f3a block_dev: switch to fixed_size_llseek() by Al Viro · 11 years ago
  3. d2c40f7 cpqphp_sysfs: switch to fixed_size_llseek() by Al Viro · 11 years ago
  4. 914961a tile-srom: switch to fixed_size_llseek() by Al Viro · 11 years ago
  5. b33159b proc_powerpc: switch to fixed_size_llseek() by Al Viro · 11 years ago
  6. 4a1f2f3 ubi/cdev: switch to fixed_size_llseek() by Al Viro · 11 years ago
  7. 54de90d pci/proc: switch to fixed_size_llseek() by Al Viro · 11 years ago
  8. c09ed2a isapnp: switch to fixed_size_llseek() by Al Viro · 11 years ago
  9. 7233c77 lpfc: switch to fixed_size_llseek() by Al Viro · 11 years ago
  10. 7b2296a locks: give the blocked_hash its own spinlock by Jeff Layton · 11 years ago
  11. 3999e49 locks: add a new "lm_owner_key" lock operation by Jeff Layton · 11 years ago
  12. 48f7418 locks: turn the blocked_list into a hashtable by Jeff Layton · 11 years ago
  13. 139ca04 locks: convert fl_link to a hlist_node by Jeff Layton · 11 years ago
  14. 4e8c765 locks: avoid taking global lock if possible when waking up blocked waiters by Jeff Layton · 11 years ago
  15. 1c8c601 locks: protect most of the file_lock handling with i_lock by Jeff Layton · 11 years ago
  16. 8897469 locks: encapsulate the fl_link list handling by Jeff Layton · 11 years ago
  17. b9746ef locks: make "added" in __posix_lock_file a bool by Jeff Layton · 11 years ago
  18. 1cb3601 locks: comment cleanups and clarifications by Jeff Layton · 11 years ago
  19. d4f22d1 locks: make generic_add_lease and generic_delete_lease static by Jeff Layton · 11 years ago
  20. 1a9e64a cifs: use posix_unblock_lock instead of locks_delete_block by Jeff Layton · 11 years ago
  21. f891a29 locks: drop the unused filp argument to posix_unblock_lock by Jeff Layton · 11 years ago
  22. da53be1 Don't pass inode to ->d_hash() and ->d_compare() by Linus Torvalds · 11 years ago
  23. 642b704 minix: bug widening a binary "not" operation by Dan Carpenter · 11 years ago
  24. 18c67cb splice: lift checks from do_splice_from() into callers by Al Viro · 11 years ago
  25. 68d70d0 constify rw_verify_area() by Al Viro · 11 years ago
  26. ee32465 ps3flash: switch to generic_file_llseek_size() by Al Viro · 11 years ago
  27. 05c8aaa wlcore: use *ppos, not file->f_pos by Al Viro · 11 years ago
  28. c04eba7 bfa: switch to fixed_size_llseek() by Al Viro · 11 years ago
  29. eb5881d fnic: switch to fixed_size_llseek() by Al Viro · 11 years ago
  30. 6500427 vc: switch to fixed_size_llseek() by Al Viro · 11 years ago
  31. 7479779 eisa_eeprom: switch to fixed_size_llseek() by Al Viro · 11 years ago
  32. c0caa07 bna: switch to fixed_size_llseek() by Al Viro · 11 years ago
  33. 3be1f2b zorro: switch to fixed_size_llseek() by Al Viro · 11 years ago
  34. b959957 mtdchar: switch to fixed_size_llseek() by Al Viro · 11 years ago
  35. 1bf9d14 new helper: fixed_size_llseek() by Al Viro · 11 years ago
  36. 0747fdb ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sb by Al Viro · 11 years ago
  37. cb5e05d fuse: another open-coded file_inode() by Al Viro · 11 years ago
  38. 6d0379e btrfs: more open-coded file_inode() by Al Viro · 11 years ago
  39. 3058dca fanotify: quit wanking with FASYNC in ->release() by Al Viro · 11 years ago
  40. a44f520 comedi: quit wanking with FASYNC in ->release() by Al Viro · 11 years ago
  41. e77e430 more open-coded file_inode() calls by Al Viro · 11 years ago
  42. 0b3fca1 kill find_inode_number() by Al Viro · 11 years ago
  43. 6b5e122 coda: don't bother with find_inode_number() by Al Viro · 11 years ago
  44. 1df98b8 proc_fill_cache(): clean up, get rid of pointless find_inode_number() use by Al Viro · 11 years ago
  45. c52a47a proc_fill_cache(): just make instantiate_t return int by Al Viro · 11 years ago
  46. db96316 proc_pid_readdir(): stop wanking with proc_fill_cache() for /proc/self by Al Viro · 11 years ago
  47. 147ce69 proc_fill_cache(): kill pointless check by Al Viro · 11 years ago
  48. 338b2f5 ncpfs: don't bother with EBUSY on removal of busy directories by Al Viro · 11 years ago
  49. 5faf153 don't call file_pos_write() if vfs_{read,write}{,v}() fails by Al Viro · 11 years ago
  50. 13f8e98 SELinux: Institute file_path_has_perm() by David Howells · 11 years ago
  51. c77cece Replace a bunch of file->dentry->d_inode refs with file_inode() by David Howells · 11 years ago
  52. 656d09d udf: provide ->tmpfile() by Al Viro · 11 years ago
  53. e6bbef9 ext3 ->tmpfile() support by Al Viro · 11 years ago
  54. f4e0c30 allow the temp files created by open() to be linked to by Al Viro · 11 years ago
  55. 60545d0 [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK now... by Al Viro · 11 years ago
  56. f9652e1 allow build_open_flags() to return an error by Al Viro · 11 years ago
  57. 50cd2c5 lift file_*_write out of do_splice_direct() by Al Viro · 11 years ago
  58. 500368f lift file_*_write out of do_splice_from() by Al Viro · 11 years ago
  59. bc77daa do_last(): fix missing checks for LAST_BIND case by Al Viro · 11 years ago
  60. 0888c32 pcm_native: switch to fdget()/fdput() by Al Viro · 11 years ago
  61. ac6614b [readdir] constify ->actor by Al Viro · 11 years ago
  62. 2233f31 [readdir] ->readdir() is gone by Al Viro · 11 years ago
  63. 2de5f05 [readdir] convert ecryptfs by Al Viro · 11 years ago
  64. e924f25 [readdir] convert coda by Al Viro · 11 years ago
  65. 3704412b [readdir] convert ocfs2 by Al Viro · 11 years ago
  66. 2c6a247 [readdir] convert fatfs by Al Viro · 11 years ago
  67. b822755 [readdir] convert xfs by Al Viro · 11 years ago
  68. 9cdda8d [readdir] convert btrfs by Al Viro · 11 years ago
  69. 8e28bc7 [readdir] convert hostfs by Al Viro · 11 years ago
  70. 1bbae9f [readdir] convert afs by Al Viro · 11 years ago
  71. 76f582a [readdir] convert ncpfs by Al Viro · 11 years ago
  72. e72514e [readdir] convert hfsplus by Al Viro · 11 years ago
  73. 002f8be [readdir] convert hfs by Al Viro · 11 years ago
  74. f0f49ef [readdir] convert befs by Al Viro · 11 years ago
  75. be4ccdc [readdir] convert cifs by Al Viro · 11 years ago
  76. 9b5d5a1 [readdir] convert freevxfs by Al Viro · 11 years ago
  77. 8d3af7f [readdir] convert fuse by Al Viro · 11 years ago
  78. 568f8f5 [readdir] convert hpfs by Al Viro · 11 years ago
  79. cd62cda reiserfs: switch reiserfs_readdir_dentry to inode by Al Viro · 11 years ago
  80. 99ce416 reiserfs: is_privroot_deh() needs only directory inode, actually by Al Viro · 11 years ago
  81. 4acf381 [readdir] convert reiserfs by Al Viro · 11 years ago
  82. 956ce20 [readdir] convert ntfs by Al Viro · 11 years ago
  83. bfee716 [readdir] convert isofs by Al Viro · 11 years ago
  84. 0312fa7 [readdir] convert jffs2 by Al Viro · 11 years ago
  85. 6f7f231 [readdir] convert f2fs by Al Viro · 11 years ago
  86. 8f29843 [readdir] convert 9p by Al Viro · 11 years ago
  87. 0edf977 [readdir] convert affs by Al Viro · 11 years ago
  88. 2638ffb [readdir] convert adfs by Al Viro · 11 years ago
  89. 46d0733 [readdir] convert logfs by Al Viro · 11 years ago
  90. 070a0eb [readdir] convert jfs by Al Viro · 11 years ago
  91. 77acfa2 [readdir] convert ceph by Al Viro · 11 years ago
  92. 23db862 [readdir] convert nfs by Al Viro · 11 years ago
  93. 725bebb [readdir] convert ext4 by Al Viro · 11 years ago
  94. 4deb398 [readdir] convert qnx6 by Al Viro · 11 years ago
  95. 663f4de [readdir] convert qnx4 by Al Viro · 11 years ago
  96. 9fd4d05 [readdir] convert omfs by Al Viro · 11 years ago
  97. 1616abe [readdir] convert nilfs2 by Al Viro · 11 years ago
  98. d55fea8 [readdir] convert sysfs by Al Viro · 11 years ago
  99. d81a8ef [readdir] convert gfs2 by Al Viro · 11 years ago
  100. 75811d4 [readdir] convert exofs by Al Viro · 11 years ago