1. f88c3fb mm, slab: remove last vestiges of SLAB_MEM_SPREAD by Linus Torvalds · 1 year, 8 months ago
  2. fb46e22 Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 10 months ago
  3. af34acc ufs: remove writepage implementation by Matthew Wilcox (Oracle) · 1 year, 11 months ago
  4. 485053b fix ufs_get_locked_folio() breakage by Al Viro · 1 year, 11 months ago
  5. 13d88ac Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 2 years ago
  6. 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 · 2 years ago
  7. e21fc20 exportfs: make ->encode_fh() a mandatory method for NFS export by Amir Goldstein · 2 years, 1 month ago
  8. 0a88810 buffer: remove folio_create_empty_buffers() by Matthew Wilcox (Oracle) · 2 years, 1 month ago
  9. c9f2480 ufs: remove ufs_get_locked_page() by Matthew Wilcox (Oracle) · 2 years, 1 month ago
  10. c7e8812 ufs: convert ufs_change_blocknr() to use folios by Matthew Wilcox (Oracle) · 2 years, 1 month ago
  11. e7ca7f1 ufs: use ufs_get_locked_folio() in ufs_alloc_lastblock() by Matthew Wilcox (Oracle) · 2 years, 1 month ago
  12. 5fb7bd5 ufs: add ufs_get_locked_folio and ufs_put_locked_folio by Matthew Wilcox (Oracle) · 2 years, 1 month ago
  13. d936d38 ufs: convert to new timestamp accessors by Jeff Layton · 2 years, 1 month ago
  14. 3d3dfeb Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux by Linus Torvalds · 2 years, 3 months ago
  15. b96a3e9 Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 3 months ago
  16. f9bff0e minmax: add in_range() macro by Matthew Wilcox (Oracle) · 2 years, 4 months ago
  17. 925c86a fs: add CONFIG_BUFFER_HEAD by Christoph Hellwig · 2 years, 4 months ago
  18. 6eeb017 ufs: convert to ctime accessor functions by Jeff Layton · 2 years, 4 months ago
  19. 2cb1e089 splice: Use filemap_splice_read() instead of generic_file_splice_read() by David Howells · 2 years, 6 months ago
  20. 9e22031 ufs: don't flush page immediately for DIRSYNC directories by Christoph Hellwig · 2 years, 8 months ago
  21. f2d4014 fs: port inode_init_owner() to mnt_idmap by Christian Brauner · 2 years, 10 months ago
  22. e18275a fs: port ->rename() to pass mnt_idmap by Christian Brauner · 2 years, 10 months ago
  23. 5ebb29b fs: port ->mknod() to pass mnt_idmap by Christian Brauner · 2 years, 10 months ago
  24. c54bd91 fs: port ->mkdir() to pass mnt_idmap by Christian Brauner · 2 years, 10 months ago
  25. 7a77db9 fs: port ->symlink() to pass mnt_idmap by Christian Brauner · 2 years, 10 months ago
  26. 6c960e6 fs: port ->create() to pass mnt_idmap by Christian Brauner · 2 years, 10 months ago
  27. c1632a0 fs: port ->setattr() to pass mnt_idmap by Christian Brauner · 2 years, 10 months ago
  28. 6799b69 ufs: replace ll_rw_block() by Zhang Yi · 3 years, 3 months ago
  29. f006540 Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache by Linus Torvalds · 3 years, 3 months ago
  30. 1420c4a5 fs/buffer: Combine two submit_bh() and ll_rw_block() arguments by Bart Van Assche · 3 years, 4 months ago
  31. 771075e ufs: Remove checks for PageError by Matthew Wilcox (Oracle) · 3 years, 6 months ago
  32. 2c69e20 fs: Convert block_read_full_page() to block_read_full_folio() by Matthew Wilcox (Oracle) · 3 years, 7 months ago
  33. 9d6b0cd fs: Remove flags parameter from aops->write_begin by Matthew Wilcox (Oracle) · 3 years, 9 months ago
  34. b3992d1 fs: Remove aop flags parameter from block_write_begin() by Matthew Wilcox (Oracle) · 3 years, 9 months ago
  35. 6b1f86f Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache by Linus Torvalds · 3 years, 8 months ago
  36. fd60b28 fs: allocate inode by using alloc_inode_sb() by Muchun Song · 3 years, 8 months ago
  37. e621900 fs: Convert __set_page_dirty_buffers to block_dirty_folio by Matthew Wilcox (Oracle) · 3 years, 9 months ago
  38. 7ba13ab fs: Turn block_invalidatepage into block_invalidate_folio by Matthew Wilcox (Oracle) · 3 years, 9 months ago
  39. c0891ac isystem: ship and use stdarg.h by Alexey Dobriyan · 4 years, 4 months ago
  40. 0af5737 mm: require ->set_page_dirty to be explicitly wired up by Christoph Hellwig · 4 years, 5 months ago
  41. 80e5d1ff5 useful constants: struct qstr for ".." by Al Viro · 4 years, 7 months ago
  42. 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years, 10 months ago
  43. 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years, 10 months ago
  44. 21cb47b inode: make init and permission helpers idmapped mount aware by Christian Brauner · 4 years, 10 months ago
  45. 0eac1102e Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  46. 6d1349c [PATCH] reduce boilerplate in fsid handling by Al Viro · 5 years ago
  47. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 5 years ago
  48. 88b2e9b fs/ufs: avoid potential u32 multiplication overflow by Colin Ian King · 5 years ago
  49. cfb82e1 Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 6 years ago
  50. 22b1396 fs: Fill in max and min timestamps in superblock by Deepa Dinamani · 6 years ago
  51. aa95b4a docs: fix a couple of new broken references by Mauro Carvalho Chehab · 6 years ago
  52. ba542f2 fs/ufs/super.c: remove set but not used variable 'usb3' by YueHaibing · 6 years ago
  53. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  54. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  55. b4b52b8 Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 7 years ago
  56. 168e153 Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  57. 4e90360 ufs: fix braino in ufs_get_inode_gid() for solaris UFS flavour by Al Viro · 7 years ago
  58. 98835e8 ufs: switch to ->free_inode() by Al Viro · 7 years ago
  59. 0a4c926 fs: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  60. a3fda0f fs/ufs: use ktime_get_real_seconds for sb and cg timestamps by Arnd Bergmann · 7 years ago
  61. dd54992 ufs: switch to discard_new_inode() by Al Viro · 8 years ago
  62. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  63. 1e2e547 do d_instantiate/unlock_new_inode combinations safely by Al Viro · 8 years ago
  64. 6fbac20 Merge tag 'iversion-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 8 years ago
  65. 617aebe Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  66. c472c07 iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw} by Goffredo Baroncelli · 8 years ago
  67. bb8c2d6 ufs: use new i_version API by Jeff Layton · 8 years ago
  68. df5f3cf ufs: Define usercopy region in ufs_inode_cache slab cache by David Windsor · 8 years ago
  69. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 8 years ago
  70. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 8 years ago
  71. bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 8 years ago
  72. 33198c1 Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 8 years ago
  73. 2b69c82 mm: drop "wait" parameter from write_one_page() by Jeff Layton · 8 years ago
  74. 021f601 Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  75. 77e9ce3 ufs: fix the logics for tail relocation by Al Viro · 8 years ago
  76. c0ef65d ufs_iget(): fail with -ESTALE on deleted inode by Al Viro · 8 years ago
  77. 23ac7cb fix signedness of timestamps on ufs1 by Al Viro · 8 years ago
  78. c8636b9 Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  79. a8fad98 ufs_truncate_blocks(): fix the case when size is in the last direct block by Al Viro · 8 years ago
  80. 289dec5 ufs: more deadlock prevention on tail unpacking by Al Viro · 8 years ago
  81. 09bf4f5 ufs: avoid grabbing ->truncate_mutex if possible by Al Viro · 8 years ago
  82. 267309f ufs_get_locked_page(): make sure we have buffer_heads by Al Viro · 8 years ago
  83. c596961 ufs: fix s_size/s_dsize users by Al Viro · 8 years ago
  84. b451cec ufs: fix reserved blocks check by Al Viro · 8 years ago
  85. fffd70f ufs: make ufs_freespace() return signed by Al Viro · 8 years ago
  86. 96ecff1 ufs: fix logics in "ufs: make fsck -f happy" by Al Viro · 8 years ago
  87. 5faab9e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  88. 67a7001 ufs: we need to sync inode before freeing it by Al Viro · 8 years ago
  89. babef37 excessive checks in ufs_write_failed() and ufs_evict_inode() by Al Viro · 8 years ago
  90. 006351a ufs_getfrag_block(): we only grab ->truncate_mutex on block creation path by Al Viro · 8 years ago
  91. 940ef1a ufs_extend_tail(): fix the braino in calling conventions of ufs_new_fragments() by Al Viro · 8 years ago
  92. 6b0d144 ufs: set correct ->s_maxsize by Al Viro · 8 years ago
  93. eb315d2 ufs: restore maintaining ->i_blocks by Al Viro · 8 years ago
  94. 414cf71 fix ufs_isblockset() by Al Viro · 8 years ago
  95. 8785d84d ufs: restore proper tail allocation by Al Viro · 8 years ago
  96. 239e250 fs/ufs: Set UFS default maximum bytes per file by Richard Narron · 8 years ago
  97. a88e99e fs: ufs: use ktime_get_real_ts64() for birthtime by Deepa Dinamani · 9 years ago
  98. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 9 years ago
  99. f698ccc ufs: fix function declaration for ufs_truncate_blocks by Jeff Layton · 9 years ago
  100. e64855c fs: Add helper to clean bdev aliases under a bh and use it by Jan Kara · 9 years ago