1. 0412016 fs/ntfs3: Fix wrong error message $Logfile -> $UpCase by Kari Argillander · 3 years, 4 months ago
  2. 6e3331e fs/ntfs3: Use min/max macros instated of ternary operators by Kari Argillander · 3 years, 4 months ago
  3. b5322eb fs/ntfs3: Use clamp/max macros instead of comparisons by Kari Argillander · 3 years, 4 months ago
  4. f162f7b fs/ntfs3: Remove always false condition check by Kari Argillander · 3 years, 4 months ago
  5. edb853f fs/ntfs3: Fix ntfs_look_for_free_space() does only report -ENOSPC by Kari Argillander · 3 years, 4 months ago
  6. cffb515 fs/ntfs3: Remove tabs before spaces from comment by Kari Argillander · 3 years, 4 months ago
  7. 2829e39e fs/ntfs3: Remove braces from single statment block by Kari Argillander · 3 years, 4 months ago
  8. 4ca7fe5 fs/ntfs3: Place Comparisons constant right side of the test by Kari Argillander · 3 years, 4 months ago
  9. 7d95995 fs/ntfs3: Remove '+' before constant in ni_insert_resident() by Kari Argillander · 3 years, 4 months ago
  10. 8e69212 fs/ntfs3: Always use binary search with entry search by Kari Argillander · 3 years, 4 months ago
  11. ef92970 fs/ntfs3: Make binary search to search smaller chunks in beginning by Kari Argillander · 3 years, 4 months ago
  12. 162333e fs/ntfs3: Limit binary search table size by Kari Argillander · 3 years, 4 months ago
  13. 9c2aadd fs/ntfs3: Remove unneeded header files from c files by Kari Argillander · 3 years, 4 months ago
  14. 977d055 fs/ntfs3: Change right headers to lznt.c by Kari Argillander · 3 years, 4 months ago
  15. f976766 fs/ntfs3: Change right headers to upcase.c by Kari Argillander · 3 years, 4 months ago
  16. c632f63 fs/ntfs3: Change right headers to bitfunc.c by Kari Argillander · 3 years, 4 months ago
  17. b6ba810 fs/ntfs3: Add missing header and guards to lib/ headers by Kari Argillander · 3 years, 4 months ago
  18. f239b3a fs/ntfs3: Add missing headers and forward declarations to ntfs_fs.h by Kari Argillander · 3 years, 4 months ago
  19. 4dfe833 fs/ntfs3: Add missing header files to ntfs.h by Kari Argillander · 3 years, 4 months ago
  20. cde81f1 fs/ntfs3. Add forward declarations for structs to debug.h by Kari Argillander · 3 years, 4 months ago
  21. 0327c6d fs/ntfs3: Remove redundant initialization of variable err by Colin Ian King · 3 years, 4 months ago
  22. 15b2ae7 fs/ntfs3: Show uid/gid always in show_options() by Kari Argillander · 3 years, 4 months ago
  23. 28a941f fs/ntfs3: Rename mount option no_acs_rules > (no)acsrules by Kari Argillander · 3 years, 4 months ago
  24. e274cde fs/ntfs3: Add iocharset= mount option as alias for nls= by Kari Argillander · 3 years, 4 months ago
  25. 9d1939f fs/ntfs3: Make mount option nohidden more universal by Kari Argillander · 3 years, 4 months ago
  26. 27fac77 fs/ntfs3: Init spi more in init_fs_context than fill_super by Kari Argillander · 3 years, 4 months ago
  27. 610f8f5 fs/ntfs3: Use new api for mounting by Kari Argillander · 3 years, 4 months ago
  28. 564c97b fs/ntfs3: Convert mount options to pointer in sbi by Kari Argillander · 3 years, 4 months ago
  29. c2c389f fs/ntfs3: Remove unnecesarry remount flag handling by Kari Argillander · 3 years, 4 months ago
  30. b8a30b4 fs/ntfs3: Remove unnecesarry mount option noatime by Kari Argillander · 3 years, 4 months ago
  31. 2e3a51b fs/ntfs3: Change how module init/info messages are displayed by Kari Argillander · 3 years, 4 months ago
  32. 989e795 fs/ntfs3: Remove GPL boilerplates from decompress lib files by Kari Argillander · 3 years, 4 months ago
  33. dd854e4 fs/ntfs3: Remove unnecessary condition checking from ntfs_file_read_iter by Kari Argillander · 3 years, 4 months ago
  34. d4e8e13 fs/ntfs3: Fix integer overflow in ni_fiemap with fiemap_prep() by Kari Argillander · 3 years, 4 months ago
  35. d362446 fs/ntfs3: Restyle comments to better align with kernel-doc by Konstantin Komarov · 3 years, 4 months ago
  36. 78ab59f fs/ntfs3: Rework file operations by Konstantin Komarov · 3 years, 4 months ago
  37. a97131c fs/ntfs3: Remove fat ioctl's from ntfs3 driver for now by Kari Argillander · 3 years, 4 months ago
  38. e8b8e97 fs/ntfs3: Restyle comments to better align with kernel-doc by Kari Argillander · 3 years, 5 months ago
  39. b8155e9 fs/ntfs3: Fix error handling in indx_insert_into_root() by Dan Carpenter · 3 years, 4 months ago
  40. 8c83a48 fs/ntfs3: Potential NULL dereference in hdr_find_split() by Dan Carpenter · 3 years, 4 months ago
  41. 04810f0 fs/ntfs3: Fix error code in indx_add_allocate() by Dan Carpenter · 3 years, 4 months ago
  42. 2926e42 fs/ntfs3: fix an error code in ntfs_get_acl_ex() by Dan Carpenter · 3 years, 4 months ago
  43. a1b04d3 fs/ntfs3: add checks for allocation failure by Dan Carpenter · 3 years, 4 months ago
  44. 345482b fs/ntfs3: Use kcalloc/kmalloc_array over kzalloc/kmalloc by Kari Argillander · 3 years, 4 months ago
  45. 195c52b fs/ntfs3: Do not use driver own alloc wrappers by Kari Argillander · 3 years, 4 months ago
  46. fa3cacf fs/ntfs3: Use kernel ALIGN macros over driver specific by Kari Argillander · 3 years, 4 months ago
  47. 24516d4 fs/ntfs3: Restyle comment block in ni_parse_reparse() by Kari Argillander · 3 years, 4 months ago
  48. 1263edd fs/ntfs3: Remove unused including <linux/version.h> by Jiapeng Chong · 3 years, 4 months ago
  49. abfeb2e fs/ntfs3: Fix fall-through warnings for Clang by Gustavo A. R. Silva · 3 years, 4 months ago
  50. be87e821 fs/ntfs3: Fix one none utf8 char in source file by Kari Argillander · 3 years, 4 months ago
  51. 8c01308 fs/ntfs3: Remove unused variable cnt in ntfs_security_init() by Nathan Chancellor · 3 years, 4 months ago
  52. 71eeb6a fs/ntfs3: Fix integer overflow in multiplication by Colin Ian King · 3 years, 4 months ago
  53. 87790b6 fs/ntfs3: Add ifndef + define to all header files by Kari Argillander · 3 years, 4 months ago
  54. 528c9b3 fs/ntfs3: Use linux/log2 is_power_of_2 function by Kari Argillander · 3 years, 4 months ago
  55. f8d87ed fs/ntfs3: Fix various spelling mistakes by Colin Ian King · 3 years, 4 months ago
  56. 11e4e66 Merge branch 'torvalds:master' into master by aalexandrovich · 3 years, 4 months ago
  57. e22ce8e Linux 5.14-rc7 by Linus Torvalds · 3 years, 4 months ago
  58. 1bdc3d5 Merge tag 'powerpc-5.14-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 3 years, 4 months ago
  59. 9ff50bf Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 3 years, 4 months ago
  60. 9085423 Merge tag 'char-misc-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 3 years, 4 months ago
  61. f4ff9e6 Merge tag 'usb-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 3 years, 4 months ago
  62. a09434f Merge tag 'riscv-for-linus-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 3 years, 4 months ago
  63. 5479a7fe Merge tag 's390-5.14-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 3 years, 4 months ago
  64. 15517c7 Merge tag 'locks-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 3 years, 4 months ago
  65. 002c0ae Merge tag 'block-5.14-2021-08-20' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 4 months ago
  66. 1e6907d58 Merge tag 'io_uring-5.14-2021-08-20' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 4 months ago
  67. fdd92b6 fs: warn about impending deprecation of mandatory locks by Jeff Layton · 3 years, 4 months ago
  68. a30f895 io_uring: fix xa_alloc_cycle() error return value check by Jens Axboe · 3 years, 4 months ago
  69. fa54d36 Merge tag 'acpi-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 3 years, 4 months ago
  70. cae6876 Merge tag 'pm-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 3 years, 4 months ago
  71. ed3bad2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 4 months ago
  72. 8ba9fbe Merge tag 'drm-fixes-2021-08-20-3' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 3 years, 4 months ago
  73. 3db903a Merge tag 'pci-v5.14-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 3 years, 4 months ago
  74. a27c75e Merge tag 'mmc-v5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 3 years, 4 months ago
  75. 43a6473 Merge tag 'sound-5.14-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 3 years, 4 months ago
  76. 54e9ea3 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 3 years, 4 months ago
  77. 0f09f4c Merge branch 'acpi-pm' by Rafael J. Wysocki · 3 years, 4 months ago
  78. b7d184d Merge tag 'iommu-fixes-v5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 3 years, 4 months ago
  79. f2963c7 Merge branch 'pm-opp' by Rafael J. Wysocki · 3 years, 4 months ago
  80. c7b1850 hugetlb: don't pass page cache pages to restore_reserve_on_error by Mike Kravetz · 3 years, 4 months ago
  81. a7cb5d2 kfence: fix is_kfence_address() for addresses below KFENCE_POOL_SIZE by Marco Elver · 3 years, 4 months ago
  82. 57f2976 mm: vmscan: fix missing psi annotation for node_reclaim() by Johannes Weiner · 3 years, 4 months ago
  83. fcc0062 mm/hwpoison: retry with shake_page() for unhandlable pages by Naoya Horiguchi · 3 years, 4 months ago
  84. f56ce41 mm: memcontrol: fix occasional OOMs due to proportional memory.low reclaim by Johannes Weiner · 3 years, 4 months ago
  85. 91ed3ed MAINTAINERS: update ClangBuiltLinux IRC chat by Nathan Chancellor · 3 years, 4 months ago
  86. b16ee0f mmflags.h: add missing __GFP_ZEROTAGS and __GFP_SKIP_KASAN_POISON names by Mike Rapoport · 3 years, 4 months ago
  87. 47aef60 mm/page_alloc: don't corrupt pcppage_migratetype by Doug Berger · 3 years, 4 months ago
  88. c04b3d06 Revert "mm: swap: check if swap backing device is congested or not" by Yang Shi · 3 years, 4 months ago
  89. b1e1ef3 Revert "mm/shmem: fix shmem_swapin() race with swapoff" by Yang Shi · 3 years, 4 months ago
  90. aa3e1ba riscv: Fix a number of free'd resources in init_resources() by Petr Pavlu · 3 years, 5 months ago
  91. daa7772 Merge tag 'amd-drm-fixes-5.14-2021-08-18' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes by Dave Airlie · 3 years, 4 months ago
  92. 1c8094e3 dt-bindings: sifive-l2-cache: Fix 'select' matching by Rob Herring · 3 years, 4 months ago
  93. f5b27f7 Merge tag 'mediatek-drm-fixes-5.14-2' of https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux into drm-fixes by Dave Airlie · 3 years, 4 months ago
  94. 5ce5cef Merge tag 'drm-intel-fixes-2021-08-18' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Dave Airlie · 3 years, 4 months ago
  95. b88aefc Merge branch 'linux-5.14' of git://github.com/skeggsb/linux into drm-fixes by Dave Airlie · 3 years, 4 months ago
  96. d992fe5 Merge tag 'soc-fixes-5.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 3 years, 4 months ago
  97. e213bd1 Merge tag 'drm-misc-fixes-2021-08-18' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 3 years, 4 months ago
  98. f87d643 Merge tag 'net-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 4 months ago
  99. e649e4c Merge tag 'platform-drivers-x86-v5.14-4' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86 by Linus Torvalds · 3 years, 4 months ago
  100. cd0a719 net: dpaa2-switch: disable the control interface on error path by Vladimir Oltean · 3 years, 4 months ago