| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
* | fuse: wakeup pollers on connection release/abort | Bryan Green | 2011-03-21 | 1 | -1/+1 |
* | fuse: fix hang of single threaded fuseblk filesystem | Miklos Szeredi | 2011-02-25 | 1 | -7/+45 |
* | fuse: fix ioctl ABI | Miklos Szeredi | 2010-12-07 | 1 | -5/+48 |
* | fuse: ioctl cleanup | Miklos Szeredi | 2010-12-07 | 1 | -8/+7 |
* | fuse: verify ioctl retries | Miklos Szeredi | 2010-11-30 | 1 | -0/+22 |
* | fuse: fix ioctl when server is 32bit | Miklos Szeredi | 2010-11-30 | 1 | -6/+44 |
* | fuse: fix attributes after open(O_TRUNC) | Ken Sumrall | 2010-11-25 | 1 | -0/+10 |
* | fuse: fix lock annotations | Miklos Szeredi | 2010-09-07 | 1 | -4/+4 |
* | fuse: add store request | Miklos Szeredi | 2010-07-12 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2010-05-30 | 1 | -15/+24 |
|\ |
|
| * | fuse: allow splice to move pages | Miklos Szeredi | 2010-05-25 | 1 | -9/+19 |
| * | fuse: get page reference for readpages | Miklos Szeredi | 2010-05-25 | 1 | -0/+2 |
| * | fuse: use get_user_pages_fast() | Miklos Szeredi | 2010-05-25 | 1 | -4/+1 |
| * | fuse: remove unneeded variable | Dan Carpenter | 2010-05-25 | 1 | -2/+2 |
* | | drop unused dentry argument to ->fsync | Christoph Hellwig | 2010-05-27 | 1 | -5/+4 |
|/ |
|
* | mm: flush dcache before writing into page to avoid alias | anfei zhou | 2010-02-02 | 1 | -0/+3 |
* | fuse: fix kunmap in fuse_ioctl_copy_user | Jens Axboe | 2009-11-04 | 1 | -1/+1 |
* | fuse: prevent fuse_put_request on invalid pointer | Anand V. Avati | 2009-11-04 | 1 | -1/+2 |
* | const: mark struct vm_struct_operations | Alexey Dobriyan | 2009-09-27 | 1 | -1/+1 |
* | fuse: fix bad return value in fuse_file_poll() | Miklos Szeredi | 2009-06-30 | 1 | -1/+1 |
* | fuse: export symbols to be used by CUSE | Tejun Heo | 2009-04-28 | 1 | -7/+13 |
* | fuse: don't use inode in fuse_file_poll | Miklos Szeredi | 2009-04-28 | 1 | -3/+2 |
* | fuse: don't use inode in fuse_do_ioctl() helper | Miklos Szeredi | 2009-04-28 | 1 | -14/+21 |
* | fuse: don't use inode in fuse_sync_release() | Miklos Szeredi | 2009-04-28 | 1 | -20/+29 |
* | fuse: create fuse_do_open() helper for CUSE | Miklos Szeredi | 2009-04-28 | 1 | -25/+40 |
* | fuse: clean up args in fuse_finish_open() and fuse_release_fill() | Miklos Szeredi | 2009-04-28 | 1 | -13/+15 |
* | fuse: don't use inode in helpers called by fuse_direct_io() | Miklos Szeredi | 2009-04-28 | 1 | -32/+30 |
* | fuse: add members to struct fuse_file | Miklos Szeredi | 2009-04-28 | 1 | -0/+2 |
* | fuse: prepare fuse_direct_io() for CUSE | Miklos Szeredi | 2009-04-28 | 1 | -10/+23 |
* | fuse: clean up fuse_write_fill() | Miklos Szeredi | 2009-04-28 | 1 | -9/+8 |
* | fuse: use struct path in release structure | Miklos Szeredi | 2009-04-28 | 1 | -5/+4 |
* | fuse: misc cleanups | Tejun Heo | 2009-04-28 | 1 | -37/+44 |
* | fuse: fix "direct_io" private mmap | Miklos Szeredi | 2009-04-09 | 1 | -0/+2 |
* | fuse: fix argument type in fuse_get_user_pages() | Miklos Szeredi | 2009-04-09 | 1 | -3/+3 |
* | fuse: allow private mappings of "direct_io" files | Miklos Szeredi | 2009-04-02 | 1 | -1/+11 |
* | fuse: allow kernel to access "direct_io" files | Miklos Szeredi | 2009-04-02 | 1 | -12/+30 |
* | mm: page_mkwrite change prototype to match fault | Nick Piggin | 2009-04-01 | 1 | -1/+2 |
* | fuse: fix fuse_file_lseek returning with lock held | Dan Carpenter | 2009-03-30 | 1 | -1/+2 |
* | fuse: fix NULL deref in fuse_file_alloc() | Dan Carpenter | 2009-01-26 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2009-01-06 | 1 | -19/+438 |
|\ |
|
| * | fuse: clean up annotations of fc->lock | Harvey Harrison | 2008-12-02 | 1 | -0/+4 |
| * | fuse: fix sparse warning in ioctl | Miklos Szeredi | 2008-12-02 | 1 | -1/+1 |
| * | fuse: add fuse_ prefix to several functions | Tejun Heo | 2008-11-26 | 1 | -14/+14 |
| * | fuse: implement poll support | Tejun Heo | 2008-11-26 | 1 | -0/+132 |
| * | fuse: add file kernel handle | Tejun Heo | 2008-11-26 | 1 | -2/+6 |
| * | fuse: implement ioctl support | Tejun Heo | 2008-11-26 | 1 | -0/+280 |
| * | fuse: don't let fuse_req->end() put the base reference | Tejun Heo | 2008-11-26 | 1 | -3/+2 |
| * | fuse: style fixes | Miklos Szeredi | 2008-11-26 | 1 | -2/+2 |
* | | fs: symlink write_begin allocation context fix | Nick Piggin | 2009-01-04 | 1 | -2/+2 |
|/ |
|