summaryrefslogtreecommitdiff
path: root/fs/9p/vfs_file.c
AgeCommit message (Expand)Author
2021-11-10netfs, 9p, afs, ceph: Use foliosDavid Howells
2021-11-049p: fix a bunch of checkpatch warningsDominique Martinet
2021-11-039p: fix file headersDominique Martinet
2021-11-039p: Convert to using the netfs helper lib to do reads and cachingDavid Howells
2021-10-049p: Fix a bunch of kerneldoc warnings shown up by W=1David Howells
2021-08-31Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2021-08-239p: migrate from sync_inode to filemap_fdatawrite_wbcJosef Bacik
2021-08-23fs: remove mandatory file locking supportJeff Layton
2021-03-31fs: 9p: fix v9fs_file_open writeback fid error checkYang Yingliang
2020-12-21Merge tag '9p-for-5.11-rc1' of git://github.com/martinetd/linuxLinus Torvalds
2020-12-01fs: 9p: add generic splice_write file operationDominique Martinet
2020-12-01fs: 9p: add generic splice_read file operationsToke Høiland-Jørgensen
2020-11-199p: Fix writeback fid incorrectly being attached to dentryDominique Martinet
2020-11-03fs/9p: track open fidsGreg Kurz
2020-10-22Merge tag '9p-for-5.10-rc1' of git://github.com/martinetd/linuxLinus Torvalds
2020-10-079P: Cast to loff_t before multiplyingMatthew Wilcox (Oracle)
2020-09-24bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flagChristoph Hellwig
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-03-279p: read only once on O_NONBLOCKSergey Alirzaev
2019-09-039p: avoid attaching writeback_fid on mmap with type PRIVATEChengguang Xu
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner
2019-03-039p: use inode->i_lock to protect i_size_write() under 32-bitHou Tao
2018-09-089p locks: fix glock.client_id leak in do_lockDominique Martinet
2018-09-089p locks: add mount option for lock retry intervalDinu-Razvan Chis-Serban
2018-09-089p: fix spelling mistake in fall-through annotationGustavo A. R. Silva
2018-08-13fs/9p/vfs_file.c: use new return type vm_fault_tSouptick Joarder
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton
2017-07-16fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-06-309p: use file_dentry()Miklos Szeredi
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-22wrappers for ->i_mutex accessAl Viro
2015-11-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-11-059p: do not overwrite return code when locking failsDominique Martinet
2015-10-22Move locks API users to locks_lock_inode_wait()Benjamin Coddington
2015-08-239p: fix return code of read() when count is 0Vincent Bernat
2015-04-18Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2015-04-11switch generic_write_checks() to iocb and iterAl Viro
2015-04-11generic_write_checks(): drop isblk argumentAl Viro
2015-04-11make new_sync_{read,write}() staticAl Viro
2015-04-119p: we are leaking glock.client_id in v9fs_file_getlock()Al Viro
2015-04-119p: switch to ->read_iter/->write_iterAl Viro
2015-04-119p: get rid of v9fs_direct_file_read()Al Viro
2015-04-119p: switch p9_client_read() to passing struct iov_iter *Al Viro
2015-04-119p: get rid of v9fs_direct_file_write()Al Viro
2015-04-119p: fold v9fs_file_write_internal() into the callerAl Viro
2015-04-119p: switch p9_client_write() to passing it struct iov_iter *Al Viro
2015-03-21fs/9p: Initialize status in v9fs_file_do_lock.Dominique Martinet