1. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  2. 2ba48ce mirror O_APPEND and O_DIRECT into iocb->ki_flags by Al Viro · 9 years ago
  3. 3309dd0 switch generic_write_checks() to iocb and iter by Al Viro · 9 years ago
  4. 6b775b1 fuse: ->direct_IO() doesn't need generic_write_checks() by Al Viro · 9 years ago
  5. 0fa6b00 generic_write_checks(): drop isblk argument by Al Viro · 9 years ago
  6. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 9 years ago
  7. 6f67376 direct_IO: use iov_iter_rw() instead of rw everywhere by Omar Sandoval · 9 years ago
  8. 6c09e94 fuse: use iov_iter_get_pages() for non-splice path by Al Viro · 9 years ago
  9. fbdbacc fuse: switch to ->read_iter/->write_iter by Al Viro · 9 years ago
  10. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  11. 812408f expand __fuse_direct_write() in both callers by Al Viro · 9 years ago
  12. 1531626 fuse: switch fuse_direct_io_file_operations to ->{read,write}_iter() by Al Viro · 9 years ago
  13. cfa86a7 cuse: switch to iov_iter by Al Viro · 9 years ago
  14. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 9 years ago
  15. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  16. 94e4fe2 fuse: explicitly set /dev/fuse file's private_data by Tom Van Braeckel · 10 years ago
  17. 04b2fa9 fs: split generic and aio kiocb by Christoph Hellwig · 9 years ago
  18. 9d5722b fuse: handle synchronous iocbs internally by Christoph Hellwig · 9 years ago
  19. aa991b3 fuse: set stolen page uptodate by Miklos Szeredi · 9 years ago
  20. 0d27836 fuse: notify: don't move pages by Miklos Szeredi · 9 years ago
  21. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 10 years ago
  22. 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  23. d83a08d mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub by Kirill A. Shutemov · 9 years ago
  24. b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 10 years ago
  25. de1414a fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info by Christoph Hellwig · 10 years ago
  26. 9759bd51 fuse: add memory barrier to INIT by Miklos Szeredi · 10 years ago
  27. 21f6217 fuse: fix LOOKUP vs INIT compat handling by Miklos Szeredi · 10 years ago
  28. c103b21 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 10 years ago
  29. 1c68271 fuse: use file_inode() in fuse_file_fallocate() by Miklos Szeredi · 10 years ago
  30. 7078187 fuse: introduce fuse_simple_request() helper by Miklos Szeredi · 10 years ago
  31. f704dcb fuse: reduce max out args by Miklos Szeredi · 10 years ago
  32. baebccb fuse: hold inode instead of path after release by Miklos Szeredi · 10 years ago
  33. 580640b fuse: flush requests on umount by Miklos Szeredi · 10 years ago
  34. 0c4dd4b fuse: don't wake up reserved req in fuse_conn_kill() by Miklos Szeredi · 10 years ago
  35. a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
  36. 41d28bc switch d_materialise_unique() users to d_splice_alias() by Al Viro · 10 years ago
  37. 5542aa2 vfs: Make d_invalidate return void by Eric W. Biederman · 10 years ago
  38. 9b053f3 vfs: Remove unnecessary calls of check_submounts_and_drop by Eric W. Biederman · 10 years ago
  39. 2c80929 fuse: honour max_read and max_write in direct_io mode by Miklos Szeredi · 10 years ago
  40. c7f3888 switch iov_iter_get_pages() to passing maximal number of pages by Al Viro · 10 years ago
  41. 7177a9c fs: call rename2 if exists by Miklos Szeredi · 10 years ago
  42. d7afaec fuse: add FUSE_NO_OPEN_SUPPORT flag to INIT by Andrew Gallagher · 10 years ago
  43. a800bad3 fuse: s_time_gran fix by Miklos Szeredi · 10 years ago
  44. 0b632204 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 10 years ago
  45. f2b3455 fuse: replace count*size kzalloc by kcalloc by Fabian Frederick · 10 years ago
  46. 27f1b36 fuse: release temporary page if fuse_writepage_locked() failed by Maxim Patlasov · 10 years ago
  47. 4237ba4 fuse: restructure ->rename2() by Miklos Szeredi · 10 years ago
  48. c55a01d fuse: avoid scheduling while atomic by Miklos Szeredi · 10 years ago
  49. 233a01f fuse: handle large user and group ID by Miklos Szeredi · 10 years ago
  50. 7b3d8bf fuse: inode: drop cast by Himangi Saraogi · 10 years ago
  51. 154210c fuse: ignore entry-timeout on LOOKUP_REVAL by Anand Avati · 10 years ago
  52. 126b9d4 fuse: timeout comparison fix by Miklos Szeredi · 10 years ago
  53. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  54. 2457aec mm: non-atomically mark page accessed during page cache allocation where possible by Mel Gorman · 10 years ago
  55. b745bc8 mm: page_alloc: convert hot/cold parameter and immediate callers to bool by Mel Gorman · 10 years ago
  56. 130d1f9 locks: ensure that fl_owner is always initialized properly in flock and lease codepaths by Jeff Layton · 10 years ago
  57. 62a8067 bio_vec-backed iov_iter by Al Viro · 10 years ago
  58. 84c3d55 fuse: switch to ->write_iter() by Al Viro · 10 years ago
  59. 37c20f1 fuse_file_aio_read(): convert to ->read_iter() by Al Viro · 10 years ago
  60. 0c94933 iov_iter_truncate() by Al Viro · 10 years ago
  61. f67da30 new helper: iov_iter_npages() by Al Viro · 10 years ago
  62. c9c37e2 fuse: switch to iov_iter_get_pages() by Al Viro · 10 years ago
  63. d22a943 fuse: pull iov_iter initializations up by Al Viro · 10 years ago
  64. 71d8e53 start adding the tag to iov_iter by Al Viro · 10 years ago
  65. 23faa7b fuse_file_aio_write(): merge initializations of iov_iter by Al Viro · 10 years ago
  66. a6cbcd4 get rid of pointless iov_length() in ->direct_IO() by Al Viro · 10 years ago
  67. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 10 years ago
  68. cb66a7a kill generic_segment_checks() by Al Viro · 10 years ago
  69. f8579f8 generic_file_direct_write(): switch to iov_iter by Al Viro · 10 years ago
  70. 1560c97 fuse: add renameat2 support by Miklos Szeredi · 10 years ago
  71. 4ace1f8 fuse: clear MS_I_VERSION by Miklos Szeredi · 10 years ago
  72. 3ad22c6 fuse: clear FUSE_I_CTIME_DIRTY flag on setattr by Maxim Patlasov · 10 years ago
  73. 31f3267 fuse: trust kernel i_ctime only by Maxim Patlasov · 10 years ago
  74. 8b47e73 fuse: remove .update_time by Miklos Szeredi · 10 years ago
  75. ab9e13f fuse: allow ctime flushing to userspace by Maxim Patlasov · 10 years ago
  76. e27c9d3 fuse: fuse: add time_gran to INIT_OUT by Miklos Szeredi · 10 years ago
  77. 1e18bda fuse: add .write_inode by Miklos Szeredi · 10 years ago
  78. 22401e7 fuse: clean up fsync by Miklos Szeredi · 10 years ago
  79. 93d2269 fuse: fuse: fallocate: use file_update_time() by Miklos Szeredi · 10 years ago
  80. 75caeec fuse: update mtime on open(O_TRUNC) in atomic_o_trunc mode by Maxim Patlasov · 10 years ago
  81. 009dd69 fuse: update mtime on truncate(2) by Maxim Patlasov · 10 years ago
  82. d31433c fuse: do not use uninitialized i_mode by Maxim Patlasov · 10 years ago
  83. aeb4eb6 fuse: fix mtime update error in fsync by Miklos Szeredi · 10 years ago
  84. 4adb830 fuse: check fallocate mode by Miklos Szeredi · 10 years ago
  85. 7736e8c fuse: add __exit to fuse_ctl_cleanup by Fabian Frederick · 10 years ago
  86. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  87. f182036 mm: implement ->map_pages for page cache by Kirill A. Shutemov · 10 years ago
  88. 6f4c98e Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  89. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  90. d15fee8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 10 years ago
  91. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  92. f384626 fuse: fix "uninitialized variable" warning by Rajat Jain · 10 years ago
  93. 4d99ff8 fuse: Turn writeback cache on by Pavel Emelyanov · 11 years ago
  94. ea8cd33 fuse: Fix O_DIRECT operations vs cached writeback misorder by Pavel Emelyanov · 11 years ago
  95. fe38d7d fuse: fuse_flush() should wait on writeback by Maxim Patlasov · 11 years ago
  96. 6b12c1b fuse: Implement write_begin/write_end callbacks by Pavel Emelyanov · 11 years ago
  97. 482fce5 fuse: restructure fuse_readpage() by Maxim Patlasov · 11 years ago
  98. e7cc133c fuse: Flush files on wb close by Pavel Emelyanov · 11 years ago
  99. b0aa760 fuse: Trust kernel i_mtime only by Maxim Patlasov · 11 years ago
  100. 8373200 fuse: Trust kernel i_size only by Pavel Emelyanov · 11 years ago