aboutsummaryrefslogtreecommitdiff
path: root/fs/coda/file.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-06-29fs: implement vfs_iter_write using do_iter_writeGravatar Christoph Hellwig 1-1/+1
2017-06-29fs: implement vfs_iter_read using do_iter_readGravatar Christoph Hellwig 1-1/+1
2017-02-20mm: use helper for calling f_op->mmap()Gravatar Miklos Szeredi 1-1/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-10-05switch generic_file_splice_read() to use of ->read_iter()Gravatar Al Viro 1-22/+1
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsGravatar Deepa Dinamani 1-1/+1
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-4/+4
2015-04-11make new_sync_{read,write}() staticGravatar Al Viro 1-2/+0
2015-04-11coda: switch to ->read_iter/->write_iterGravatar Al Viro 1-25/+15
2014-08-08fs/coda: use linux/uaccess.hGravatar Fabian Frederick 1-1/+1
2013-10-24file->f_op is never NULL...Gravatar Al Viro 1-3/+3
2013-04-09lift sb_start_write() out of ->write()Gravatar Al Viro 1-0/+2
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-6/+6
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 1-1/+7
2011-01-12take coda-private headers out of include/linuxGravatar Al Viro 1-2/+1
2010-10-25Coda: push BKL regions into coda_upcall()Gravatar Yoshihisa Abe 1-16/+3
2010-10-25Coda: add spin lock to protect accesses to struct coda_inode_info.Gravatar Yoshihisa Abe 1-2/+10
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 1-2/+2
2010-05-21sanitize vfs_fsync calling conventionsGravatar Christoph Hellwig 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-05-11splice: implement default splice_read methodGravatar Miklos Szeredi 1-3/+6
2009-01-05add a vfs_fsync helperGravatar Christoph Hellwig 1-10/+2
2008-11-20coda: fix creds referenceGravatar Randy Dunlap 1-0/+1
2008-11-14CRED: Use creds in file structsGravatar David Howells 1-1/+1
2007-07-21coda: remove CODA_STORE/CODA_RELEASE upcallsGravatar Jan Harkes 1-59/+6
2007-07-19coda: remove statistics counters from /proc/fs/codaGravatar Jan Harkes 1-9/+1
2007-07-19coda: do not grab an uninitialized fd when the open upcall returns an errorGravatar Jan Harkes 1-2/+5
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Gravatar Jens Axboe 1-5/+6
2006-12-08[PATCH] struct path: convert codaGravatar Josef Sipek 1-7/+7
2006-07-31[PATCH] Remove incorrect unlock_kernel from allocation failure path in coda_o...Gravatar Josh Triplett 1-3/+1
2006-06-23[PATCH] vfs: add lock owner argument to flush operationGravatar Miklos Szeredi 1-1/+1
2006-03-28[PATCH] Make most file operations structs in fs/ constGravatar Arjan van de Ven 1-1/+1
2006-03-24[PATCH] fs/coda/: proper prototypesGravatar Adrian Bunk 1-0/+2
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semGravatar Jes Sorensen 1-4/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+300