summaryrefslogtreecommitdiffstats
path: root/fs/coda/file.c
Commit message (Expand)AuthorAgeFilesLines
* coda: add hinting support for partial file cachingPedro Cuadra2019-07-171-12/+49
* coda: ftoc validity check integrationFabian Frederick2019-07-171-12/+5Star
* coda: move internal defs out of include/linux/ [ver #2]David Howells2019-07-171-2/+1Star
* coda: pass the host file in vma->vm_file on mmapJan Harkes2019-07-171-2/+68
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* fs: implement vfs_iter_write using do_iter_writeChristoph Hellwig2017-06-291-1/+1
* fs: implement vfs_iter_read using do_iter_readChristoph Hellwig2017-06-291-1/+1
* mm: use helper for calling f_op->mmap()Miklos Szeredi2017-02-201-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-111-1/+1
|\
| * fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-281-1/+1
* | switch generic_file_splice_read() to use of ->read_iter()Al Viro2016-10-061-22/+1Star
|/
* wrappers for ->i_mutex accessAl Viro2016-01-231-4/+4
* make new_sync_{read,write}() staticAl Viro2015-04-121-2/+0Star
* coda: switch to ->read_iter/->write_iterAl Viro2015-04-121-25/+15Star
* fs/coda: use linux/uaccess.hFabian Frederick2014-08-091-1/+1
* file->f_op is never NULL...Al Viro2013-10-251-3/+3
* lift sb_start_write() out of ->write()Al Viro2013-04-091-0/+2
* new helper: file_inode(file)Al Viro2013-02-231-6/+6
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-211-1/+7
* take coda-private headers out of include/linuxAl Viro2011-01-131-2/+1Star
* Coda: push BKL regions into coda_upcall()Yoshihisa Abe2010-10-251-16/+3Star
* Coda: add spin lock to protect accesses to struct coda_inode_info.Yoshihisa Abe2010-10-251-2/+10
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-281-2/+2
* sanitize vfs_fsync calling conventionsChristoph Hellwig2010-05-221-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* splice: implement default splice_read methodMiklos Szeredi2009-05-111-3/+6
* add a vfs_fsync helperChristoph Hellwig2009-01-051-10/+2Star
* coda: fix creds referenceRandy Dunlap2008-11-191-0/+1
* CRED: Use creds in file structsDavid Howells2008-11-141-1/+1
* coda: remove CODA_STORE/CODA_RELEASE upcallsJan Harkes2007-07-221-59/+6Star
* coda: remove statistics counters from /proc/fs/codaJan Harkes2007-07-191-9/+1Star
* coda: do not grab an uninitialized fd when the open upcall returns an errorJan Harkes2007-07-191-2/+5
* sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe2007-07-101-5/+6
* [PATCH] struct path: convert codaJosef Sipek2006-12-081-7/+7
* [PATCH] Remove incorrect unlock_kernel from allocation failure path in coda_o...Josh Triplett2006-07-311-3/+1Star
* [PATCH] vfs: add lock owner argument to flush operationMiklos Szeredi2006-06-231-1/+1
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-1/+1
* [PATCH] fs/coda/: proper prototypesAdrian Bunk2006-03-241-0/+2
* [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-101-4/+4
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+300