summaryrefslogtreecommitdiff
path: root/fs/9p/vfs_file.c
AgeCommit message (Expand)Author
2024-02-059p: adapt to breakup of struct file_lockJeff Layton
2024-02-05filelock: split common fields into struct file_lock_coreJeff Layton
2024-02-059p: rename fl_type variable in v9fs_file_do_lockJeff Layton
2023-12-289p: Use netfslib read/write_iterDavid Howells
2023-07-20fs/9p: remove unnecessary invalidate_inode_pages2Eric Van Hensbergen
2023-07-20fs/9p: remove unnecessary and overrestrictive checkEric Van Hensbergen
2023-05-249p: Add splice_read wrapperDavid Howells
2023-05-05Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-05-049p: Remove INET dependencyJason Andryuk
2023-04-09fs/9p: Rework cache modes and add new options to DocumentationEric Van Hensbergen
2023-03-27fs/9p: remove writeback fid and fix per-file modesEric Van Hensbergen
2023-03-27fs/9p: Consolidate file operations and add readahead and writebackEric Van Hensbergen
2023-03-01Merge tag '9p-6.3-for-linus-part1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-02-23fs/9p: Expand setup of writeback cache to all levelsEric Van Hensbergen
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton
2022-12-029p/fs: Remove unneeded idr.h #includeChristophe JAILLET
2022-07-029p fid refcount: cleanup p9_fid_put callsDominique Martinet
2022-07-029p fid refcount: add p9_fid_get/put wrappersDominique Martinet
2022-01-16Merge tag '9p-for-5.17-rc1' of git://github.com/martinetd/linuxLinus Torvalds
2022-01-109p: Use fscache indexing rewrite and reenable cachingDavid Howells
2022-01-109p: Use BUG_ON instead of if condition followed by BUG.Zhang Mingyu
2021-12-18fs: 9p: remove unneeded variableChangcheng Deng
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