summaryrefslogtreecommitdiff
path: root/fs/9p/vfs_file.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-059p: adapt to breakup of struct file_lockJeff Layton1-20/+19
2024-02-05filelock: split common fields into struct file_lock_coreJeff Layton1-0/+1
2024-02-059p: rename fl_type variable in v9fs_file_do_lockJeff Layton1-3/+3
2023-12-289p: Use netfslib read/write_iterDavid Howells1-80/+9
2023-07-20fs/9p: remove unnecessary invalidate_inode_pages2Eric Van Hensbergen1-1/+0
2023-07-20fs/9p: remove unnecessary and overrestrictive checkEric Van Hensbergen1-3/+1
2023-05-249p: Add splice_read wrapperDavid Howells1-2/+24
2023-05-06Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-1/+0
2023-05-049p: Remove INET dependencyJason Andryuk1-1/+0
2023-04-10fs/9p: Rework cache modes and add new options to DocumentationEric Van Hensbergen1-6/+4
2023-03-27fs/9p: remove writeback fid and fix per-file modesEric Van Hensbergen1-60/+31
2023-03-27fs/9p: Consolidate file operations and add readahead and writebackEric Van Hensbergen1-111/+20
2023-03-01Merge tag '9p-6.3-for-linus-part1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+4
2023-02-24fs/9p: Expand setup of writeback cache to all levelsEric Van Hensbergen1-3/+4
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton1-0/+1
2022-12-029p/fs: Remove unneeded idr.h #includeChristophe JAILLET1-1/+0
2022-07-029p fid refcount: cleanup p9_fid_put callsDominique Martinet1-2/+3
2022-07-029p fid refcount: add p9_fid_get/put wrappersDominique Martinet1-2/+2
2022-01-16Merge tag '9p-for-5.17-rc1' of git://github.com/martinetd/linuxLinus Torvalds1-4/+2
2022-01-109p: Use fscache indexing rewrite and reenable cachingDavid Howells1-1/+2
2022-01-109p: Use BUG_ON instead of if condition followed by BUG.Zhang Mingyu1-2/+1
2021-12-18fs: 9p: remove unneeded variableChangcheng Deng1-2/+1
2021-11-11netfs, 9p, afs, ceph: Use foliosDavid Howells1-10/+10
2021-11-049p: fix a bunch of checkpatch warningsDominique Martinet1-0/+1
2021-11-039p: fix file headersDominique Martinet1-2/+0
2021-11-039p: Convert to using the netfs helper lib to do reads and cachingDavid Howells1-4/+13
2021-10-059p: Fix a bunch of kerneldoc warnings shown up by W=1David Howells1-21/+12
2021-08-31Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-6/+1
2021-08-239p: migrate from sync_inode to filemap_fdatawrite_wbcJosef Bacik1-6/+1
2021-08-23fs: remove mandatory file locking supportJeff Layton1-13/+0
2021-03-31fs: 9p: fix v9fs_file_open writeback fid error checkYang Yingliang1-2/+2
2020-12-21Merge tag '9p-for-5.11-rc1' of git://github.com/martinetd/linuxLinus Torvalds1-3/+4
2020-12-01fs: 9p: add generic splice_write file operationDominique Martinet1-0/+6
2020-12-01fs: 9p: add generic splice_read file operationsToke Høiland-Jørgensen1-0/+6
2020-11-199p: Fix writeback fid incorrectly being attached to dentryDominique Martinet1-3/+3
2020-11-03fs/9p: track open fidsGreg Kurz1-0/+1
2020-10-22Merge tag '9p-for-5.10-rc1' of git://github.com/martinetd/linuxLinus Torvalds1-2/+2
2020-10-089P: Cast to loff_t before multiplyingMatthew Wilcox (Oracle)1-2/+2
2020-09-24bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flagChristoph Hellwig1-1/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-03-279p: read only once on O_NONBLOCKSergey Alirzaev1-1/+4
2019-09-039p: avoid attaching writeback_fid on mmap with type PRIVATEChengguang Xu1-0/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner1-16/+1
2019-03-039p: use inode->i_lock to protect i_size_write() under 32-bitHou Tao1-1/+5
2018-09-079p locks: fix glock.client_id leak in do_lockDominique Martinet1-2/+14
2018-09-079p locks: add mount option for lock retry intervalDinu-Razvan Chis-Serban1-1/+5
2018-09-079p: fix spelling mistake in fall-through annotationGustavo A. R. Silva1-1/+1
2018-08-13fs/9p/vfs_file.c: use new return type vm_fault_tSouptick Joarder1-1/+1
2017-09-07Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds1-2/+2
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton1-2/+2