1. 0b173bc mm: kill vma flag VM_CAN_NONLINEAR by Konstantin Khlebnikov · 12 years ago
  2. 2eac9eb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 12 years ago
  3. fb6ccff fuse: verify all ioctl retry iov elements by Zach Brown · 12 years ago
  4. 58ef6a7 fuse: Convert to new freezing mechanism by Jan Kara · 12 years ago
  5. a889427 fuse: update attributes on aio_read by Brian Foster · 12 years ago
  6. f9ba717 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 12 years ago
  7. c3b2da3 fs: introduce inode operation ->update_time by Josef Bacik · 12 years ago
  8. 519c604 fuse: optimize fallocate on permanent failure by Miklos Szeredi · 12 years ago
  9. 05ba1f0 fuse: add FALLOCATE operation by Anatol Pomozov · 12 years ago
  10. dbfad21 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 12 years ago
  11. 2408f6e fuse: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  12. 4273b79 fuse: O_DIRECT support for files by Anand Avati · 12 years ago
  13. b18da0c fuse: support ioctl on directories by Miklos Szeredi · 13 years ago
  14. c411cc8 fuse: Use kcalloc instead of kzalloc to allocate array by Thomas Meyer · 13 years ago
  15. c07c3d1 fuse: llseek optimize SEEK_CUR and SEEK_SET by Miklos Szeredi · 13 years ago
  16. 73104b6 fuse: llseek fix race by Miklos Szeredi · 13 years ago
  17. b48c6af fuse: fix llseek bug by Roel Kluin · 13 years ago
  18. 051732b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 13 years ago
  19. 478e084 fuse: mark pages accessed when written to by Johannes Weiner · 13 years ago
  20. b40cdd5 fuse: delete dead .write_begin and .write_end aops by Johannes Weiner · 13 years ago
  21. 37fb3a3 fuse: fix flock by Miklos Szeredi · 13 years ago
  22. 2dad320 Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  23. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  24. 06222e4 fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseek by Josef Bacik · 13 years ago
  25. 8fb47a4 locks: rename lock-manager ops by J. Bruce Fields · 13 years ago
  26. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  27. 357ccf2 fuse: wakeup pollers on connection release/abort by Bryan Green · 13 years ago
  28. 5a18ec1 fuse: fix hang of single threaded fuseblk filesystem by Miklos Szeredi · 13 years ago
  29. 1baa26b fuse: fix ioctl ABI by Miklos Szeredi · 14 years ago
  30. 8ac8350 fuse: ioctl cleanup by Miklos Szeredi · 14 years ago
  31. 7572777 fuse: verify ioctl retries by Miklos Szeredi · 14 years ago
  32. d9d318d fuse: fix ioctl when server is 32bit by Miklos Szeredi · 14 years ago
  33. a0822c5 fuse: fix attributes after open(O_TRUNC) by Ken Sumrall · 14 years ago
  34. b9ca67b fuse: fix lock annotations by Miklos Szeredi · 14 years ago
  35. a1d75f2 fuse: add store request by Miklos Szeredi · 14 years ago
  36. 003386f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 14 years ago
  37. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  38. ce534fb fuse: allow splice to move pages by Miklos Szeredi · 14 years ago
  39. b5dd328 fuse: get page reference for readpages by Miklos Szeredi · 14 years ago
  40. 1bf94ca fuse: use get_user_pages_fast() by Miklos Szeredi · 14 years ago
  41. 4aa0edd fuse: remove unneeded variable by Dan Carpenter · 14 years ago
  42. 931e80e mm: flush dcache before writing into page to avoid alias by anfei zhou · 14 years ago
  43. 0bd8718 fuse: fix kunmap in fuse_ioctl_copy_user by Jens Axboe · 15 years ago
  44. f60311d fuse: prevent fuse_put_request on invalid pointer by Anand V. Avati · 15 years ago
  45. f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
  46. 201fa69 fuse: fix bad return value in fuse_file_poll() by Miklos Szeredi · 15 years ago
  47. 08cbf54 fuse: export symbols to be used by CUSE by Tejun Heo · 15 years ago
  48. 797759a fuse: don't use inode in fuse_file_poll by Miklos Szeredi · 15 years ago
  49. d36f248 fuse: don't use inode in fuse_do_ioctl() helper by Miklos Szeredi · 15 years ago
  50. 8b0797a fuse: don't use inode in fuse_sync_release() by Miklos Szeredi · 15 years ago
  51. 91fe96b fuse: create fuse_do_open() helper for CUSE by Miklos Szeredi · 15 years ago
  52. c7b7143 fuse: clean up args in fuse_finish_open() and fuse_release_fill() by Miklos Szeredi · 15 years ago
  53. 2106cb1 fuse: don't use inode in helpers called by fuse_direct_io() by Miklos Szeredi · 15 years ago
  54. da5e471 fuse: add members to struct fuse_file by Miklos Szeredi · 15 years ago
  55. d09cb9d fuse: prepare fuse_direct_io() for CUSE by Miklos Szeredi · 15 years ago
  56. 2d698b0 fuse: clean up fuse_write_fill() by Miklos Szeredi · 15 years ago
  57. b0be46e fuse: use struct path in release structure by Miklos Szeredi · 15 years ago
  58. 6b2db28 fuse: misc cleanups by Tejun Heo · 15 years ago
  59. 3121bfe fuse: fix "direct_io" private mmap by Miklos Szeredi · 15 years ago
  60. ce60a2f fuse: fix argument type in fuse_get_user_pages() by Miklos Szeredi · 15 years ago
  61. fc280c9 fuse: allow private mappings of "direct_io" files by Miklos Szeredi · 15 years ago
  62. f4975c6 fuse: allow kernel to access "direct_io" files by Miklos Szeredi · 15 years ago
  63. c2ec175 mm: page_mkwrite change prototype to match fault by Nick Piggin · 15 years ago
  64. 5291658 fuse: fix fuse_file_lseek returning with lock held by Dan Carpenter · 15 years ago
  65. bb875b3 fuse: fix NULL deref in fuse_file_alloc() by Dan Carpenter · 15 years ago
  66. 5fec8bd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 15 years ago
  67. 54566b2 fs: symlink write_begin allocation context fix by Nick Piggin · 15 years ago
  68. 5d9ec85 fuse: clean up annotations of fc->lock by Harvey Harrison · 16 years ago
  69. c9f0523d fuse: fix sparse warning in ioctl by Miklos Szeredi · 16 years ago
  70. b93f858 fuse: add fuse_ prefix to several functions by Tejun Heo · 16 years ago
  71. 95668a6 fuse: implement poll support by Tejun Heo · 16 years ago
  72. acf9943 fuse: add file kernel handle by Tejun Heo · 16 years ago
  73. 59efec7 fuse: implement ioctl support by Tejun Heo · 16 years ago
  74. e9bb09d fuse: don't let fuse_req->end() put the base reference by Tejun Heo · 16 years ago
  75. 1729a16 fuse: style fixes by Miklos Szeredi · 16 years ago
  76. a7c1b99 fuse: implement nonseekable open by Tejun Heo · 16 years ago
  77. 769415c fuse: fix SEEK_END incorrectness by Miklos Szeredi · 16 years ago
  78. 2f1936b [patch 3/5] vfs: change remove_suid() to file_remove_suid() by Miklos Szeredi · 16 years ago
  79. 48e9076 fuse: lockd support by Miklos Szeredi · 16 years ago
  80. 78bb6cb fuse: add flag to turn on big writes by Miklos Szeredi · 16 years ago
  81. bd73096 fuse: use clamp() rather than nested min/max by Harvey Harrison · 16 years ago
  82. 5559b8f fuse: fix race in llseek by Miklos Szeredi · 16 years ago
  83. e5d9a0d fuse: fix max i/o size calculation by Miklos Szeredi · 16 years ago
  84. 5c5c5e5 fuse: update file size on short read by Miklos Szeredi · 16 years ago
  85. ea9b990 fuse: implement perform_write by Nick Piggin · 16 years ago
  86. 854512e fuse: clean up setting i_size in write by Miklos Szeredi · 16 years ago
  87. 3be5a52 fuse: support writable mmap by Miklos Szeredi · 16 years ago
  88. b57d426 fuse: save space in struct fuse_req by Miklos Szeredi · 16 years ago
  89. a664309 fuse: pass open flags to read and write by Miklos Szeredi · 17 years ago
  90. bcb4be8 fuse: fix reading past EOF by Miklos Szeredi · 17 years ago
  91. 8744969 fuse_file_alloc(): fix NULL dereferences by Adrian Bunk · 17 years ago
  92. f333211 fuse: add support for mandatory locking by Miklos Szeredi · 17 years ago
  93. b25e82e fuse: add helper for asynchronous writes by Miklos Szeredi · 17 years ago
  94. 93a8c3c fuse: add list of writable files to fuse_inode by Miklos Szeredi · 17 years ago
  95. a9ff4f8 fuse: support BSD locking semantics by Miklos Szeredi · 17 years ago
  96. 6ff958e fuse: add atomic open+truncate support by Miklos Szeredi · 17 years ago
  97. 1fb69e7 fuse: fix race between getattr and write by Miklos Szeredi · 17 years ago
  98. 819c4b3 fuse: cleanup in release by Miklos Szeredi · 17 years ago
  99. 244f638 fuse: refresh stale attributes in fuse_permission() by Miklos Szeredi · 17 years ago
  100. b100997 fuse: fix page invalidation by Miklos Szeredi · 17 years ago