1. bc4eee8 Merge tag 'vfs-6.11-rc1.fixes.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 6 months ago
  2. ef9ca17 hostfs: fix the host directory parse when mounting. by Hongbo Li · 6 months ago
  3. f9bcc61 Merge tag 'uml-for-linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/uml/linux by Linus Torvalds · 6 months ago
  4. e44be00 hostfs: fix folio conversion by Linus Torvalds · 6 months ago
  5. b8fc1bd Merge tag 'vfs-6.11.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 6 months ago
  6. be5d511 hostfs: add missing MODULE_DESCRIPTION() macro by Jeff Johnson · 6 months ago
  7. 267ed02 hostfs: fix dev_t handling by Johannes Berg · 6 months ago
  8. 104eef1 hostfs: Add const qualifier to host_root in hostfs_fill_super() by Nathan Chancellor · 7 months ago
  9. cd140ce hostfs: convert hostfs to use the new mount API by Hongbo Li · 7 months ago
  10. e3ec0fe hostfs: Convert hostfs_read_folio() to use a folio by Matthew Wilcox (Oracle) · 7 months ago
  11. 6f36230 hostfs: use d_splice_alias() calling conventions to simplify failure exits by Al Viro · 1 year, 2 months ago
  12. c461ba5 hostfs: convert to new timestamp accessors by Jeff Layton · 1 year, 3 months ago
  13. 66e79d8 hostfs: convert to ctime accessor functions by Jeff Layton · 1 year, 6 months ago
  14. 2664286 Merge tag 'landlock-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux by Linus Torvalds · 1 year, 7 months ago
  15. 74ce793 hostfs: Fix ephemeral inodes by Mickaël Salaün · 1 year, 7 months ago
  16. 2cb1e089 splice: Use filemap_splice_read() instead of generic_file_splice_read() by David Howells · 1 year, 8 months ago
  17. 8c61745 um: hostfs: define our own API boundary by Johannes Berg · 1 year, 11 months ago
  18. 64e8516 Merge tag 'uml-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/uml/linux by Linus Torvalds · 1 year, 11 months ago
  19. 498a1cf Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 1 year, 11 months ago
  20. 67d7c30 kbuild: remove --include-dir MAKEFLAG from top Makefile by Masahiro Yamada · 2 years ago
  21. e082036 hostfs: Replace kmap() with kmap_local_page() by Fabio M. De Francesco · 2 years, 3 months ago
  22. 4609e1f fs: port ->permission() to pass mnt_idmap by Christian Brauner · 2 years ago
  23. e18275a fs: port ->rename() to pass mnt_idmap by Christian Brauner · 2 years ago
  24. 5ebb29b fs: port ->mknod() to pass mnt_idmap by Christian Brauner · 2 years ago
  25. c54bd91 fs: port ->mkdir() to pass mnt_idmap by Christian Brauner · 2 years ago
  26. 7a77db9 fs: port ->symlink() to pass mnt_idmap by Christian Brauner · 2 years ago
  27. 6c960e6 fs: port ->create() to pass mnt_idmap by Christian Brauner · 2 years ago
  28. c1632a0 fs: port ->setattr() to pass mnt_idmap by Christian Brauner · 2 years ago
  29. b7f28a3 hostfs: move from strlcpy with unused retval to strscpy by Wolfram Sang · 2 years, 5 months ago
  30. e775dfb3 hostfs: Handle page write errors correctly by Matthew Wilcox (Oracle) · 2 years, 8 months ago
  31. 8f4fe24 hostfs: Convert hostfs to read_folio by Matthew Wilcox (Oracle) · 2 years, 9 months ago
  32. 9d6b0cd fs: Remove flags parameter from aops->write_begin by Matthew Wilcox (Oracle) · 2 years, 11 months ago
  33. b7446e7 fs: Remove aop flags parameter from grab_cache_page_write_begin() by Matthew Wilcox (Oracle) · 2 years, 11 months ago
  34. 6b1f86f Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache by Linus Torvalds · 2 years, 10 months ago
  35. fd60b28 fs: allocate inode by using alloc_inode_sb() by Muchun Song · 2 years, 10 months ago
  36. 187c82c fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folio by Matthew Wilcox (Oracle) · 3 years ago
  37. ce72750 hostfs: Fix writeback of dirty pages by Sjoerd Simons · 3 years, 2 months ago
  38. 1568cb0 hostfs: support splice_write by Johannes Berg · 3 years, 6 months ago
  39. 27787ba Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 8 months ago
  40. d1466bc Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 9 months ago
  41. d692d39 hostfs_open(): don't open-code file_dentry() by Al Viro · 3 years, 9 months ago
  42. 7f6c411 hostfs: fix memory handling in follow_link() by Al Viro · 3 years, 10 months ago
  43. a612c07 hostfs_mknod(): don't bother with init_special_inode() by Al Viro · 4 years ago
  44. 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 11 months ago
  45. a15f1e41 um: hostfs: use a kmem cache for inodes by Johannes Berg · 4 years ago
  46. 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
  47. 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years ago
  48. 47291ba namei: make permission helpers idmapped mount aware by Christian Brauner · 4 years ago
  49. 2e2cbaf fix hostfs_open() use of ->f_path.dentry by Al Viro · 4 years, 1 month ago
  50. b58c4e9 hostfs: Use kasprintf() instead of fixed buffer formatting by Andy Shevchenko · 4 years, 10 months ago
  51. bca3026 hostfs: pass 64-bit timestamps to/from user space by Arnd Bergmann · 7 years ago
  52. 983dfa4 Merge tag 'for-linus-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 6 years ago
  53. 91e1e54 hostfs: fix mismatch between link_file definition and declaration by Colin Ian King · 6 years ago
  54. 08ccfc5 hostfs: switch to ->free_inode() by Al Viro · 6 years ago
  55. 4cdfffc vfs: discard ATTR_ATTR_FLAG by NeilBrown · 6 years ago
  56. 50f3074 hostfs_lookup: switch to d_splice_alias() by Al Viro · 7 years ago
  57. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
  58. 6380161 hostfs: rename do_rmdir() to hostfs_do_rmdir() by Dominik Brodowski · 7 years ago
  59. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  60. 3b49c9a fs: convert a pile of fsync routines to errseq_t based reporting by Jeff Layton · 8 years ago
  61. dfeef68 vfs: remove ".readlink = generic_readlink" assignments by Miklos Szeredi · 8 years ago
  62. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  63. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  64. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 9 years ago
  65. 8a545f1 hostfs: Freeing an ERR_PTR in hostfs_fill_sb_common() by Dan Carpenter · 8 years ago
  66. 552a9d4 hostfs: switch to ->iterate_shared() by Al Viro · 9 years ago
  67. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  68. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  69. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  70. 4f31d774 Merge branch 'for-linus-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 9 years ago
  71. 9f2dfda uml: fix hostfs mknod() by Vegard Nossum · 9 years ago
  72. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 9 years ago
  73. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  74. a068acf fs: create and use seq_show_option for escaping by Kees Cook · 9 years ago
  75. 052b398 Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  76. 5f2c417 switch ->put_link() from dentry to inode by Al Viro · 10 years ago
  77. 6e77137b don't pass nameidata to ->follow_link() by Al Viro · 10 years ago
  78. 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 10 years ago
  79. a718c92 hostfs: Use correct mask for file mode by Richard Weinberger · 10 years ago
  80. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  81. e44740c Merge tag 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 10 years ago
  82. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  83. 0c9bd63 um: hostfs: Reduce number of syscalls in readdir by Richard Weinberger · 10 years ago
  84. 5d5d568 make new_sync_{read,write}() static by Al Viro · 10 years ago
  85. b98b910 hostfs: No need to box and later unbox the file mode by Richard Weinberger · 10 years ago
  86. af6aa1b9 hostfs: Use page_offset() by Richard Weinberger · 10 years ago
  87. b86b413 hostfs: Set page flags in hostfs_readpage() correctly by Richard Weinberger · 10 years ago
  88. bd1052a hostfs: Remove superfluous initializations in hostfs_open() by Richard Weinberger · 10 years ago
  89. a9d1958 hostfs: hostfs_open: Reset open flags upon each retry by Richard Weinberger · 10 years ago
  90. 112a5da hostfs: Remove superfluous test in hostfs_open() by Richard Weinberger · 10 years ago
  91. 7f74a66 hostfs: Report append flag in ->show_options() by Richard Weinberger · 10 years ago
  92. 7c95099 hostfs: Use __getname() in follow_link by Richard Weinberger · 10 years ago
  93. c278e81 hostfs: Remove open coded strcpy() by Richard Weinberger · 10 years ago
  94. aad50b1 hostfs: Add a BUG_ON to detect behavior changes of dentry_path_raw() by Richard Weinberger · 10 years ago
  95. 41761dd hostfs: Make hostfs_readpage more readable by Richard Weinberger · 10 years ago
  96. 2ad2dca hostfs: Handle bogus st.mode by Richard Weinberger · 10 years ago
  97. 4c6dcaf hostfs: Allow fsync on directories by Richard Weinberger · 10 years ago
  98. af95565 hostfs: hostfs_file_open: Fix a fd leak in hostfs_file_open by Richard Weinberger · 10 years ago
  99. 69886e6 hostfs: hostfs_file_open: Switch to data locking model by Richard Weinberger · 10 years ago
  100. 9a423bb hostfs: support rename flags by Miklos Szeredi · 10 years ago