summaryrefslogtreecommitdiffstats
path: root/fs/fuse/file.c
Commit message (Expand)AuthorAgeFilesLines
* fuse: fix SEEK_END incorrectnessMiklos Szeredi2008-10-161-0/+3
* [patch 3/5] vfs: change remove_suid() to file_remove_suid()Miklos Szeredi2008-07-271-1/+1
* fuse: lockd supportMiklos Szeredi2008-07-251-2/+9
* fuse: add flag to turn on big writesMiklos Szeredi2008-05-131-0/+2
* fuse: use clamp() rather than nested min/maxHarvey Harrison2008-05-011-1/+1
* fuse: fix race in llseekMiklos Szeredi2008-04-301-2/+27
* fuse: fix max i/o size calculationMiklos Szeredi2008-04-301-3/+4
* fuse: update file size on short readMiklos Szeredi2008-04-301-6/+46
* fuse: implement perform_writeNick Piggin2008-04-301-1/+193
* fuse: clean up setting i_size in writeMiklos Szeredi2008-04-301-13/+15
* fuse: support writable mmapMiklos Szeredi2008-04-301-16/+305
* fuse: save space in struct fuse_reqMiklos Szeredi2008-02-061-6/+8
* fuse: pass open flags to read and writeMiklos Szeredi2007-11-291-11/+15
* fuse: fix reading past EOFMiklos Szeredi2007-11-291-1/+20
* fuse_file_alloc(): fix NULL dereferencesAdrian Bunk2007-11-151-2/+3
* fuse: add support for mandatory lockingMiklos Szeredi2007-10-181-8/+29
* fuse: add helper for asynchronous writesMiklos Szeredi2007-10-181-13/+20
* fuse: add list of writable files to fuse_inodeMiklos Szeredi2007-10-181-0/+7
* fuse: support BSD locking semanticsMiklos Szeredi2007-10-181-5/+27
* fuse: add atomic open+truncate supportMiklos Szeredi2007-10-181-1/+3
* fuse: fix race between getattr and writeMiklos Szeredi2007-10-181-0/+2
* fuse: cleanup in releaseMiklos Szeredi2007-10-171-0/+8
* fuse: refresh stale attributes in fuse_permission()Miklos Szeredi2007-10-171-8/+0Star
* fuse: fix page invalidationMiklos Szeredi2007-10-171-1/+1
* fuse: add reference counting to fuse_fileMiklos Szeredi2007-10-171-28/+44
* fuse: convert to new aopsNick Piggin2007-10-161-14/+32
* sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe2007-07-101-2/+2
* fuse: generic_write_checks() for direct_ioMiklos Szeredi2007-05-241-1/+3
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-0/+1
* locks: give posix_test_lock same interface as ->lockMarc Eshel2007-05-061-2/+1Star
* [PATCH] remove invalidate_inode_pages()Andrew Morton2007-02-111-1/+1
* [PATCH] fuse: remove clear_page_dirty() callMiklos Szeredi2006-12-211-3/+1Star
* [PATCH] struct path: convert fuseJosef Sipek2006-12-081-9/+9
* [PATCH] fuse: add bmap supportMiklos Szeredi2006-12-071-0/+37
* [PATCH] fuse: ->readpages() cleanupOGAWA Hirofumi2006-11-031-6/+3Star
* [PATCH] fuse: fix hang on SMPMiklos Szeredi2006-10-171-3/+9
* [PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty2006-10-011-2/+4
* [PATCH] fuse: fix error case in fuse_readpagesAlexander Zarochentsev2006-08-141-2/+8
* [PATCH] mark address_space_operations constChristoph Hellwig2006-06-281-1/+1
* [PATCH] fuse: scramble lock owner IDMiklos Szeredi2006-06-251-9/+20
* [PATCH] fuse: add request interruptionMiklos Szeredi2006-06-251-0/+3
* [PATCH] fuse: ensure FLUSH reaches userspaceMiklos Szeredi2006-06-251-8/+5Star
* [PATCH] fuse: add POSIX file locking supportMiklos Szeredi2006-06-251-0/+132
* [PATCH] fuse: no backgrounding on interruptMiklos Szeredi2006-06-251-32/+17Star
* [PATCH] vfs: add lock owner argument to flush operationMiklos Szeredi2006-06-231-1/+1
* [fuse] Direct I/O should not use fuse_reset_requestMiklos Szeredi2006-04-111-3/+7
* [PATCH] fuse: clean up request accountingMiklos Szeredi2006-04-111-24/+24
* [PATCH] fuse: fix oops in fuse_send_readpages()Miklos Szeredi2006-04-111-2/+6
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-3/+3
* [PATCH] fuse: fix bug in aborted fuse_release_end()Miklos Szeredi2006-02-171-3/+8