1. 3822a7c Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 10 months ago
  2. 553637f Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linux by Linus Torvalds · 1 year, 10 months ago
  3. 05e6295f Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idmapping by Linus Torvalds · 1 year, 10 months ago
  4. d585bdb fs: convert writepage_t callback to pass a folio by Matthew Wilcox (Oracle) · 1 year, 11 months ago
  5. 9636e65 fs: build the legacy direct I/O code conditionally by Christoph Hellwig · 1 year, 11 months ago
  6. f2d4014 fs: port inode_init_owner() to mnt_idmap by Christian Brauner · 1 year, 11 months ago
  7. 700b794 fs: port acl to mnt_idmap by Christian Brauner · 1 year, 11 months ago
  8. 39f60c1 fs: port xattr to mnt_idmap by Christian Brauner · 1 year, 11 months ago
  9. 4609e1f fs: port ->permission() to pass mnt_idmap by Christian Brauner · 1 year, 11 months ago
  10. 13e83a4 fs: port ->set_acl() to pass mnt_idmap by Christian Brauner · 1 year, 11 months ago
  11. e18275a fs: port ->rename() to pass mnt_idmap by Christian Brauner · 1 year, 11 months ago
  12. 5ebb29b fs: port ->mknod() to pass mnt_idmap by Christian Brauner · 1 year, 11 months ago
  13. c54bd91 fs: port ->mkdir() to pass mnt_idmap by Christian Brauner · 1 year, 11 months ago
  14. 7a77db9 fs: port ->symlink() to pass mnt_idmap by Christian Brauner · 1 year, 11 months ago
  15. 6c960e6 fs: port ->create() to pass mnt_idmap by Christian Brauner · 1 year, 11 months ago
  16. b74d24f fs: port ->getattr() to pass mnt_idmap by Christian Brauner · 1 year, 11 months ago
  17. c1632a0 fs: port ->setattr() to pass mnt_idmap by Christian Brauner · 1 year, 11 months ago
  18. 25a8982 ntfs3: remove ->writepage by Christoph Hellwig · 2 years ago
  19. d4428ba ntfs3: stop using generic_writepages by Christoph Hellwig · 2 years ago
  20. 0226635 fs/ntfs3: don't hold ni_lock when calling truncate_setsize() by Tetsuo Handa · 2 years ago
  21. 6022ec6 Merge tag 'ntfs3_for_6.2' of https://github.com/Paragon-Software-Group/linux-ntfs3 by Linus Torvalds · 2 years ago
  22. 36963cf fs/ntfs3: Make if more readable by Konstantin Komarov · 2 years, 2 months ago
  23. ec5fc72 fs/ntfs3: Improve checking of bad clusters by Konstantin Komarov · 2 years, 2 months ago
  24. 60ce8df fs/ntfs3: Fix wrong if in hdr_first_de by Konstantin Komarov · 2 years, 2 months ago
  25. 97a6815 fs/ntfs3: Use ALIGN kernel macro by Konstantin Komarov · 2 years, 2 months ago
  26. e31195a fs/ntfs3: Fix incorrect if in ntfs_set_acl_ex by Konstantin Komarov · 2 years, 2 months ago
  27. 0e8235d fs/ntfs3: Check fields while reading by Konstantin Komarov · 2 years, 2 months ago
  28. 6f80ed1 fs/ntfs3: Correct ntfs_check_for_free_space by Konstantin Komarov · 2 years, 2 months ago
  29. 910013f fs/ntfs3: Restore correct state after ENOSPC in attr_data_get_block by Konstantin Komarov · 2 years, 2 months ago
  30. 0ad9dfc fs/ntfs3: Changing locking in ntfs_rename by Konstantin Komarov · 2 years, 2 months ago
  31. ad26a9c fs/ntfs3: Fixing wrong logic in attr_set_size and ntfs_fallocate by Konstantin Komarov · 2 years, 2 months ago
  32. 2b108260 fs/ntfs3: atomic_open implementation by Konstantin Komarov · 2 years, 2 months ago
  33. 07f4aa9 fs/ntfs3: Fix wrong indentations by Konstantin Komarov · 2 years, 2 months ago
  34. c380b52 fs/ntfs3: Change new sparse cluster processing by Konstantin Komarov · 2 years, 2 months ago
  35. 2f56a3f fs/ntfs3: Fixing work with sparse clusters by Konstantin Komarov · 2 years, 2 months ago
  36. ba11892 fs/ntfs3: Simplify ntfs_update_mftmirr function by Konstantin Komarov · 2 years, 2 months ago
  37. 3929042 fs/ntfs3: Remove unused functions by Konstantin Komarov · 2 years, 2 months ago
  38. 9144b43 fs/ntfs3: Fix sparse problems by Konstantin Komarov · 2 years, 2 months ago
  39. 08811ba fs/ntfs3: Add ntfs_bitmap_weight_le function and refactoring by Konstantin Komarov · 2 years, 2 months ago
  40. 095d8ce fs/ntfs3: Use _le variants of bitops functions by Thomas Kühnel · 3 years ago
  41. 88a8d0d fs/ntfs3: Add functions to modify LE bitmaps by Thomas Kühnel · 3 years ago
  42. 90c1cd5 fs/ntfs3: Fix endian conversion in ni_fname_name by Thomas Kühnel · 3 years ago
  43. ecfbd57 fs/ntfs3: Fix slab-out-of-bounds in r_page by Yin Xiujiang · 3 years ago
  44. 6580151 fs/ntfs3: Delete duplicate condition in ntfs_read_mft() by Dan Carpenter · 2 years, 2 months ago
  45. 0d19f3d fs/ntfs3: Add system.ntfs_attrib_be extended attribute by Daniel Pinto · 2 years, 2 months ago
  46. dc0fcc9 fs/ntfs3: Rename hidedotfiles mount option to hide_dot_files by Daniel Pinto · 2 years, 2 months ago
  47. 19b4245 fs/ntfs3: Add hidedotfiles to the list of enabled mount options by Daniel Pinto · 2 years, 2 months ago
  48. 6622332 fs/ntfs3: Make hidedotfiles mount option work when renaming files by Daniel Pinto · 2 years, 2 months ago
  49. 4c9ba19 fs/ntfs3: Fix hidedotfiles mount option by reversing behaviour by Daniel Pinto · 2 years, 2 months ago
  50. 1d07a9d fs/ntfs3: Add windows_names mount option by Daniel Pinto · 2 years, 2 months ago
  51. 75b5e47 fs/ntfs3: Eliminate unnecessary ternary operator in ntfs_d_compare() by Nathan Chancellor · 2 years, 2 months ago
  52. 019d22e fs/ntfs3: Validate attribute data and valid sizes by Abdun Nihaal · 2 years, 2 months ago
  53. 59bfd7a fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_fill_super() by Tetsuo Handa · 2 years, 3 months ago
  54. 0d0f659 fs/ntfs3: Use __GFP_NOWARN allocation at wnd_init() by Tetsuo Handa · 2 years, 3 months ago
  55. 557d196 fs/ntfs3: Fix slab-out-of-bounds read in ntfs_trim_fs by Abdun Nihaal · 2 years, 3 months ago
  56. bfcdbae fs/ntfs3: Validate index root when initialize NTFS security by Edward Lo · 2 years, 3 months ago
  57. 0d6d7c6 fs/ntfs3: Don't use uni1 uninitialized in ntfs_d_compare() by Nathan Chancellor · 2 years, 2 months ago
  58. cac2f8b fs: rename current get acl method by Christian Brauner · 2 years, 3 months ago
  59. 138060b fs: pass dentry to set acl method by Christian Brauner · 2 years, 3 months ago
  60. a251c17 treewide: use get_random_u32() when possible by Jason A. Donenfeld · 2 years, 2 months ago
  61. 27bc50f Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 2 months ago
  62. d4013bc Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linux by Linus Torvalds · 2 years, 2 months ago
  63. d45da67 fs/ntfs3: Use strcmp to determine attribute type by Yuan Can · 2 years, 3 months ago
  64. 887bfc5 fs/ntfs3: Fix slab-out-of-bounds read in run_unpack by Hawkins Jiawei · 2 years, 3 months ago
  65. 54e4570 fs/ntfs3: Validate resident attribute name by Edward Lo · 2 years, 3 months ago
  66. 4d42ecd fs/ntfs3: Validate buffer length while parsing index by Edward Lo · 2 years, 3 months ago
  67. e001e60 fs/ntfs3: Harden against integer overflows by Dan Carpenter · 2 years, 3 months ago
  68. 4f1dc7d fs/ntfs3: Validate attribute name offset by Edward Lo · 2 years, 3 months ago
  69. c1ca8ef fs/ntfs3: Add null pointer check for inode operations by Edward Lo · 2 years, 3 months ago
  70. 0a4e7ce fs/ntfs3: Fix junction point resolution by Daniel Pinto · 2 years, 3 months ago
  71. caad9dd fs/ntfs3: Avoid UBSAN error on true_sectors_per_clst() by Shigeru Yoshida · 2 years, 4 months ago
  72. 51e76a2 fs/ntfs3: Fix memory leak on ntfs_fill_super() error path by Shigeru Yoshida · 2 years, 4 months ago
  73. 92f017c fs/ntfs3: Use kmalloc_array for allocating multiple elements by Kenneth Lee · 2 years, 4 months ago
  74. 6d5c9e7 fs/ntfs3: Fix attr_punch_hole() null pointer derenference by Alon Zahavi · 2 years, 4 months ago
  75. f27b92e fs/ntfs3: Fix [df]mask display in /proc/mounts by Marc Aurèle La France · 2 years, 4 months ago
  76. 2681631 fs/ntfs3: Add null pointer check to attr_load_runs_vcn by Edward Lo · 2 years, 4 months ago
  77. 6db6208 fs/ntfs3: Validate data run offset by Edward Lo · 2 years, 4 months ago
  78. e19c627 fs/ntfs3: Add overflow check for attribute size by edward lo · 2 years, 5 months ago
  79. 0b66046 fs/ntfs3: Validate BOOT record_size by edward lo · 2 years, 5 months ago
  80. 43f03ac fs/ntfs3: Rename variables and add comment by Konstantin Komarov · 2 years, 3 months ago
  81. a3a956c fs/ntfs3: Add option "nocase" by Konstantin Komarov · 2 years, 3 months ago
  82. ae6b47b fs/ntfs3: Change destroy_inode to free_inode by Konstantin Komarov · 2 years, 3 months ago
  83. 098250d fs/ntfs3: Add hidedotfiles option by Konstantin Komarov · 2 years, 3 months ago
  84. bd6ae04 fs/ntfs3: Add comments about cluster size by Konstantin Komarov · 2 years, 3 months ago
  85. 70a1cb1 lib/bitmap: don't call __bitmap_weight() in kernel code by Yury Norov · 2 years, 3 months ago
  86. 6bf414a ntfs3: replace ll_rw_block() by Zhang Yi · 2 years, 4 months ago
  87. a26aa12 ntfs3: rework xattr handlers and switch to POSIX ACL VFS helpers by Christian Brauner · 2 years, 4 months ago
  88. d3cd67d Merge tag 'fs.idmapped.fixes.v6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idmapping by Linus Torvalds · 2 years, 4 months ago
  89. 0c3bc78 ntfs: fix acl handling by Christian Brauner · 2 years, 5 months ago
  90. 3b06a27 Merge tag 'ntfs3_for_6.0' of https://github.com/Paragon-Software-Group/linux-ntfs3 by Linus Torvalds · 2 years, 4 months ago
  91. d407359 fs/ntfs3: uninitialized variable in ntfs_set_acl_ex() by Dan Carpenter · 2 years, 4 months ago
  92. 9696435 fs/ntfs3: Remove unused function wnd_bits by Jiapeng Chong · 2 years, 5 months ago
  93. f006540 Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache by Linus Torvalds · 2 years, 5 months ago
  94. 451e45a fs/ntfs3: Make ni_ins_new_attr return error by Konstantin Komarov · 2 years, 5 months ago
  95. 8039edb fs/ntfs3: Create MFT zone only if length is large enough by Konstantin Komarov · 2 years, 5 months ago
  96. 9256ec3 fs/ntfs3: Refactoring attr_insert_range to restore after errors by Konstantin Komarov · 2 years, 5 months ago
  97. 20abc64 fs/ntfs3: Refactoring attr_punch_hole to restore after errors by Konstantin Komarov · 2 years, 5 months ago
  98. 0e5b044 fs/ntfs3: Refactoring attr_set_size to restore after errors by Konstantin Komarov · 2 years, 5 months ago
  99. c12df45 fs/ntfs3: New function ntfs_bad_inode by Konstantin Komarov · 2 years, 5 months ago
  100. 8335ebe fs/ntfs3: Make MFT zone less fragmented by Konstantin Komarov · 2 years, 5 months ago