1. c9ed489 hfs: Remove check for PageError by Matthew Wilcox (Oracle) · 2 years, 9 months ago
  2. 68189fe fs: Change try_to_free_buffers() to take a folio by Matthew Wilcox (Oracle) · 2 years, 10 months ago
  3. 5784f09 hfs: Convert to release_folio by Matthew Wilcox (Oracle) · 2 years, 10 months ago
  4. 2c69e20 fs: Convert block_read_full_page() to block_read_full_folio() by Matthew Wilcox (Oracle) · 2 years, 10 months ago
  5. cfef1f7 hfs: Call hfs_write_begin() and generic_write_end() directly by Matthew Wilcox (Oracle) · 3 years ago
  6. 9d6b0cd fs: Remove flags parameter from aops->write_begin by Matthew Wilcox (Oracle) · 3 years ago
  7. be3bbbc fs: Remove aop flags parameter from cont_write_begin() by Matthew Wilcox (Oracle) · 3 years ago
  8. 6b1f86f Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache by Linus Torvalds · 2 years, 11 months ago
  9. 3bf03b9 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 2 years, 11 months ago
  10. fd60b28 fs: allocate inode by using alloc_inode_sb() by Muchun Song · 2 years, 11 months ago
  11. e621900 fs: Convert __set_page_dirty_buffers to block_dirty_folio by Matthew Wilcox (Oracle) · 3 years ago
  12. 7ba13ab fs: Turn block_invalidatepage into block_invalidate_folio by Matthew Wilcox (Oracle) · 3 years ago
  13. 322cbb5 block: remove genhd.h by Christoph Hellwig · 3 years, 1 month ago
  14. 59a2cee Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 3 months ago
  15. 55d1cbb hfs/hfsplus: use WARN_ON for sanity check by Arnd Bergmann · 3 years, 3 months ago
  16. beffd16 hfs: use bdev_nr_sectors instead of open coding it by Christoph Hellwig · 3 years, 4 months ago
  17. b3b2177 hfs: add lock nesting notation to hfs_find_init by Desmond Cheong Zhi Xi · 3 years, 7 months ago
  18. 54a5ead hfs: fix high memory mapping in hfs_bnode_read by Desmond Cheong Zhi Xi · 3 years, 7 months ago
  19. 16ee572 hfs: add missing clean-up in hfs_fill_super by Desmond Cheong Zhi Xi · 3 years, 7 months ago
  20. 0af5737 mm: require ->set_page_dirty to be explicitly wired up by Christoph Hellwig · 3 years, 8 months ago
  21. 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years, 1 month ago
  22. e65ce2a acl: handle idmapped mounts by Christian Brauner · 4 years, 1 month ago
  23. 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years, 1 month ago
  24. 5e01fdf fs: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 6 months ago
  25. 6d1349c [PATCH] reduce boilerplate in fsid handling by Al Viro · 4 years, 5 months ago
  26. 3f1266f block: move block-related definitions out of fs.h by Christoph Hellwig · 4 years, 8 months ago
  27. 750a02a Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 9 months ago
  28. af00423 hfs: stop using ioctl_by_bdev by Christoph Hellwig · 4 years, 10 months ago
  29. 0c1bc6b docs: filesystems: fix renamed references by Mauro Carvalho Chehab · 4 years, 10 months ago
  30. 4ddfc3dc hfs/hfsplus: use 64-bit inode timestamps by Arnd Bergmann · 7 years ago
  31. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  32. 6d845e2 hfs: switch to ->free_inode() by Al Viro · 6 years ago
  33. ce96a40 hfs: do not free node before using by Pan Bian · 6 years ago
  34. 6c9a3f8 fs/hfs/extent.c: fix array out of bounds read of array extent by Colin Ian King · 6 years ago
  35. 8cd3cb5 hfs: update timestamp on truncate() by Ernesto A. Fernández · 6 years ago
  36. 1267a07 hfs: fix return value of hfs_get_block() by Ernesto A. Fernández · 6 years ago
  37. 54640c7 hfs: prevent btree data loss on ENOSPC by Ernesto A. Fernández · 6 years ago
  38. ef75bcc hfs: fix BUG on bnode parent update by Ernesto A. Fernández · 6 years ago
  39. d057c03 hfs: prevent btree data loss on root split by Ernesto A. Fernández · 6 years ago
  40. dc25727 hfs: prevent crash on exit from failed search by Ernesto A. Fernández · 6 years ago
  41. 5bef915 new helper: inode_fake_hash() by Al Viro · 7 years ago
  42. 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 7 years ago
  43. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
  44. 0e5c56f hfs: don't allow mounting over .../rsrc by Al Viro · 7 years ago
  45. 6b9ccee hfs: use d_splice_alias() by Al Viro · 7 years ago
  46. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  47. 15ec3718 hfs/hfsplus: clean up unused variables in bnode.c by Christos Gkekas · 7 years ago
  48. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  49. 0f0d127 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  50. 3b49c9a fs: convert a pile of fsync routines to errseq_t based reporting by Jeff Layton · 8 years ago
  51. bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 8 years ago
  52. c718a97 fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flag by Tetsuo Handa · 8 years ago
  53. 0710f3f Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  54. 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 8 years ago
  55. 8d85063 hfs: atomically read inode size by Fabian Frederick · 8 years ago
  56. eec1153 hfs: fix hfs_readdir() by Dan Carpenter · 8 years ago
  57. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  58. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  59. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  60. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  61. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  62. b8020ef hfs: Switch to generic xattr handlers by Andreas Gruenbacher · 8 years ago
  63. 02027d4 fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  64. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  65. f03b8ad fs: support RENAME_NOREPLACE for local filesystems by Miklos Szeredi · 8 years ago
  66. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 9 years ago
  67. fe64f32 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  68. 835c92d Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  69. 6fa67e7 get rid of 'parent' argument of ->d_compare() by Al Viro · 9 years ago
  70. 6784725 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  71. 71e9396 qstr: constify instances in hfs by Al Viro · 9 years ago
  72. 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 9 years ago
  73. 93c76a3 file_inode(f)->i_mapping is f->f_mapping by Al Viro · 9 years ago
  74. 3767e25 switch ->setxattr() to passing dentry and inode separately by Al Viro · 9 years ago
  75. c2e7b20 Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  76. 9717a91 hfs: switch to ->iterate_shared() by Al Viro · 9 years ago
  77. 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 9 years ago
  78. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 9 years ago
  79. ce23e64 ->getxattr(): pass dentry and inode as separate arguments by Al Viro · 9 years ago
  80. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  81. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  82. 2c35dea fs/hfs/catalog.c: use list_for_each_entry in hfs_cat_delete by Geliang Tang · 9 years ago
  83. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  84. 80f8dccf HFS wants 8Kb per-superblock allocation; just use kmalloc() by Al Viro · 9 years ago
  85. b4cc0ef hfs: fix B-tree corruption after insertion at position 0 by Hin-Tak Leung · 9 years ago
  86. 7cb74be hfs,hfsplus: cache pages correctly between bnode_create and bnode_free by Hin-Tak Leung · 9 years ago
  87. a068acf fs: create and use seq_show_option for escaping by Kees Cook · 9 years ago
  88. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  89. db6172c fs: cleanup slight list_entry abuse by Rasmus Villemoes · 10 years ago
  90. 66114ca writeback: separate out include/linux/backing-dev-defs.h by Tejun Heo · 10 years ago
  91. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  92. 54e514b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  93. 13f2448 hfs: incorrect return values by Chengyu Song · 10 years ago
  94. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  95. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 10 years ago
  96. 6f67376 direct_IO: use iov_iter_rw() instead of rw everywhere by Omar Sandoval · 10 years ago
  97. 17f8c84 Remove rw from {,__,do_}blockdev_direct_IO() by Omar Sandoval · 10 years ago
  98. 5d5d568 make new_sync_{read,write}() static by Al Viro · 10 years ago
  99. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 10 years ago
  100. ddbc22e2 fs/hfs/catalog.c: fix comparison bug in hfs_cat_keycmp by Rasmus Villemoes · 10 years ago