1. bb875b3 fuse: fix NULL deref in fuse_file_alloc() by Dan Carpenter · 16 years ago
  2. 5fec8bd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 16 years ago
  3. 54566b2 fs: symlink write_begin allocation context fix by Nick Piggin · 16 years ago
  4. 5d9ec85 fuse: clean up annotations of fc->lock by Harvey Harrison · 16 years ago
  5. c9f0523d fuse: fix sparse warning in ioctl by Miklos Szeredi · 16 years ago
  6. b93f858 fuse: add fuse_ prefix to several functions by Tejun Heo · 16 years ago
  7. 95668a6 fuse: implement poll support by Tejun Heo · 16 years ago
  8. acf9943 fuse: add file kernel handle by Tejun Heo · 16 years ago
  9. 59efec7 fuse: implement ioctl support by Tejun Heo · 16 years ago
  10. e9bb09d fuse: don't let fuse_req->end() put the base reference by Tejun Heo · 16 years ago
  11. 1729a16 fuse: style fixes by Miklos Szeredi · 16 years ago
  12. a7c1b99 fuse: implement nonseekable open by Tejun Heo · 16 years ago
  13. 769415c fuse: fix SEEK_END incorrectness by Miklos Szeredi · 16 years ago
  14. 2f1936b [patch 3/5] vfs: change remove_suid() to file_remove_suid() by Miklos Szeredi · 16 years ago
  15. 48e9076 fuse: lockd support by Miklos Szeredi · 16 years ago
  16. 78bb6cb fuse: add flag to turn on big writes by Miklos Szeredi · 16 years ago
  17. bd73096 fuse: use clamp() rather than nested min/max by Harvey Harrison · 16 years ago
  18. 5559b8f fuse: fix race in llseek by Miklos Szeredi · 16 years ago
  19. e5d9a0d fuse: fix max i/o size calculation by Miklos Szeredi · 16 years ago
  20. 5c5c5e5 fuse: update file size on short read by Miklos Szeredi · 16 years ago
  21. ea9b990 fuse: implement perform_write by Nick Piggin · 16 years ago
  22. 854512e fuse: clean up setting i_size in write by Miklos Szeredi · 16 years ago
  23. 3be5a52 fuse: support writable mmap by Miklos Szeredi · 16 years ago
  24. b57d426 fuse: save space in struct fuse_req by Miklos Szeredi · 17 years ago
  25. a664309 fuse: pass open flags to read and write by Miklos Szeredi · 17 years ago
  26. bcb4be8 fuse: fix reading past EOF by Miklos Szeredi · 17 years ago
  27. 8744969 fuse_file_alloc(): fix NULL dereferences by Adrian Bunk · 17 years ago
  28. f333211 fuse: add support for mandatory locking by Miklos Szeredi · 17 years ago
  29. b25e82e fuse: add helper for asynchronous writes by Miklos Szeredi · 17 years ago
  30. 93a8c3c fuse: add list of writable files to fuse_inode by Miklos Szeredi · 17 years ago
  31. a9ff4f8 fuse: support BSD locking semantics by Miklos Szeredi · 17 years ago
  32. 6ff958e fuse: add atomic open+truncate support by Miklos Szeredi · 17 years ago
  33. 1fb69e7 fuse: fix race between getattr and write by Miklos Szeredi · 17 years ago
  34. 819c4b3 fuse: cleanup in release by Miklos Szeredi · 17 years ago
  35. 244f638 fuse: refresh stale attributes in fuse_permission() by Miklos Szeredi · 17 years ago
  36. b100997 fuse: fix page invalidation by Miklos Szeredi · 17 years ago
  37. c756e0a fuse: add reference counting to fuse_file by Miklos Szeredi · 17 years ago
  38. 5e6f58a fuse: convert to new aops by Nick Piggin · 17 years ago
  39. 5ffc4ef sendfile: remove .sendfile from filesystems that use generic_file_sendfile() by Jens Axboe · 17 years ago
  40. 889f784 fuse: generic_write_checks() for direct_io by Miklos Szeredi · 17 years ago
  41. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  42. 9d6a8c5 locks: give posix_test_lock same interface as ->lock by Marc Eshel · 18 years ago
  43. fc0ecff [PATCH] remove invalidate_inode_pages() by Andrew Morton · 18 years ago
  44. 9280f68 [PATCH] fuse: remove clear_page_dirty() call by Miklos Szeredi · 18 years ago
  45. 7706a9d [PATCH] struct path: convert fuse by Josef Sipek · 18 years ago
  46. b2d2272 [PATCH] fuse: add bmap support by Miklos Szeredi · 18 years ago
  47. 2e99002 [PATCH] fuse: ->readpages() cleanup by OGAWA Hirofumi · 18 years ago
  48. 9ffbb91 [PATCH] fuse: fix hang on SMP by Miklos Szeredi · 18 years ago
  49. 543ade1 [PATCH] Streamline generic_file_* interfaces and filemap cleanups by Badari Pulavarty · 18 years ago
  50. 1d7ea73 [PATCH] fuse: fix error case in fuse_readpages by Alexander Zarochentsev · 18 years ago
  51. f5e54d6 [PATCH] mark address_space_operations const by Christoph Hellwig · 18 years ago
  52. 9c8ef56 [PATCH] fuse: scramble lock owner ID by Miklos Szeredi · 18 years ago
  53. a4d27e7 [PATCH] fuse: add request interruption by Miklos Szeredi · 18 years ago
  54. 33649c9 [PATCH] fuse: ensure FLUSH reaches userspace by Miklos Szeredi · 18 years ago
  55. 7142125 [PATCH] fuse: add POSIX file locking support by Miklos Szeredi · 18 years ago
  56. 51eb01e [PATCH] fuse: no backgrounding on interrupt by Miklos Szeredi · 18 years ago
  57. 75e1fcc [PATCH] vfs: add lock owner argument to flush operation by Miklos Szeredi · 18 years ago
  58. 56cf34f [fuse] Direct I/O should not use fuse_reset_request by Miklos Szeredi · 18 years ago
  59. ce1d5a4 [PATCH] fuse: clean up request accounting by Miklos Szeredi · 18 years ago
  60. d3406ff [PATCH] fuse: fix oops in fuse_send_readpages() by Miklos Szeredi · 18 years ago
  61. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  62. 77e7f25 [PATCH] fuse: fix bug in aborted fuse_release_end() by Miklos Szeredi · 19 years ago
  63. 9cd6845 [PATCH] fuse: fix async read for legacy filesystems by Miklos Szeredi · 19 years ago
  64. c1aa96a [PATCH] fuse: use asynchronous READ requests for readpages by Miklos Szeredi · 19 years ago
  65. 361b1eb5 [PATCH] fuse: READ request initialization by Miklos Szeredi · 19 years ago
  66. 64c6d8e [PATCH] fuse: add asynchronous request support by Miklos Szeredi · 19 years ago
  67. 8bfc016 [PATCH] fuse: uninline some functions by Miklos Szeredi · 19 years ago
  68. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 19 years ago
  69. 6ad84ac [PATCH] fuse: ensure progress in read and write by Miklos Szeredi · 19 years ago
  70. 248d86e [PATCH] fuse: fail file operations on bad inode by Miklos Szeredi · 19 years ago
  71. 4633a22 [PATCH] fuse: clean up page offset calculation by Miklos Szeredi · 19 years ago
  72. fd72faa [PATCH] FUSE: atomic create+open by Miklos Szeredi · 19 years ago
  73. dd190d0 [PATCH] fuse: check O_DIRECT by Miklos Szeredi · 19 years ago
  74. 7c352bd [PATCH] FUSE: don't allow restarting of system calls by Miklos Szeredi · 19 years ago
  75. 8254798 [PATCH] FUSE: add fsync operation for directories by Miklos Szeredi · 19 years ago
  76. b36c31b [PATCH] fuse: don't update file times by Miklos Szeredi · 19 years ago
  77. 45323fb [PATCH] fuse: more flexible caching by Miklos Szeredi · 19 years ago
  78. 04730fe [PATCH] fuse: transfer readdir data through device by Miklos Szeredi · 19 years ago
  79. 413ef8c [PATCH] FUSE - direct I/O by Miklos Szeredi · 19 years ago
  80. db50b96 [PATCH] FUSE - readpages operation by Miklos Szeredi · 19 years ago
  81. 1e9a4ed [PATCH] FUSE - mount options by Miklos Szeredi · 19 years ago
  82. b6aeade [PATCH] FUSE - file operations by Miklos Szeredi · 19 years ago