index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
fuse
/
file.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
/
*
fuse: implement nonseekable open
Tejun Heo
2008-10-16
1
-0
/
+2
*
fuse: fix SEEK_END incorrectness
Miklos Szeredi
2008-10-16
1
-0
/
+3
*
[patch 3/5] vfs: change remove_suid() to file_remove_suid()
Miklos Szeredi
2008-07-26
1
-1
/
+1
*
fuse: lockd support
Miklos Szeredi
2008-07-25
1
-2
/
+9
*
fuse: add flag to turn on big writes
Miklos Szeredi
2008-05-13
1
-0
/
+2
*
fuse: use clamp() rather than nested min/max
Harvey Harrison
2008-05-01
1
-1
/
+1
*
fuse: fix race in llseek
Miklos Szeredi
2008-04-30
1
-2
/
+27
*
fuse: fix max i/o size calculation
Miklos Szeredi
2008-04-30
1
-3
/
+4
*
fuse: update file size on short read
Miklos Szeredi
2008-04-30
1
-6
/
+46
*
fuse: implement perform_write
Nick Piggin
2008-04-30
1
-1
/
+193
[next]