summaryrefslogtreecommitdiff
path: root/fs/coda/file.c
AgeCommit message (Expand)Author
2023-11-24fs: move file_start_write() into vfs_iter_write()Amir Goldstein
2023-11-24coda: change locking order in coda_file_write_iter()Amir Goldstein
2023-10-18coda: convert to new timestamp accessorsJeff Layton
2023-07-13coda: convert to ctime accessor functionsJeff Layton
2023-05-24coda: Implement splice-readDavid Howells
2022-03-21fs: Move many prototypes to pagemap.hMatthew Wilcox (Oracle)
2021-11-09coda: convert from atomic_t to refcount_t on coda_vm_ops->refcntXiyu Yang
2021-11-09coda: remove err which no one careAlex Shi
2021-04-23coda: fix reference counting in coda_file_mmap error pathChristian König
2019-07-16coda: add hinting support for partial file cachingPedro Cuadra
2019-07-16coda: ftoc validity check integrationFabian Frederick
2019-07-16coda: move internal defs out of include/linux/ [ver #2]David Howells
2019-07-16coda: pass the host file in vma->vm_file on mmapJan Harkes
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-06-29fs: implement vfs_iter_write using do_iter_writeChristoph Hellwig
2017-06-29fs: implement vfs_iter_read using do_iter_readChristoph Hellwig
2017-02-20mm: use helper for calling f_op->mmap()Miklos Szeredi
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-05switch generic_file_splice_read() to use of ->read_iter()Al Viro
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani
2016-01-22wrappers for ->i_mutex accessAl Viro
2015-04-11make new_sync_{read,write}() staticAl Viro
2015-04-11coda: switch to ->read_iter/->write_iterAl Viro
2014-08-08fs/coda: use linux/uaccess.hFabian Frederick
2013-10-24file->f_op is never NULL...Al Viro
2013-04-09lift sb_start_write() out of ->write()Al Viro
2013-02-22new helper: file_inode(file)Al Viro
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-01-12take coda-private headers out of include/linuxAl Viro
2010-10-25Coda: push BKL regions into coda_upcall()Yoshihisa Abe
2010-10-25Coda: add spin lock to protect accesses to struct coda_inode_info.Yoshihisa Abe
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2010-05-21sanitize vfs_fsync calling conventionsChristoph Hellwig
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-05-11splice: implement default splice_read methodMiklos Szeredi
2009-01-05add a vfs_fsync helperChristoph Hellwig
2008-11-20coda: fix creds referenceRandy Dunlap
2008-11-14CRED: Use creds in file structsDavid Howells
2007-07-21coda: remove CODA_STORE/CODA_RELEASE upcallsJan Harkes
2007-07-19coda: remove statistics counters from /proc/fs/codaJan Harkes
2007-07-19coda: do not grab an uninitialized fd when the open upcall returns an errorJan Harkes
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe
2006-12-08[PATCH] struct path: convert codaJosef Sipek
2006-07-31[PATCH] Remove incorrect unlock_kernel from allocation failure path in coda_o...Josh Triplett
2006-06-23[PATCH] vfs: add lock owner argument to flush operationMiklos Szeredi
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven
2006-03-24[PATCH] fs/coda/: proper prototypesAdrian Bunk
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen
2005-04-16Linux-2.6.12-rc2Linus Torvalds