1. 426e1f5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  2. b6777c4 fuse: use clear_highpage() and KM_USER0 instead of KM_USER1 by Miklos Szeredi · 14 years ago
  3. 3ecb01d use clear_page()/copy_page() in favor of memset()/memcpy() on whole pages by Jan Beulich · 14 years ago
  4. 85fe402 fs: do not assign default i_ino in new_inode by Christoph Hellwig · 14 years ago
  5. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  6. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  7. 0157443 fuse: Initialize total_len in fuse_retrieve() by Geert Uytterhoeven · 14 years ago
  8. b9ca67b fuse: fix lock annotations by Miklos Szeredi · 14 years ago
  9. 595afaf fuse: flush background queue on connection close by Miklos Szeredi · 14 years ago
  10. 5f248c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  11. b57922d convert remaining ->clear_inode() to ->evict_inode() by Al Viro · 14 years ago
  12. 2c27c65 check ATTR_SIZE contraints in inode_change_ok by Christoph Hellwig · 14 years ago
  13. db78b87 always call inode_change_ok early in ->setattr by Christoph Hellwig · 14 years ago
  14. fe21ea1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 14 years ago
  15. 9cfcac8 vfs: re-introduce MAY_CHDIR by Eric Paris · 14 years ago
  16. 2d45ba3 fuse: add retrieve request by Miklos Szeredi · 14 years ago
  17. a1d75f2 fuse: add store request by Miklos Szeredi · 14 years ago
  18. 7909b1c fuse: don't use atomic kmap by Miklos Szeredi · 14 years ago
  19. 003386f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 14 years ago
  20. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  21. 578454f driver core: add devname module aliases to allow module on-demand auto-loading by Kay Sievers · 14 years ago
  22. c302162 fuse: support splice() reading from fuse device by Miklos Szeredi · 14 years ago
  23. ce534fb fuse: allow splice to move pages by Miklos Szeredi · 14 years ago
  24. dd3bb14 fuse: support splice() writing to fuse device by Miklos Szeredi · 14 years ago
  25. b5dd328 fuse: get page reference for readpages by Miklos Szeredi · 14 years ago
  26. 1bf94ca fuse: use get_user_pages_fast() by Miklos Szeredi · 14 years ago
  27. 4aa0edd fuse: remove unneeded variable by Dan Carpenter · 14 years ago
  28. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  29. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  30. 60f8a8d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 15 years ago
  31. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 15 years ago
  32. b2d82ee fuse: fix large stack use by Fang Wenqi · 15 years ago
  33. b21dda4 fuse: cleanup in fuse_notify_inval_...() by Miklos Szeredi · 15 years ago
  34. 931e80e mm: flush dcache before writing into page to avoid alias by anfei zhou · 15 years ago
  35. 1b73239 fuse: reject O_DIRECT flag also in fuse_create by Csaba Henk · 15 years ago
  36. 5219f34 fuse: invalidate target of rename by Miklos Szeredi · 15 years ago
  37. 0bd8718 fuse: fix kunmap in fuse_ioctl_copy_user by Jens Axboe · 15 years ago
  38. f60311d fuse: prevent fuse_put_request on invalid pointer by Anand V. Avati · 15 years ago
  39. f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
  40. c08d3b0 truncate: use new helpers by npiggin@suse.de · 15 years ago
  41. 9eead2a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 15 years ago
  42. 32a88aa fs: Assign bdi in super_block by Jens Axboe · 15 years ago
  43. 79a9d99 fuse: add fusectl interface to max_background by Csaba Henk · 15 years ago
  44. 487ea5a fuse: limit user-specified values of max background requests by Csaba Henk · 15 years ago
  45. d6db07d fuse: use drop_nlink() instead of direct nlink manipulation by Csaba Henk · 15 years ago
  46. d993831 writeback: add name to backing_dev_info by Jens Axboe · 15 years ago
  47. 81e4e1b Revert "fuse: Fix build error" as unnecessary by Linus Torvalds · 15 years ago
  48. 097041e fuse: Fix build error by Larry Finger · 15 years ago
  49. 8aa7e84 Fix congestion_wait() sync/async vs read/write confusion by Jens Axboe · 15 years ago
  50. 7a6d3c8 fuse: make the number of max background requests and congestion threshold tunable by Csaba Henk · 15 years ago
  51. 3b463ae fuse: invalidation reverse calls by John Muir · 15 years ago
  52. e0a43dd fuse: allow umask processing in userspace by Miklos Szeredi · 15 years ago
  53. 201fa69 fuse: fix bad return value in fuse_file_poll() by Miklos Szeredi · 15 years ago
  54. b4c458b fuse: fix return value of fuse_dev_write() by Csaba Henk · 15 years ago
  55. 66c6af2 fuse doesn't need BKL in ->umount_begin() by Al Viro · 15 years ago
  56. c34752b Merge branch 'cuse' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 15 years ago
  57. 151060a CUSE: implement CUSE - Character device in Userspace by Tejun Heo · 15 years ago
  58. a6aeeeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 15 years ago
  59. 67e5520 vfs: umount_begin BKL pushdown by Alessio Igor Bogani · 15 years ago
  60. 08cbf54 fuse: export symbols to be used by CUSE by Tejun Heo · 15 years ago
  61. a325f9b fuse: update fuse_conn_init() and separate out fuse_conn_kill() by Tejun Heo · 15 years ago
  62. 797759a fuse: don't use inode in fuse_file_poll by Miklos Szeredi · 15 years ago
  63. d36f248 fuse: don't use inode in fuse_do_ioctl() helper by Miklos Szeredi · 15 years ago
  64. 8b0797a fuse: don't use inode in fuse_sync_release() by Miklos Szeredi · 15 years ago
  65. 91fe96b fuse: create fuse_do_open() helper for CUSE by Miklos Szeredi · 15 years ago
  66. c7b7143 fuse: clean up args in fuse_finish_open() and fuse_release_fill() by Miklos Szeredi · 15 years ago
  67. 2106cb1 fuse: don't use inode in helpers called by fuse_direct_io() by Miklos Szeredi · 15 years ago
  68. da5e471 fuse: add members to struct fuse_file by Miklos Szeredi · 15 years ago
  69. d09cb9d fuse: prepare fuse_direct_io() for CUSE by Miklos Szeredi · 15 years ago
  70. 2d698b0 fuse: clean up fuse_write_fill() by Miklos Szeredi · 15 years ago
  71. b0be46e fuse: use struct path in release structure by Miklos Szeredi · 15 years ago
  72. fd9db72 fuse: destroy bdi on error by Miklos Szeredi · 15 years ago
  73. 6b2db28 fuse: misc cleanups by Tejun Heo · 15 years ago
  74. 3121bfe fuse: fix "direct_io" private mmap by Miklos Szeredi · 16 years ago
  75. ce60a2f fuse: fix argument type in fuse_get_user_pages() by Miklos Szeredi · 16 years ago
  76. fc280c9 fuse: allow private mappings of "direct_io" files by Miklos Szeredi · 16 years ago
  77. f4975c6 fuse: allow kernel to access "direct_io" files by Miklos Szeredi · 16 years ago
  78. c2ec175 mm: page_mkwrite change prototype to match fault by Nick Piggin · 16 years ago
  79. 5291658 fuse: fix fuse_file_lseek returning with lock held by Dan Carpenter · 16 years ago
  80. 4269590 constify dentry_operations: FUSE by Al Viro · 16 years ago
  81. a1c70a7 Merge branch 'Kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/misc by Linus Torvalds · 16 years ago
  82. f6d47a1 fuse: fix poll notify by Miklos Szeredi · 16 years ago
  83. 26c3679 fuse: destroy bdi on umount by Miklos Szeredi · 16 years ago
  84. c2b8f00 fuse: fuse_fill_super error handling cleanup by Miklos Szeredi · 16 years ago
  85. 3ddf1e7 fuse: fix missing fput on error by Miklos Szeredi · 16 years ago
  86. bb875b3 fuse: fix NULL deref in fuse_file_alloc() by Dan Carpenter · 16 years ago
  87. 3ef7784 fs/Kconfig: move fuse out by Alexey Dobriyan · 16 years ago
  88. 5fec8bd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 16 years ago
  89. 54566b2 fs: symlink write_begin allocation context fix by Nick Piggin · 16 years ago
  90. 5d9ec85 fuse: clean up annotations of fc->lock by Harvey Harrison · 16 years ago
  91. c9f0523d fuse: fix sparse warning in ioctl by Miklos Szeredi · 16 years ago
  92. 43901aa fuse: add fuse_conn->release() by Tejun Heo · 16 years ago
  93. 0d179aa fuse: separate out fuse_conn_init() from new_conn() by Tejun Heo · 16 years ago
  94. b93f858 fuse: add fuse_ prefix to several functions by Tejun Heo · 16 years ago
  95. 95668a6 fuse: implement poll support by Tejun Heo · 16 years ago
  96. 8599396 fuse: implement unsolicited notification by Tejun Heo · 16 years ago
  97. acf9943 fuse: add file kernel handle by Tejun Heo · 16 years ago
  98. 59efec7 fuse: implement ioctl support by Tejun Heo · 16 years ago
  99. e9bb09d fuse: don't let fuse_req->end() put the base reference by Tejun Heo · 16 years ago
  100. 1729a16 fuse: style fixes by Miklos Szeredi · 16 years ago