index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
fuse
/
file.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-27
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-02
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-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
1
-19
/
+438
2009-01-04
fs: symlink write_begin allocation context fix
Nick Piggin
1
-2
/
+2
2008-12-02
fuse: clean up annotations of fc->lock
Harvey Harrison
1
-0
/
+4
2008-12-02
fuse: fix sparse warning in ioctl
Miklos Szeredi
1
-1
/
+1
2008-11-26
fuse: add fuse_ prefix to several functions
Tejun Heo
1
-14
/
+14
2008-11-26
fuse: implement poll support
Tejun Heo
1
-0
/
+132
2008-11-26
fuse: add file kernel handle
Tejun Heo
1
-2
/
+6
2008-11-26
fuse: implement ioctl support
Tejun Heo
1
-0
/
+280
2008-11-26
fuse: don't let fuse_req->end() put the base reference
Tejun Heo
1
-3
/
+2
2008-11-26
fuse: style fixes
Miklos Szeredi
1
-2
/
+2
2008-10-16
fuse: implement nonseekable open
Tejun Heo
1
-0
/
+2
2008-10-16
fuse: fix SEEK_END incorrectness
Miklos Szeredi
1
-0
/
+3
2008-07-26
[patch 3/5] vfs: change remove_suid() to file_remove_suid()
Miklos Szeredi
1
-1
/
+1
2008-07-25
fuse: lockd support
Miklos Szeredi
1
-2
/
+9
2008-05-13
fuse: add flag to turn on big writes
Miklos Szeredi
1
-0
/
+2
2008-05-01
fuse: use clamp() rather than nested min/max
Harvey Harrison
1
-1
/
+1
2008-04-30
fuse: fix race in llseek
Miklos Szeredi
1
-2
/
+27
2008-04-30
fuse: fix max i/o size calculation
Miklos Szeredi
1
-3
/
+4
2008-04-30
fuse: update file size on short read
Miklos Szeredi
1
-6
/
+46
[next]