summaryrefslogtreecommitdiffstats
path: root/fs/coda/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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-101-1/+1
|\
| * fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-271-1/+1
* | switch generic_file_splice_read() to use of ->read_iter()Al Viro2016-10-051-22/+1
|/
* wrappers for ->i_mutex accessAl Viro2016-01-221-4/+4
* make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* coda: switch to ->read_iter/->write_iterAl Viro2015-04-111-25/+15
* fs/coda: use linux/uaccess.hFabian Frederick2014-08-081-1/+1
* file->f_op is never NULL...Al Viro2013-10-241-3/+3
* lift sb_start_write() out of ->write()Al Viro2013-04-091-0/+2
* new helper: file_inode(file)Al Viro2013-02-221-6/+6
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-201-1/+7
* take coda-private headers out of include/linuxAl Viro2011-01-121-2/+1
* Coda: push BKL regions into coda_upcall()Yoshihisa Abe2010-10-251-16/+3
* 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-271-2/+2
* sanitize vfs_fsync calling conventionsChristoph Hellwig2010-05-211-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/+2
* coda: fix creds referenceRandy Dunlap2008-11-201-0/+1
* CRED: Use creds in file structsDavid Howells2008-11-141-1/+1
* coda: remove CODA_STORE/CODA_RELEASE upcallsJan Harkes2007-07-211-59/+6
* coda: remove statistics counters from /proc/fs/codaJan Harkes2007-07-191-9/+1
* 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/+1
* [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-091-4/+4
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+300