1. ecae0bd Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 4 months ago
  2. 0a88810 buffer: remove folio_create_empty_buffers() by Matthew Wilcox (Oracle) · 1 year, 5 months ago
  3. 44f6857 reiserfs: convert writepage to use a folio by Matthew Wilcox (Oracle) · 1 year, 5 months ago
  4. 5e8b820 reiserfs: convert to new timestamp accessors by Jeff Layton · 1 year, 5 months ago
  5. ae83490 reiserfs: convert to ctime accessor functions by Jeff Layton · 1 year, 8 months ago
  6. 4a9622f buffer: convert page_zero_new_buffers() to folio_zero_new_buffers() by Matthew Wilcox (Oracle) · 1 year, 9 months ago
  7. 53418a1 buffer: convert __block_write_full_page() to __block_write_full_folio() by Matthew Wilcox (Oracle) · 1 year, 9 months ago
  8. d9f892b reiserfs: rework priv inode handling by Christian Brauner · 2 years, 1 month ago
  9. f861646a quota: port to 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. 138060b fs: pass dentry to set acl method by Christian Brauner · 2 years, 6 months ago
  12. c013d0a Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 2 years, 7 months ago
  13. bdfae5c Merge tag 'fs.idmapped.vfsuid.v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 2 years, 7 months ago
  14. bd6e21a fs/reiserfs/inode: remove dead code in _get_block_create_0() by Zeng Jingxiang · 2 years, 8 months ago
  15. 1420c4a5 fs/buffer: Combine two submit_bh() and ll_rw_block() arguments by Bart Van Assche · 2 years, 8 months ago
  16. b27c82e attr: port attribute changes to new types by Christian Brauner · 2 years, 9 months ago
  17. 71e7b53 quota: port quota helpers mount ids by Christian Brauner · 2 years, 9 months ago
  18. 68189fe fs: Change try_to_free_buffers() to take a folio by Matthew Wilcox (Oracle) · 2 years, 10 months ago
  19. dc2e58b reiserfs: Convert to release_folio by Matthew Wilcox (Oracle) · 2 years, 10 months ago
  20. 2c69e20 fs: Convert block_read_full_page() to block_read_full_folio() by Matthew Wilcox (Oracle) · 2 years, 10 months ago
  21. 9d6b0cd fs: Remove flags parameter from aops->write_begin by Matthew Wilcox (Oracle) · 3 years ago
  22. b7446e7 fs: Remove aop flags parameter from grab_cache_page_write_begin() by Matthew Wilcox (Oracle) · 3 years ago
  23. a452c4e Merge tag 'fs_for_v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 3 years ago
  24. e621900 fs: Convert __set_page_dirty_buffers to block_dirty_folio by Matthew Wilcox (Oracle) · 3 years, 1 month ago
  25. d97dfc9 reiserfs: Convert from invalidatepage to invalidate_folio by Matthew Wilcox (Oracle) · 3 years, 1 month ago
  26. 48b0e01 reiserfs: get rid of AOP_FLAG_CONT_EXPAND flag by Edward Shishkin · 3 years ago
  27. 21e4e15 reiserfs: Remove unneed check in reiserfs_write_full_page() by YueHaibing · 3 years, 10 months ago
  28. 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years, 2 months ago
  29. 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years, 2 months ago
  30. 4443390 reiserfs: Initialize inode keys properly by Jan Kara · 4 years, 6 months ago
  31. 8859bf2 reiserfs: only call unlock_new_inode() if I_NEW by Eric Biggers · 4 years, 8 months ago
  32. 051c355 Merge tag 'for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 4 years, 9 months ago
  33. d438834 fs: convert mpage_readpages to mpage_readahead by Matthew Wilcox (Oracle) · 4 years, 9 months ago
  34. 5626de1 reiserfs: Replace kmalloc with kcalloc in the comment by Liao Pingfang · 4 years, 9 months ago
  35. 60e4cf6 reiserfs: fix extended attributes on the root directory by Jeff Mahoney · 5 years ago
  36. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  37. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  38. bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 8 years ago
  39. a480b5b reiserfs: Remove i_attrs_to_sd_attrs() by Jan Kara · 8 years ago
  40. a73415a reiserfs: Remove useless setting of i_flags by Jan Kara · 8 years ago
  41. 9340747 fs: add i_blocksize() by Fabian Frederick · 8 years ago
  42. be29796 mm: only include blk_types in swap.h if CONFIG_SWAP is enabled by Christoph Hellwig · 8 years ago
  43. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  44. 02027d4 fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  45. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 9 years ago
  46. 2a222ca fs: have submit_bh users pass in op and flags separately by Mike Christie · 9 years ago
  47. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 9 years ago
  48. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  49. 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
  50. 2e6c97e reiserfs: Handle error from dquot_initialize() by Jan Kara · 10 years ago
  51. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  52. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 10 years ago
  53. 6f67376 direct_IO: use iov_iter_rw() instead of rw everywhere by Omar Sandoval · 10 years ago
  54. 17f8c84 Remove rw from {,__,do_}blockdev_direct_IO() by Omar Sandoval · 10 years ago
  55. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 10 years ago
  56. 714b71a fs/reiserfs/inode.c: replace 0 by NULL for pointers by Fabian Frederick · 10 years ago
  57. 17093991 fs/reiserfs: use linux/uaccess.h by Fabian Frederick · 11 years ago
  58. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  59. 22e7478 reiserfs: call truncate_setsize under tailpack mutex by Jeff Mahoney · 11 years ago
  60. 31b1403 switch {__,}blockdev_direct_IO() to iov_iter by Al Viro · 11 years ago
  61. a6cbcd4 get rid of pointless iov_length() in ->direct_IO() by Al Viro · 11 years ago
  62. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 11 years ago
  63. a228bf8 reiserfs: cleanup, remove unnecessary parens by Jeff Mahoney · 11 years ago
  64. cf776a7 reiserfs: cleanup, remove leading whitespace from labels by Jeff Mahoney · 11 years ago
  65. 09f1b80 reiserfs: cleanup, remove sb argument from journal_mark_dirty by Jeff Mahoney · 11 years ago
  66. 58d8542 reiserfs: cleanup, remove sb argument from journal_end by Jeff Mahoney · 11 years ago
  67. 706a532 reiserfs: cleanup, remove nblocks argument from journal_end by Jeff Mahoney · 11 years ago
  68. 098297b reiserfs: cleanup, reformat comments to normal kernel style by Jeff Mahoney · 11 years ago
  69. 4cf5f7a reiserfs: cleanup, rename key and item accessors to more friendly names by Jeff Mahoney · 11 years ago
  70. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 11 years ago
  71. d2d0395 reiserfs: locking, release lock around quota operations by Jeff Mahoney · 12 years ago
  72. 278f667 reiserfs: locking, handle nested locks properly by Jeff Mahoney · 12 years ago
  73. 4c05141 reiserfs: locking, push write lock out of xattr code by Jeff Mahoney · 12 years ago
  74. 9e239bb Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  75. a1457c0 reiserfs: fix deadlock with nfs racing on create/lookup by Jeff Mahoney · 12 years ago
  76. bad5483 reiserfs: use ->invalidatepage() length argument by Lukas Czerner · 12 years ago
  77. d47992f mm: change invalidatepage prototype to accept length by Lukas Czerner · 12 years ago
  78. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 12 years ago
  79. 94e07a75 fs: encode_fh: return FILEID_INVALID if invalid fid_type by Namjae Jeon · 12 years ago
  80. cfac4b4 reiserfs: drop vmtruncate by Marco Stornelli · 12 years ago
  81. 7af1168 reiserfs: Move quota calls out of write lock by Jan Kara · 12 years ago
  82. 35c2a7f tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checking by Hugh Dickins · 12 years ago
  83. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  84. df81465 userns: Convert reiserfs to use kuid and kgid where appropriate by Eric W. Biederman · 13 years ago
  85. 48d1788 reiserfs: fix deadlocks with quotas by Jeff Mahoney · 13 years ago
  86. b0b0382 ->encode_fh() API change by Al Viro · 13 years ago
  87. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 13 years ago
  88. f466c6f move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.h by Al Viro · 13 years ago
  89. a3063ab move reiserfs_acl.h to fs/reiserfs/acl.h by Al Viro · 13 years ago
  90. c45ac88 take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.h by Al Viro · 13 years ago
  91. 8e07189 reiserfs: propagate umode_t by Al Viro · 14 years ago
  92. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  93. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  94. 4482a08 reiserfs: cache negative ACLs for v1 stat format by Christoph Hellwig · 14 years ago
  95. aacfc19c fs: simplify the blockdev_direct_IO prototype by Christoph Hellwig · 14 years ago
  96. 562c72aa5 fs: move inode_dio_wait calls into ->setattr by Christoph Hellwig · 14 years ago
  97. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  98. 5fe0c23 exportfs: Return the minimum required handle size by Aneesh Kumar K.V · 14 years ago
  99. 7eaceac block: remove per-queue plugging by Jens Axboe · 14 years ago
  100. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago