1. 29d434b fuse: add include protectors by Tejun Heo · 16 years ago
  2. 17e18ab fuse: add missing fuse_request_free by Julia Lawall · 16 years ago
  3. 769415c fuse: fix SEEK_END incorrectness by Miklos Szeredi · 16 years ago
  4. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  5. a110343 [PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS mess by Al Viro · 16 years ago
  6. 2f1936b [patch 3/5] vfs: change remove_suid() to file_remove_suid() by Miklos Szeredi · 16 years ago
  7. e6305c4 [PATCH] sanitize ->permission() prototype by Al Viro · 16 years ago
  8. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  9. 48e9076 fuse: lockd support by Miklos Szeredi · 16 years ago
  10. 33670fa fuse: nfs export special lookups by Miklos Szeredi · 16 years ago
  11. c180eeb fuse: add fuse_lookup_name() helper by Miklos Szeredi · 16 years ago
  12. dbd561d fuse: add export operations by Miklos Szeredi · 16 years ago
  13. 0de6256 fuse: prepare lookup for nfs export by Miklos Szeredi · 16 years ago
  14. f948d56 fuse: fix thinko in max I/O size calucation by Miklos Szeredi · 16 years ago
  15. 03fb0bc fuse: fix bdi naming conflict 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. 4dbf930 fuse: fix sparse warnings by Miklos Szeredi · 16 years ago
  19. 5559b8f fuse: fix race in llseek by Miklos Szeredi · 16 years ago
  20. b48badf fuse: fix node ID type by Miklos Szeredi · 16 years ago
  21. e5d9a0d fuse: fix max i/o size calculation by Miklos Szeredi · 16 years ago
  22. 5c5c5e5 fuse: update file size on short read by Miklos Szeredi · 16 years ago
  23. ea9b990 fuse: implement perform_write by Nick Piggin · 16 years ago
  24. 854512e fuse: clean up setting i_size in write by Miklos Szeredi · 16 years ago
  25. 3be5a52 fuse: support writable mmap by Miklos Szeredi · 16 years ago
  26. b6f2fcb mm: bdi: expose the BDI object in sysfs for FUSE by Miklos Szeredi · 16 years ago
  27. 42faad9 [PATCH] restore sane ->umount_begin() API by Al Viro · 16 years ago
  28. 1a823ac fuse: fix permission checking by Miklos Szeredi · 16 years ago
  29. d1875db mount options: fix fuse by Miklos Szeredi · 16 years ago
  30. fa300b1 iget: stop FUSE from using iget() and read_inode() by David Howells · 16 years ago
  31. e231c2e Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) by David Howells · 16 years ago
  32. d12def1 fuse: limit queued background requests by Miklos Szeredi · 16 years ago
  33. b57d426 fuse: save space in struct fuse_req by Miklos Szeredi · 16 years ago
  34. 0952b2a fuse: fix attribute caching after create by Miklos Szeredi · 16 years ago
  35. 197b12d Kobject: convert fs/* from kobject_unregister() to kobject_put() by Greg Kroah-Hartman · 17 years ago
  36. 00d2666 kobject: convert main fs kobject to use kobject_create by Greg Kroah-Hartman · 17 years ago
  37. 5c89e17 kobject: convert fuse to use kobject_create by Greg Kroah-Hartman · 17 years ago
  38. 3514fac kobject: remove struct kobj_type from struct kset by Greg Kroah-Hartman · 17 years ago
  39. 08b6330 fuse: fix attribute caching after rename by Miklos Szeredi · 17 years ago
  40. fbee36b fuse: fix uninitialized field in fuse_inode by John Muir · 17 years ago
  41. d0186b2 fuse: fix FUSE_FILE_OPS sending by Miklos Szeredi · 17 years ago
  42. a664309 fuse: pass open flags to read and write by Miklos Szeredi · 17 years ago
  43. 7dca9fd fuse: cleanup: add fuse_get_attr_version() by Miklos Szeredi · 17 years ago
  44. bcb4be8 fuse: fix reading past EOF by Miklos Szeredi · 17 years ago
  45. 8744969 fuse_file_alloc(): fix NULL dereferences by Adrian Bunk · 17 years ago
  46. 0e9663e fuse: add blksize field to fuse_attr by Miklos Szeredi · 17 years ago
  47. f333211 fuse: add support for mandatory locking by Miklos Szeredi · 17 years ago
  48. b25e82e fuse: add helper for asynchronous writes by Miklos Szeredi · 17 years ago
  49. 93a8c3c fuse: add list of writable files to fuse_inode by Miklos Szeredi · 17 years ago
  50. a9ff4f8 fuse: support BSD locking semantics by Miklos Szeredi · 17 years ago
  51. 6ff958e fuse: add atomic open+truncate support by Miklos Szeredi · 17 years ago
  52. 17637cb fuse: improve utimes support by Miklos Szeredi · 17 years ago
  53. 49d4914 fuse: clean up open file passing in setattr by Miklos Szeredi · 17 years ago
  54. c79e322 fuse: add file handle to getattr operation by Miklos Szeredi · 17 years ago
  55. 1fb69e7 fuse: fix race between getattr and write by Miklos Szeredi · 17 years ago
  56. e57ac68 fuse: fix allowing operations by Miklos Szeredi · 17 years ago
  57. e8e9615 fuse: clean up execute permission checking by Miklos Szeredi · 17 years ago
  58. c9c9d7d fuse: no ENOENT from fuse device read by Miklos Szeredi · 17 years ago
  59. a131de0 fuse: no abort on interrupt by Miklos Szeredi · 17 years ago
  60. 819c4b3 fuse: cleanup in release by Miklos Szeredi · 17 years ago
  61. ebc14c4 fuse: fix permission checking on sticky directories by Miklos Szeredi · 17 years ago
  62. 244f638 fuse: refresh stale attributes in fuse_permission() by Miklos Szeredi · 17 years ago
  63. 074406f fuse: set i_nlink to sane value after mount by Miklos Szeredi · 17 years ago
  64. b100997 fuse: fix page invalidation by Miklos Szeredi · 17 years ago
  65. e00d2c2 fuse: truncate on spontaneous size change by Miklos Szeredi · 17 years ago
  66. c756e0a fuse: add reference counting to fuse_file by Miklos Szeredi · 17 years ago
  67. de5e3de fuse: fix reserved request wake up by Miklos Szeredi · 17 years ago
  68. f92b99b fuse: update backing_dev_info congestion state by Miklos Szeredi · 17 years ago
  69. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  70. e0bf68d mm: bdi init hooks by Peter Zijlstra · 17 years ago
  71. 5e6f58a fuse: convert to new aops by Nick Piggin · 17 years ago
  72. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  73. 5ffc4ef sendfile: remove .sendfile from filesystems that use generic_file_sendfile() by Jens Axboe · 17 years ago
  74. edad01e fuse: ->fs_flags fixlet by Alexey Dobriyan · 17 years ago
  75. ead5f0b fuse: delete inode on drop by Miklos Szeredi · 17 years ago
  76. 889f784 fuse: generic_write_checks() for direct_io by Miklos Szeredi · 17 years ago
  77. b9ba347 fuse: fix mknod of regular file by Miklos Szeredi · 17 years ago
  78. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  79. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  80. 79c0b2d add filesystem subtype support by Miklos Szeredi · 17 years ago
  81. 2d56d3c Merge branch 'server-cluster-locking-api' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 17 years ago
  82. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  83. 9d6a8c5 locks: give posix_test_lock same interface as ->lock by Marc Eshel · 17 years ago
  84. 823bccf remove "struct subsystem" as it is no longer needed by Greg Kroah-Hartman · 17 years ago
  85. a5bfffac [PATCH] fuse: validate rootmode mount option by Timo Savola · 17 years ago
  86. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  87. 754661f [PATCH] mark struct inode_operations const 1 by Arjan van de Ven · 17 years ago
  88. fc0ecff [PATCH] remove invalidate_inode_pages() by Andrew Morton · 17 years ago
  89. ff79544 [PATCH] fuse: fix bug in control filesystem mount by Miklos Szeredi · 17 years ago
  90. 9280f68 [PATCH] fuse: remove clear_page_dirty() call by Miklos Szeredi · 18 years ago
  91. 7706a9d [PATCH] struct path: convert fuse by Josef Sipek · 18 years ago
  92. 875d95e [PATCH] fuse: fix compile without CONFIG_BLOCK by Miklos Szeredi · 18 years ago
  93. 0ec7ca4 [PATCH] fuse: add DESTROY operation by Miklos Szeredi · 18 years ago
  94. b2d2272 [PATCH] fuse: add bmap support by Miklos Szeredi · 18 years ago
  95. d809161 [PATCH] fuse: add blksize option by Miklos Szeredi · 18 years ago
  96. d6392f8 [PATCH] fuse: add support for block device based filesystems by Miklos Szeredi · 18 years ago
  97. bdcf250 [PATCH] fuse: minor cleanup in fuse_dentry_revalidate by Miklos Szeredi · 18 years ago
  98. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  99. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  100. 2d51013 [PATCH] fuse: fix Oops in lookup by Miklos Szeredi · 18 years ago