1. 1568cb0 hostfs: support splice_write by Johannes Berg · 3 years, 6 months ago
  2. 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
  3. d1466bc Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 8 months ago
  4. d692d39 hostfs_open(): don't open-code file_dentry() by Al Viro · 3 years, 9 months ago
  5. 7f6c411 hostfs: fix memory handling in follow_link() by Al Viro · 3 years, 9 months ago
  6. a612c07 hostfs_mknod(): don't bother with init_special_inode() by Al Viro · 3 years, 11 months ago
  7. 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 10 months ago
  8. a15f1e4 um: hostfs: use a kmem cache for inodes by Johannes Berg · 4 years ago
  9. 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
  10. 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years ago
  11. 47291ba namei: make permission helpers idmapped mount aware by Christian Brauner · 4 years ago
  12. 2e2cbaf fix hostfs_open() use of ->f_path.dentry by Al Viro · 4 years, 1 month ago
  13. b58c4e9 hostfs: Use kasprintf() instead of fixed buffer formatting by Andy Shevchenko · 4 years, 9 months ago
  14. bca3026 hostfs: pass 64-bit timestamps to/from user space by Arnd Bergmann · 7 years ago
  15. 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
  16. 91e1e54 hostfs: fix mismatch between link_file definition and declaration by Colin Ian King · 6 years ago
  17. 08ccfc5 hostfs: switch to ->free_inode() by Al Viro · 6 years ago
  18. 4cdfffc vfs: discard ATTR_ATTR_FLAG by NeilBrown · 6 years ago
  19. 50f3074 hostfs_lookup: switch to d_splice_alias() by Al Viro · 7 years ago
  20. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
  21. 6380161 hostfs: rename do_rmdir() to hostfs_do_rmdir() by Dominik Brodowski · 7 years ago
  22. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  23. 3b49c9a fs: convert a pile of fsync routines to errseq_t based reporting by Jeff Layton · 7 years ago
  24. dfeef68 vfs: remove ".readlink = generic_readlink" assignments by Miklos Szeredi · 8 years ago
  25. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  26. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  27. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 9 years ago
  28. 8a545f1 hostfs: Freeing an ERR_PTR in hostfs_fill_sb_common() by Dan Carpenter · 8 years ago
  29. 552a9d4 hostfs: switch to ->iterate_shared() by Al Viro · 9 years ago
  30. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  31. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  32. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  33. 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
  34. 9f2dfda uml: fix hostfs mknod() by Vegard Nossum · 9 years ago
  35. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 9 years ago
  36. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  37. a068acf fs: create and use seq_show_option for escaping by Kees Cook · 9 years ago
  38. 052b398 Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  39. 5f2c417 switch ->put_link() from dentry to inode by Al Viro · 10 years ago
  40. 6e77137b don't pass nameidata to ->follow_link() by Al Viro · 10 years ago
  41. 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 10 years ago
  42. a718c92 hostfs: Use correct mask for file mode by Richard Weinberger · 10 years ago
  43. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  44. 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
  45. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  46. 0c9bd63 um: hostfs: Reduce number of syscalls in readdir by Richard Weinberger · 10 years ago
  47. 5d5d568 make new_sync_{read,write}() static by Al Viro · 10 years ago
  48. b98b910 hostfs: No need to box and later unbox the file mode by Richard Weinberger · 10 years ago
  49. af6aa1b9 hostfs: Use page_offset() by Richard Weinberger · 10 years ago
  50. b86b413 hostfs: Set page flags in hostfs_readpage() correctly by Richard Weinberger · 10 years ago
  51. bd1052a hostfs: Remove superfluous initializations in hostfs_open() by Richard Weinberger · 10 years ago
  52. a9d1958 hostfs: hostfs_open: Reset open flags upon each retry by Richard Weinberger · 10 years ago
  53. 112a5da hostfs: Remove superfluous test in hostfs_open() by Richard Weinberger · 10 years ago
  54. 7f74a66 hostfs: Report append flag in ->show_options() by Richard Weinberger · 10 years ago
  55. 7c95099 hostfs: Use __getname() in follow_link by Richard Weinberger · 10 years ago
  56. c278e81 hostfs: Remove open coded strcpy() by Richard Weinberger · 10 years ago
  57. aad50b1 hostfs: Add a BUG_ON to detect behavior changes of dentry_path_raw() by Richard Weinberger · 10 years ago
  58. 41761dd hostfs: Make hostfs_readpage more readable by Richard Weinberger · 10 years ago
  59. 2ad2dca hostfs: Handle bogus st.mode by Richard Weinberger · 10 years ago
  60. 4c6dcaf hostfs: Allow fsync on directories by Richard Weinberger · 10 years ago
  61. af95565 hostfs: hostfs_file_open: Fix a fd leak in hostfs_file_open by Richard Weinberger · 10 years ago
  62. 69886e6 hostfs: hostfs_file_open: Switch to data locking model by Richard Weinberger · 10 years ago
  63. 9a423bb hostfs: support rename flags by Miklos Szeredi · 10 years ago
  64. 8174202 write_iter variants of {__,}generic_file_aio_write() by Al Viro · 11 years ago
  65. aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 11 years ago
  66. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 11 years ago
  67. 9e443bc um: hostfs: make functions static by James Hogan · 11 years ago
  68. b26d4cd consolidate simple ->d_delete() instances by Al Viro · 11 years ago
  69. 65984ff um: hostfs: Fix writeback by Richard Weinberger · 11 years ago
  70. 8e28bc7 [readdir] convert hostfs by Al Viro · 12 years ago
  71. 371fdab hostfs: use kmalloc instead of kzalloc by James Hogan · 12 years ago
  72. 2b3b9bb hostfs: move HOSTFS_SUPER_MAGIC to <linux/magic.h> by James Hogan · 12 years ago
  73. 9dcc5e8 hostfs: remove "will unlock" comment by James Hogan · 12 years ago
  74. aea8b5d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  75. 3e64fe5 fs: Limit sys_mount to only request filesystem modules. (Part 3) by Eric W. Biederman · 12 years ago
  76. bc07732 hostfs: fix a not needed double check by Marco Stornelli · 12 years ago
  77. 4e6b897 hostfs: directory methods have no business in non-directory inode_operations by Al Viro · 12 years ago
  78. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  79. f59b51f Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 12 years ago
  80. 3be2be0 hostfs: drop vmtruncate by Marco Stornelli · 12 years ago
  81. 37185b3 um: get rid of pointless include "..." where include <...> will do by Al Viro · 12 years ago
  82. 29f82ae userns: Convert hostfs to use kuid and kgid where appropriate by Eric W. Biederman · 13 years ago
  83. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 13 years ago
  84. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 13 years ago
  85. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 13 years ago
  86. fa453a6 Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 13 years ago
  87. 3ee6bd8 uml/hostfs: Propagate dirent.d_type to filldir() by Geert Uytterhoeven · 13 years ago
  88. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
  89. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  90. 138d570 switch hostfs_iattr to explicit unsigned short by Al Viro · 13 years ago
  91. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  92. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  93. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  94. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  95. d211858 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue by Linus Torvalds · 13 years ago
  96. 548fd1e um: kill useless include of user.h by Al Viro · 13 years ago
  97. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  98. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  99. 10556cb2 ->permission() sanitizing: don't pass flags to ->permission() by Al Viro · 14 years ago
  100. 2830ba7 ->permission() sanitizing: don't pass flags to generic_permission() by Al Viro · 14 years ago