1. 49ad227 Merge tag '9p-for-5.17-rc1' of git://github.com/martinetd/linux by Linus Torvalds · 3 years ago
  2. 24e42e3 9p: Use fscache indexing rewrite and reenable caching by David Howells · 4 years, 1 month ago
  3. a7a427d 9p: Use BUG_ON instead of if condition followed by BUG. by Zhang Mingyu · 3 years, 2 months ago
  4. 90d6cf3 fs: 9p: remove unneeded variable by Changcheng Deng · 3 years, 2 months ago
  5. 78525c7 netfs, 9p, afs, ceph: Use folios by David Howells · 3 years, 5 months ago
  6. 6e195b0 9p: fix a bunch of checkpatch warnings by Dominique Martinet · 3 years, 2 months ago
  7. 024b7d6 9p: fix file headers by Dominique Martinet · 3 years, 2 months ago
  8. eb49794 9p: Convert to using the netfs helper lib to do reads and caching by David Howells · 3 years, 2 months ago
  9. bc86803 9p: Fix a bunch of kerneldoc warnings shown up by W=1 by David Howells · 3 years, 3 months ago
  10. 87045e6 Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 4 months ago
  11. 25d23cd 9p: migrate from sync_inode to filemap_fdatawrite_wbc by Josef Bacik · 3 years, 6 months ago
  12. f7e33bd fs: remove mandatory file locking support by Jeff Layton · 3 years, 4 months ago
  13. f8b139e fs: 9p: fix v9fs_file_open writeback fid error check by Yang Yingliang · 3 years, 9 months ago
  14. 70990af Merge tag '9p-for-5.11-rc1' of git://github.com/martinetd/linux by Linus Torvalds · 4 years ago
  15. 960f4f8 fs: 9p: add generic splice_write file operation by Dominique Martinet · 4 years, 1 month ago
  16. cf03f31 fs: 9p: add generic splice_read file operations by Toke Høiland-Jørgensen · 4 years, 1 month ago
  17. 5bfe97d 9p: Fix writeback fid incorrectly being attached to dentry by Dominique Martinet · 4 years, 1 month ago
  18. 987a648 fs/9p: track open fids by Greg Kurz · 4 years, 3 months ago
  19. 334d431 Merge tag '9p-for-5.10-rc1' of git://github.com/martinetd/linux by Linus Torvalds · 4 years, 2 months ago
  20. f5f7ab1 9P: Cast to loff_t before multiplying by Matthew Wilcox (Oracle) · 4 years, 3 months ago
  21. f56753a bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag by Christoph Hellwig · 4 years, 3 months ago
  22. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  23. 52cbee2 9p: read only once on O_NONBLOCK by Sergey Alirzaev · 5 years ago
  24. c87a37e 9p: avoid attaching writeback_fid on mmap with type PRIVATE by Chengguang Xu · 5 years ago
  25. 1f32761 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188 by Thomas Gleixner · 6 years ago
  26. 5e3cc1e 9p: use inode->i_lock to protect i_size_write() under 32-bit by Hou Tao · 6 years ago
  27. b4dc44b 9p locks: fix glock.client_id leak in do_lock by Dominique Martinet · 6 years ago
  28. 5e172f7 9p locks: add mount option for lock retry interval by Dinu-Razvan Chis-Serban · 6 years ago
  29. 426d5a0 9p: fix spelling mistake in fall-through annotation by Gustavo A. R. Silva · 6 years ago
  30. fe6340e fs/9p/vfs_file.c: use new return type vm_fault_t by Souptick Joarder · 6 years ago
  31. ec3604c Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
  32. 3b49c9a fs: convert a pile of fsync routines to errseq_t based reporting by Jeff Layton · 7 years ago
  33. 9d5b86a fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locks by Benjamin Coddington · 7 years ago
  34. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  35. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  36. b403f0e 9p: use file_dentry() by Miklos Szeredi · 9 years ago
  37. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  38. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  39. 2e3078a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  40. b647874 9p: do not overwrite return code when locking fails by Dominique Martinet · 9 years ago
  41. 4f65636 Move locks API users to locks_lock_inode_wait() by Benjamin Coddington · 9 years ago
  42. b5ac1fb2 9p: fix return code of read() when count is 0 by Vincent Bernat · 9 years ago
  43. dba94f2 Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 10 years ago
  44. 3309dd0 switch generic_write_checks() to iocb and iter by Al Viro · 10 years ago
  45. 0fa6b00 generic_write_checks(): drop isblk argument by Al Viro · 10 years ago
  46. 5d5d568 make new_sync_{read,write}() static by Al Viro · 10 years ago
  47. ce85dd5 9p: we are leaking glock.client_id in v9fs_file_getlock() by Al Viro · 10 years ago
  48. e494b6b 9p: switch to ->read_iter/->write_iter by Al Viro · 10 years ago
  49. 42b1ab9 9p: get rid of v9fs_direct_file_read() by Al Viro · 10 years ago
  50. e1200fe6 9p: switch p9_client_read() to passing struct iov_iter * by Al Viro · 10 years ago
  51. 9565a54 9p: get rid of v9fs_direct_file_write() by Al Viro · 10 years ago
  52. c711a6b 9p: fold v9fs_file_write_internal() into the caller by Al Viro · 10 years ago
  53. 070b365 9p: switch p9_client_write() to passing it struct iov_iter * by Al Viro · 10 years ago
  54. 5c4086b fs/9p: Initialize status in v9fs_file_do_lock. by Dominique Martinet · 10 years ago
  55. b642f72 9p: do not crash on unknown lock status code by Kirill A. Shutemov · 10 years ago
  56. ad80492 9p: fix error handling in v9fs_file_do_lock by Kirill A. Shutemov · 10 years ago
  57. d83a08d mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub by Kirill A. Shutemov · 10 years ago
  58. 4b8e992 9p: switch to %p[dD] by Al Viro · 10 years ago
  59. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  60. fd2916b fs/9p: kerneldoc fixes by Fabian Frederick · 11 years ago
  61. 130d1f9 locks: ensure that fl_owner is always initialized properly in flock and lease codepaths by Jeff Layton · 11 years ago
  62. 8174202 write_iter variants of {__,}generic_file_aio_write() by Al Viro · 11 years ago
  63. aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 11 years ago
  64. f182036 mm: implement ->map_pages for page cache by Kirill A. Shutemov · 11 years ago
  65. fb89b45 9P: introduction of a new cache=mmap model. by Dominique Martinet · 11 years ago
  66. 4d555e3 9p: remove unused 'p9_client' struct pointer by Geyslan G. Bem · 11 years ago
  67. ceaec15 9p: make v9fs_cache_inode_{get,put,set}_cookie empty inlines for !9P_CACHEFS by Al Viro · 11 years ago
  68. 50192ab fs/9p: avoid accessing utsname after namespace has been torn down by Will Deacon · 11 years ago
  69. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  70. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  71. 13575ca 9pfs: fix filesystem to wait for stable page writeback by Darrick J. Wong · 12 years ago
  72. 03f0e02 fs/9p: Don't use O_TRUNC flag in TOPEN and TLOPEN request by Aneesh Kumar K.V · 12 years ago
  73. 0b173bc mm: kill vma flag VM_CAN_NONLINEAR by Konstantin Khlebnikov · 12 years ago
  74. 120c2bc 9p: Push file_update_time() into v9fs_vm_page_mkwrite() by Jan Kara · 13 years ago
  75. 5d38515 9p: Reduce object size with CONFIG_NET_9P_DEBUG by Joe Perches · 13 years ago
  76. a0ea787 fs/9p: check schedule_timeout_interruptible return value by Jim Garlick · 13 years ago
  77. 51b8b4f fs/9p: Use protocol-defined value for lock/getlock 'type' field. by Jim Garlick · 13 years ago
  78. f88657c fs/9p: Add OS dependent open flags in 9p protocol by Aneesh Kumar K.V · 13 years ago
  79. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  80. aaf0ef1 9p: use the updated offset given by generic_write_checks by M. Mohan Kumar · 14 years ago
  81. 7add697 fs/9p: Attach writeback_fid on first open with WR flag by Aneesh Kumar K.V · 14 years ago
  82. 5a7e0a8 fs/9p: Fix race in initializing writeback fid by Aneesh Kumar K.V · 14 years ago
  83. e959b54 fs/9p: Add direct IO support in cached mode by Aneesh Kumar K.V · 14 years ago
  84. fa6ea16 fs/9p: Fix inode i_size update in file_write by Aneesh Kumar K.V · 14 years ago
  85. 6b39f6d fs/9p: Move writeback fid to v9fs_inode by Aneesh Kumar K.V · 14 years ago
  86. 7263ceb fs/9p: Add buffered write support for v9fs. by Aneesh Kumar K.V · 14 years ago
  87. 3cf387d fs/9p: Add fid to inode in cached mode by Aneesh Kumar K.V · 14 years ago
  88. 1731177 fs/9p: Add read write helper function by Aneesh Kumar K.V · 14 years ago
  89. 46848de fs/9p: set fs cache cookie in create path also by Aneesh Kumar K.V · 14 years ago
  90. 29236f4 fs/9p: set the cached file_operations struct during inode init by Aneesh Kumar K.V · 14 years ago
  91. b165d60 9p: Add datasync to client side TFSYNC/RFSYNC for dotl by Venkateswararao Jujjuri (JV) · 14 years ago
  92. 1d769cd 9p: Implement TGETLOCK by M. Mohan Kumar · 14 years ago
  93. a099027 9p: Implement TLOCK by M. Mohan Kumar · 14 years ago
  94. 920e65d [9p] Introduce client side TFSYNC/RFSYNC for dotl. by Venkateswararao Jujjuri (JV) · 14 years ago
  95. b04faaf [fs/9p] Add file_operations for cached mode in dotl protocol. by Venkateswararao Jujjuri (JV) · 14 years ago
  96. 8d40fa2 fs/9p: Remove the redundant rsize calculation in v9fs_file_write() by jvrao · 14 years ago
  97. 3834b12 fs/9p: setrlimit fix for 9p write by Harsh Prateek Bora · 14 years ago
  98. ef56547 9p: Implement LOPEN by M. Mohan Kumar · 15 years ago
  99. 97e8442 9p: Make use of iounit for read/write by M. Mohan Kumar · 15 years ago
  100. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 15 years ago