Age | Commit message (Expand) | Author | Files | Lines |
2011-08-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 1 | -71/+13 |
2011-08-08 | fuse: mark pages accessed when written to | Johannes Weiner | 1 | -0/+3 |
2011-08-08 | fuse: delete dead .write_begin and .write_end aops | Johannes Weiner | 1 | -70/+0 |
2011-08-08 | fuse: fix flock | Miklos Szeredi | 1 | -1/+10 |
2011-07-26 | Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -1/+1 |
2011-07-21 | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers | Josef Bacik | 1 | -6/+18 |
2011-07-21 | fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseek | Josef Bacik | 1 | -2/+19 |
2011-07-21 | locks: rename lock-manager ops | J. Bruce Fields | 1 | -1/+1 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
2011-03-21 | fuse: wakeup pollers on connection release/abort | Bryan Green | 1 | -1/+1 |
2011-02-25 | fuse: fix hang of single threaded fuseblk filesystem | Miklos Szeredi | 1 | -7/+45 |
2010-12-07 | fuse: fix ioctl ABI | Miklos Szeredi | 1 | -5/+48 |
2010-12-07 | fuse: ioctl cleanup | Miklos Szeredi | 1 | -8/+7 |
2010-11-30 | fuse: verify ioctl retries | Miklos Szeredi | 1 | -0/+22 |
2010-11-30 | fuse: fix ioctl when server is 32bit | Miklos Szeredi | 1 | -6/+44 |
2010-11-25 | fuse: fix attributes after open(O_TRUNC) | Ken Sumrall | 1 | -0/+10 |
2010-09-07 | fuse: fix lock annotations | Miklos Szeredi | 1 | -4/+4 |
2010-07-12 | fuse: add store request | Miklos Szeredi | 1 | -1/+1 |
2010-05-30 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 1 | -15/+24 |
2010-05-28 | drop unused dentry argument to ->fsync | Christoph Hellwig | 1 | -5/+4 |
2010-05-25 | fuse: allow splice to move pages | Miklos Szeredi | 1 | -9/+19 |
2010-05-25 | fuse: get page reference for readpages | Miklos Szeredi | 1 | -0/+2 |
2010-05-25 | fuse: use get_user_pages_fast() | Miklos Szeredi | 1 | -4/+1 |
2010-05-25 | fuse: remove unneeded variable | Dan Carpenter | 1 | -2/+2 |
2010-02-03 | mm: flush dcache before writing into page to avoid alias | anfei zhou | 1 | -0/+3 |
2009-11-04 | fuse: fix kunmap in fuse_ioctl_copy_user | Jens Axboe | 1 | -1/+1 |
2009-11-04 | fuse: prevent fuse_put_request on invalid pointer | Anand V. Avati | 1 | -1/+2 |
2009-09-27 | const: mark struct vm_struct_operations | Alexey Dobriyan | 1 | -1/+1 |
2009-06-30 | fuse: fix bad return value in fuse_file_poll() | Miklos Szeredi | 1 | -1/+1 |
2009-04-28 | fuse: export symbols to be used by CUSE | Tejun Heo | 1 | -7/+13 |
2009-04-28 | fuse: don't use inode in fuse_file_poll | Miklos Szeredi | 1 | -3/+2 |
2009-04-28 | fuse: don't use inode in fuse_do_ioctl() helper | Miklos Szeredi | 1 | -14/+21 |
2009-04-28 | fuse: don't use inode in fuse_sync_release() | Miklos Szeredi | 1 | -20/+29 |
2009-04-28 | fuse: create fuse_do_open() helper for CUSE | Miklos Szeredi | 1 | -25/+40 |
2009-04-28 | fuse: clean up args in fuse_finish_open() and fuse_release_fill() | Miklos Szeredi | 1 | -13/+15 |
2009-04-28 | fuse: don't use inode in helpers called by fuse_direct_io() | Miklos Szeredi | 1 | -32/+30 |
2009-04-28 | fuse: add members to struct fuse_file | Miklos Szeredi | 1 | -0/+2 |
2009-04-28 | fuse: prepare fuse_direct_io() for CUSE | Miklos Szeredi | 1 | -10/+23 |
2009-04-28 | fuse: clean up fuse_write_fill() | Miklos Szeredi | 1 | -9/+8 |
2009-04-28 | fuse: use struct path in release structure | Miklos Szeredi | 1 | -5/+4 |
2009-04-28 | fuse: misc cleanups | Tejun Heo | 1 | -37/+44 |
2009-04-09 | fuse: fix "direct_io" private mmap | Miklos Szeredi | 1 | -0/+2 |
2009-04-09 | fuse: fix argument type in fuse_get_user_pages() | Miklos Szeredi | 1 | -3/+3 |
2009-04-02 | fuse: allow private mappings of "direct_io" files | Miklos Szeredi | 1 | -1/+11 |
2009-04-02 | fuse: allow kernel to access "direct_io" files | Miklos Szeredi | 1 | -12/+30 |
2009-04-01 | mm: page_mkwrite change prototype to match fault | Nick Piggin | 1 | -1/+2 |
2009-03-30 | fuse: fix fuse_file_lseek returning with lock held | Dan Carpenter | 1 | -1/+2 |
2009-01-26 | fuse: fix NULL deref in fuse_file_alloc() | Dan Carpenter | 1 | -1/+1 |
2009-01-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 1 | -19/+438 |
2009-01-05 | fs: symlink write_begin allocation context fix | Nick Piggin | 1 | -2/+2 |