1. 44afc06 hfsplus: really remove hfsplus_writepage by Matthew Wilcox (Oracle) · 1 year, 3 months ago
  2. a049107 hfsplus: convert to new timestamp accessors by Jeff Layton · 1 year, 5 months ago
  3. 0d72b928 fs: pass the request_mask to generic_fillattr by Jeff Layton · 1 year, 7 months ago
  4. 101fa82 hfsplus: convert to ctime accessor functions by Jeff Layton · 1 year, 8 months ago
  5. 2cb1e089 splice: Use filemap_splice_read() instead of generic_file_splice_read() by David Howells · 1 year, 10 months ago
  6. 81b21c0 fs: hfsplus: remove WARN_ON() from hfsplus_cat_{read,write}_inode() by Tetsuo Handa · 1 year, 11 months ago
  7. f2d4014 fs: port inode_init_owner() to mnt_idmap by Christian Brauner · 2 years, 2 months ago
  8. 8782a9a fs: port ->fileattr_set() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago
  9. b74d24f fs: port ->getattr() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago
  10. c1632a0 fs: port ->setattr() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago
  11. e2ca6ba Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 3 months ago
  12. 9f2b5de hfsplus: fix bug causing custom uid and gid being unable to be assigned with mount by Aditya Garg · 2 years, 3 months ago
  13. 12f9b9a hfsplus: remove ->writepage by Christoph Hellwig · 2 years, 3 months ago
  14. 68189fe fs: Change try_to_free_buffers() to take a folio by Matthew Wilcox (Oracle) · 2 years, 10 months ago
  15. 7ffce3d hfsplus: Convert to release_folio by Matthew Wilcox (Oracle) · 2 years, 10 months ago
  16. 2c69e20 fs: Convert block_read_full_page() to block_read_full_folio() by Matthew Wilcox (Oracle) · 2 years, 10 months ago
  17. 07a31f7 hfsplus: Call hfsplus_write_begin() and generic_write_end() directly by Matthew Wilcox (Oracle) · 3 years ago
  18. 9d6b0cd fs: Remove flags parameter from aops->write_begin by Matthew Wilcox (Oracle) · 3 years ago
  19. be3bbbc fs: Remove aop flags parameter from cont_write_begin() by Matthew Wilcox (Oracle) · 3 years ago
  20. e621900 fs: Convert __set_page_dirty_buffers to block_dirty_folio by Matthew Wilcox (Oracle) · 3 years, 1 month ago
  21. 7ba13ab fs: Turn block_invalidatepage into block_invalidate_folio by Matthew Wilcox (Oracle) · 3 years, 1 month ago
  22. 55d1cbb hfs/hfsplus: use WARN_ON for sanity check by Arnd Bergmann · 3 years, 4 months ago
  23. c3eb840 hfsplus: report create_date to kstat.btime by Chung-Chiang Cheng · 3 years, 8 months ago
  24. 0af5737 mm: require ->set_page_dirty to be explicitly wired up by Christoph Hellwig · 3 years, 8 months ago
  25. 9cbae74 hfsplus: convert to fileattr by Miklos Szeredi · 4 years ago
  26. 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years ago
  27. c6bf3f0 block: use an on-stack bio in blkdev_issue_flush by Christoph Hellwig · 4 years, 1 month ago
  28. 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years, 2 months ago
  29. 0d56a45 stat: handle idmapped mounts by Christian Brauner · 4 years, 2 months ago
  30. 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years, 2 months ago
  31. 21cb47b inode: make init and permission helpers idmapped mount aware by Christian Brauner · 4 years, 2 months ago
  32. 9398554 block: remove the error_sector argument to blkdev_issue_flush by Christoph Hellwig · 4 years, 10 months ago
  33. 4ddfc3dc hfs/hfsplus: use 64-bit inode timestamps by Arnd Bergmann · 7 years ago
  34. f93ca1e hfsplus: return file attributes on statx by Ernesto A. Fernández · 6 years ago
  35. dc8844a hfsplus: update timestamps on truncate() by Ernesto A. Fernández · 6 years ago
  36. f168d9f hfsplus: drop ACL support by Ernesto A. Fernández · 7 years ago
  37. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
  38. b0cd38c hfsplus: honor setgid flag on directories by Ernesto A. Fernandez · 7 years ago
  39. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  40. 3b49c9a fs: convert a pile of fsync routines to errseq_t based reporting by Jeff Layton · 8 years ago
  41. 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 8 years ago
  42. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  43. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  44. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  45. 02027d4 fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  46. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 9 years ago
  47. 93c76a3 file_inode(f)->i_mapping is f->f_mapping by Al Viro · 9 years ago
  48. c2e7b20 Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  49. 323ee8f hfsplus: switch to ->iterate_shared() by Al Viro · 9 years ago
  50. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 9 years ago
  51. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  52. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  53. 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
  54. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  55. 54e514b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  56. 059a704 hfsplus: fix expand when not enough available space by Sergei Antonov · 10 years ago
  57. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  58. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 10 years ago
  59. 6f67376 direct_IO: use iov_iter_rw() instead of rw everywhere by Omar Sandoval · 10 years ago
  60. 17f8c84 Remove rw from {,__,do_}blockdev_direct_IO() by Omar Sandoval · 10 years ago
  61. 5d5d568 make new_sync_{read,write}() static by Al Viro · 10 years ago
  62. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 10 years ago
  63. 8174202 write_iter variants of {__,}generic_file_aio_write() by Al Viro · 11 years ago
  64. aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 11 years ago
  65. 31b1403 switch {__,}blockdev_direct_IO() to iov_iter by Al Viro · 11 years ago
  66. a6cbcd4 get rid of pointless iov_length() in ->direct_IO() by Al Viro · 11 years ago
  67. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 11 years ago
  68. d7d673a hfsplus: add HFSX subfolder count support by Sergei Antonov · 11 years ago
  69. b168fff7 hfsplus: use xattr handlers for removexattr by Christoph Hellwig · 11 years ago
  70. bf3d846 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  71. b0a7ab5 hfsplus: use generic posix ACL infrastructure by Christoph Hellwig · 11 years ago
  72. d74a054 hfsplus: remove hfsplus_file_lookup() by Sougata Santra · 11 years ago
  73. 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 11 years ago
  74. b4c1107 hfsplus: integrate POSIX ACLs support into driver by Vyacheslav Dubeyko · 11 years ago
  75. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 12 years ago
  76. d6142673 hfs/hfsplus: convert printks to pr_<level> by Joe Perches · 12 years ago
  77. 324ef39 hfsplus: add support of manipulation by attributes file by Vyacheslav Dubeyko · 12 years ago
  78. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  79. d506848 hfsplus: drop vmtruncate by Marco Stornelli · 12 years ago
  80. 16525e3 userns: Convert hfsplus to use kuid and kgid where appropriate by Eric W. Biederman · 13 years ago
  81. 9e6c582 hfsplus: get rid of write_super by Artem Bityutskiy · 13 years ago
  82. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 13 years ago
  83. f392238 hfsplus: initialise userflags by Matthew Garrett · 13 years ago
  84. c47da79 hfsplus: propagate umode_t by Al Viro · 14 years ago
  85. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  86. bbd9d6f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  87. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 14 years ago
  88. aacfc19c fs: simplify the blockdev_direct_IO prototype by Christoph Hellwig · 14 years ago
  89. 562c72aa5 fs: move inode_dio_wait calls into ->setattr by Christoph Hellwig · 14 years ago
  90. 5bd9d99 hfsplus: add error checking for hfs_find_init() by Alexey Khoroshilov · 14 years ago
  91. 7eaceac block: remove per-queue plugging by Jens Axboe · 14 years ago
  92. 20b7643 hfsplus: spaces/indentation clean-up by Anton Salikhmetov · 14 years ago
  93. 2753cc2 hfsplus: over 80 character lines clean-up by Anton Salikhmetov · 14 years ago
  94. 34a2d31 hfsplus: flush disk caches in sync and fsync by Christoph Hellwig · 14 years ago
  95. e349470 hfsplus: optimize fsync by Christoph Hellwig · 14 years ago
  96. b33b792 hfsplus: split up inode flags by Christoph Hellwig · 14 years ago
  97. eb29d66 hfsplus: write up fsync for directories by Christoph Hellwig · 14 years ago
  98. 2814697 hfsplus: simplify fsync by Christoph Hellwig · 14 years ago
  99. 756acc2 list.h: new helper - hlist_add_fake() by Al Viro · 14 years ago
  100. 90e6169 hfsplus: create correct initial catalog entries for device files by Christoph Hellwig · 14 years ago