index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fuse
/
file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-30
fuse: implement perform_write
Nick Piggin
1
-1
/
+193
2008-04-30
fuse: clean up setting i_size in write
Miklos Szeredi
1
-13
/
+15
2008-04-30
fuse: support writable mmap
Miklos Szeredi
1
-16
/
+305
2008-02-06
fuse: save space in struct fuse_req
Miklos Szeredi
1
-6
/
+8
2007-11-29
fuse: pass open flags to read and write
Miklos Szeredi
1
-11
/
+15
2007-11-29
fuse: fix reading past EOF
Miklos Szeredi
1
-1
/
+20
2007-11-14
fuse_file_alloc(): fix NULL dereferences
Adrian Bunk
1
-2
/
+3
2007-10-18
fuse: add support for mandatory locking
Miklos Szeredi
1
-8
/
+29
2007-10-18
fuse: add helper for asynchronous writes
Miklos Szeredi
1
-13
/
+20
2007-10-18
fuse: add list of writable files to fuse_inode
Miklos Szeredi
1
-0
/
+7
2007-10-18
fuse: support BSD locking semantics
Miklos Szeredi
1
-5
/
+27
2007-10-18
fuse: add atomic open+truncate support
Miklos Szeredi
1
-1
/
+3
2007-10-18
fuse: fix race between getattr and write
Miklos Szeredi
1
-0
/
+2
2007-10-17
fuse: cleanup in release
Miklos Szeredi
1
-0
/
+8
2007-10-17
fuse: refresh stale attributes in fuse_permission()
Miklos Szeredi
1
-8
/
+0
2007-10-17
fuse: fix page invalidation
Miklos Szeredi
1
-1
/
+1
2007-10-17
fuse: add reference counting to fuse_file
Miklos Szeredi
1
-28
/
+44
2007-10-16
fuse: convert to new aops
Nick Piggin
1
-14
/
+32
2007-07-10
sendfile: remove .sendfile from filesystems that use generic_file_sendfile()
Jens Axboe
1
-2
/
+2
2007-05-23
fuse: generic_write_checks() for direct_io
Miklos Szeredi
1
-1
/
+3
2007-05-21
Detach sched.h from mm.h
Alexey Dobriyan
1
-0
/
+1
2007-05-06
locks: give posix_test_lock same interface as ->lock
Marc Eshel
1
-2
/
+1
2007-02-11
[PATCH] remove invalidate_inode_pages()
Andrew Morton
1
-1
/
+1
2006-12-21
[PATCH] fuse: remove clear_page_dirty() call
Miklos Szeredi
1
-3
/
+1
2006-12-08
[PATCH] struct path: convert fuse
Josef Sipek
1
-9
/
+9
2006-12-07
[PATCH] fuse: add bmap support
Miklos Szeredi
1
-0
/
+37
2006-11-03
[PATCH] fuse: ->readpages() cleanup
OGAWA Hirofumi
1
-6
/
+3
2006-10-17
[PATCH] fuse: fix hang on SMP
Miklos Szeredi
1
-3
/
+9
2006-10-01
[PATCH] Streamline generic_file_* interfaces and filemap cleanups
Badari Pulavarty
1
-2
/
+4
2006-08-14
[PATCH] fuse: fix error case in fuse_readpages
Alexander Zarochentsev
1
-2
/
+8
2006-06-28
[PATCH] mark address_space_operations const
Christoph Hellwig
1
-1
/
+1
2006-06-25
[PATCH] fuse: scramble lock owner ID
Miklos Szeredi
1
-9
/
+20
2006-06-25
[PATCH] fuse: add request interruption
Miklos Szeredi
1
-0
/
+3
2006-06-25
[PATCH] fuse: ensure FLUSH reaches userspace
Miklos Szeredi
1
-8
/
+5
2006-06-25
[PATCH] fuse: add POSIX file locking support
Miklos Szeredi
1
-0
/
+132
2006-06-25
[PATCH] fuse: no backgrounding on interrupt
Miklos Szeredi
1
-32
/
+17
2006-06-23
[PATCH] vfs: add lock owner argument to flush operation
Miklos Szeredi
1
-1
/
+1
2006-04-11
[fuse] Direct I/O should not use fuse_reset_request
Miklos Szeredi
1
-3
/
+7
2006-04-11
[PATCH] fuse: clean up request accounting
Miklos Szeredi
1
-24
/
+24
2006-04-11
[PATCH] fuse: fix oops in fuse_send_readpages()
Miklos Szeredi
1
-2
/
+6
2006-03-28
[PATCH] Make most file operations structs in fs/ const
Arjan van de Ven
1
-3
/
+3
2006-02-17
[PATCH] fuse: fix bug in aborted fuse_release_end()
Miklos Szeredi
1
-3
/
+8
2006-02-01
[PATCH] fuse: fix async read for legacy filesystems
Miklos Szeredi
1
-2
/
+7
2006-01-16
[PATCH] fuse: use asynchronous READ requests for readpages
Miklos Szeredi
1
-17
/
+27
2006-01-16
[PATCH] fuse: READ request initialization
Miklos Szeredi
1
-13
/
+11
2006-01-16
[PATCH] fuse: add asynchronous request support
Miklos Szeredi
1
-0
/
+10
2006-01-16
[PATCH] fuse: uninline some functions
Miklos Szeredi
1
-3
/
+2
2006-01-09
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
Jes Sorensen
1
-2
/
+2
2006-01-06
[PATCH] fuse: ensure progress in read and write
Miklos Szeredi
1
-4
/
+3
2006-01-06
[PATCH] fuse: fail file operations on bad inode
Miklos Szeredi
1
-4
/
+31
[next]