1. fc280c9 fuse: allow private mappings of "direct_io" files by Miklos Szeredi · 15 years ago
  2. f4975c6 fuse: allow kernel to access "direct_io" files by Miklos Szeredi · 15 years ago
  3. c2ec175 mm: page_mkwrite change prototype to match fault by Nick Piggin · 15 years ago
  4. 5291658 fuse: fix fuse_file_lseek returning with lock held by Dan Carpenter · 15 years ago
  5. 4269590 constify dentry_operations: FUSE by Al Viro · 15 years ago
  6. a1c70a7 Merge branch 'Kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/misc by Linus Torvalds · 15 years ago
  7. f6d47a1 fuse: fix poll notify by Miklos Szeredi · 15 years ago
  8. 26c3679 fuse: destroy bdi on umount by Miklos Szeredi · 15 years ago
  9. c2b8f00 fuse: fuse_fill_super error handling cleanup by Miklos Szeredi · 15 years ago
  10. 3ddf1e7 fuse: fix missing fput on error by Miklos Szeredi · 15 years ago
  11. bb875b3 fuse: fix NULL deref in fuse_file_alloc() by Dan Carpenter · 15 years ago
  12. 3ef7784 fs/Kconfig: move fuse out by Alexey Dobriyan · 15 years ago
  13. 5fec8bd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 16 years ago
  14. 54566b2 fs: symlink write_begin allocation context fix by Nick Piggin · 16 years ago
  15. 5d9ec85 fuse: clean up annotations of fc->lock by Harvey Harrison · 16 years ago
  16. c9f0523d fuse: fix sparse warning in ioctl by Miklos Szeredi · 16 years ago
  17. 43901aa fuse: add fuse_conn->release() by Tejun Heo · 16 years ago
  18. 0d179aa fuse: separate out fuse_conn_init() from new_conn() by Tejun Heo · 16 years ago
  19. b93f858 fuse: add fuse_ prefix to several functions by Tejun Heo · 16 years ago
  20. 95668a6 fuse: implement poll support by Tejun Heo · 16 years ago
  21. 8599396 fuse: implement unsolicited notification by Tejun Heo · 16 years ago
  22. acf9943 fuse: add file kernel handle by Tejun Heo · 16 years ago
  23. 59efec7 fuse: implement ioctl support by Tejun Heo · 16 years ago
  24. e9bb09d fuse: don't let fuse_req->end() put the base reference by Tejun Heo · 16 years ago
  25. 1729a16 fuse: style fixes by Miklos Szeredi · 16 years ago
  26. c69e8d9 CRED: Use RCU to access another task's creds and to release a task's own creds by David Howells · 16 years ago
  27. b6dff3e CRED: Separate task security context from task_struct by David Howells · 16 years ago
  28. 2186a71 CRED: Wrap task credential accesses in the FUSE filesystem by David Howells · 16 years ago
  29. 233e70f saner FASYNC handling on file close by Al Viro · 16 years ago
  30. 4400372 [PATCH] switch all filesystems over to d_obtain_alias by Christoph Hellwig · 16 years ago
  31. a7c1b99 fuse: implement nonseekable open by Tejun Heo · 16 years ago
  32. 29d434b fuse: add include protectors by Tejun Heo · 16 years ago
  33. 17e18ab fuse: add missing fuse_request_free by Julia Lawall · 16 years ago
  34. 769415c fuse: fix SEEK_END incorrectness by Miklos Szeredi · 16 years ago
  35. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  36. a110343 [PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS mess by Al Viro · 16 years ago
  37. 2f1936b [patch 3/5] vfs: change remove_suid() to file_remove_suid() by Miklos Szeredi · 16 years ago
  38. e6305c4 [PATCH] sanitize ->permission() prototype by Al Viro · 16 years ago
  39. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  40. 48e9076 fuse: lockd support by Miklos Szeredi · 16 years ago
  41. 33670fa fuse: nfs export special lookups by Miklos Szeredi · 16 years ago
  42. c180eeb fuse: add fuse_lookup_name() helper by Miklos Szeredi · 16 years ago
  43. dbd561d fuse: add export operations by Miklos Szeredi · 16 years ago
  44. 0de6256 fuse: prepare lookup for nfs export by Miklos Szeredi · 16 years ago
  45. f948d56 fuse: fix thinko in max I/O size calucation by Miklos Szeredi · 16 years ago
  46. 03fb0bc fuse: fix bdi naming conflict by Miklos Szeredi · 16 years ago
  47. 78bb6cb fuse: add flag to turn on big writes by Miklos Szeredi · 16 years ago
  48. bd73096 fuse: use clamp() rather than nested min/max by Harvey Harrison · 16 years ago
  49. 4dbf930 fuse: fix sparse warnings by Miklos Szeredi · 16 years ago
  50. 5559b8f fuse: fix race in llseek by Miklos Szeredi · 16 years ago
  51. b48badf fuse: fix node ID type by Miklos Szeredi · 16 years ago
  52. e5d9a0d fuse: fix max i/o size calculation by Miklos Szeredi · 16 years ago
  53. 5c5c5e5 fuse: update file size on short read by Miklos Szeredi · 16 years ago
  54. ea9b990 fuse: implement perform_write by Nick Piggin · 16 years ago
  55. 854512e fuse: clean up setting i_size in write by Miklos Szeredi · 16 years ago
  56. 3be5a52 fuse: support writable mmap by Miklos Szeredi · 16 years ago
  57. b6f2fcb mm: bdi: expose the BDI object in sysfs for FUSE by Miklos Szeredi · 16 years ago
  58. 42faad9 [PATCH] restore sane ->umount_begin() API by Al Viro · 16 years ago
  59. 1a823ac fuse: fix permission checking by Miklos Szeredi · 16 years ago
  60. d1875db mount options: fix fuse by Miklos Szeredi · 16 years ago
  61. fa300b1 iget: stop FUSE from using iget() and read_inode() by David Howells · 16 years ago
  62. e231c2e Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) by David Howells · 16 years ago
  63. d12def1 fuse: limit queued background requests by Miklos Szeredi · 16 years ago
  64. b57d426 fuse: save space in struct fuse_req by Miklos Szeredi · 16 years ago
  65. 0952b2a fuse: fix attribute caching after create by Miklos Szeredi · 16 years ago
  66. 197b12d Kobject: convert fs/* from kobject_unregister() to kobject_put() by Greg Kroah-Hartman · 17 years ago
  67. 00d2666 kobject: convert main fs kobject to use kobject_create by Greg Kroah-Hartman · 17 years ago
  68. 5c89e17 kobject: convert fuse to use kobject_create by Greg Kroah-Hartman · 17 years ago
  69. 3514fac kobject: remove struct kobj_type from struct kset by Greg Kroah-Hartman · 17 years ago
  70. 08b6330 fuse: fix attribute caching after rename by Miklos Szeredi · 17 years ago
  71. fbee36b fuse: fix uninitialized field in fuse_inode by John Muir · 17 years ago
  72. d0186b2 fuse: fix FUSE_FILE_OPS sending by Miklos Szeredi · 17 years ago
  73. a664309 fuse: pass open flags to read and write by Miklos Szeredi · 17 years ago
  74. 7dca9fd fuse: cleanup: add fuse_get_attr_version() by Miklos Szeredi · 17 years ago
  75. bcb4be8 fuse: fix reading past EOF by Miklos Szeredi · 17 years ago
  76. 8744969 fuse_file_alloc(): fix NULL dereferences by Adrian Bunk · 17 years ago
  77. 0e9663e fuse: add blksize field to fuse_attr by Miklos Szeredi · 17 years ago
  78. f333211 fuse: add support for mandatory locking by Miklos Szeredi · 17 years ago
  79. b25e82e fuse: add helper for asynchronous writes by Miklos Szeredi · 17 years ago
  80. 93a8c3c fuse: add list of writable files to fuse_inode by Miklos Szeredi · 17 years ago
  81. a9ff4f8 fuse: support BSD locking semantics by Miklos Szeredi · 17 years ago
  82. 6ff958e fuse: add atomic open+truncate support by Miklos Szeredi · 17 years ago
  83. 17637cb fuse: improve utimes support by Miklos Szeredi · 17 years ago
  84. 49d4914 fuse: clean up open file passing in setattr by Miklos Szeredi · 17 years ago
  85. c79e322 fuse: add file handle to getattr operation by Miklos Szeredi · 17 years ago
  86. 1fb69e7 fuse: fix race between getattr and write by Miklos Szeredi · 17 years ago
  87. e57ac68 fuse: fix allowing operations by Miklos Szeredi · 17 years ago
  88. e8e9615 fuse: clean up execute permission checking by Miklos Szeredi · 17 years ago
  89. c9c9d7d fuse: no ENOENT from fuse device read by Miklos Szeredi · 17 years ago
  90. a131de0 fuse: no abort on interrupt by Miklos Szeredi · 17 years ago
  91. 819c4b3 fuse: cleanup in release by Miklos Szeredi · 17 years ago
  92. ebc14c4 fuse: fix permission checking on sticky directories by Miklos Szeredi · 17 years ago
  93. 244f638 fuse: refresh stale attributes in fuse_permission() by Miklos Szeredi · 17 years ago
  94. 074406f fuse: set i_nlink to sane value after mount by Miklos Szeredi · 17 years ago
  95. b100997 fuse: fix page invalidation by Miklos Szeredi · 17 years ago
  96. e00d2c2 fuse: truncate on spontaneous size change by Miklos Szeredi · 17 years ago
  97. c756e0a fuse: add reference counting to fuse_file by Miklos Szeredi · 17 years ago
  98. de5e3de fuse: fix reserved request wake up by Miklos Szeredi · 17 years ago
  99. f92b99b fuse: update backing_dev_info congestion state by Miklos Szeredi · 17 years ago
  100. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago