- 0412016 fs/ntfs3: Fix wrong error message $Logfile -> $UpCase by Kari Argillander · 3 years, 4 months ago
- 6e3331e fs/ntfs3: Use min/max macros instated of ternary operators by Kari Argillander · 3 years, 4 months ago
- b5322eb fs/ntfs3: Use clamp/max macros instead of comparisons by Kari Argillander · 3 years, 4 months ago
- f162f7b fs/ntfs3: Remove always false condition check by Kari Argillander · 3 years, 4 months ago
- edb853f fs/ntfs3: Fix ntfs_look_for_free_space() does only report -ENOSPC by Kari Argillander · 3 years, 4 months ago
- cffb515 fs/ntfs3: Remove tabs before spaces from comment by Kari Argillander · 3 years, 4 months ago
- 2829e39e fs/ntfs3: Remove braces from single statment block by Kari Argillander · 3 years, 4 months ago
- 4ca7fe5 fs/ntfs3: Place Comparisons constant right side of the test by Kari Argillander · 3 years, 4 months ago
- 7d95995 fs/ntfs3: Remove '+' before constant in ni_insert_resident() by Kari Argillander · 3 years, 4 months ago
- 8e69212 fs/ntfs3: Always use binary search with entry search by Kari Argillander · 3 years, 4 months ago
- ef92970 fs/ntfs3: Make binary search to search smaller chunks in beginning by Kari Argillander · 3 years, 4 months ago
- 162333e fs/ntfs3: Limit binary search table size by Kari Argillander · 3 years, 4 months ago
- 9c2aadd fs/ntfs3: Remove unneeded header files from c files by Kari Argillander · 3 years, 4 months ago
- 977d055 fs/ntfs3: Change right headers to lznt.c by Kari Argillander · 3 years, 4 months ago
- f976766 fs/ntfs3: Change right headers to upcase.c by Kari Argillander · 3 years, 4 months ago
- c632f63 fs/ntfs3: Change right headers to bitfunc.c by Kari Argillander · 3 years, 4 months ago
- b6ba810 fs/ntfs3: Add missing header and guards to lib/ headers by Kari Argillander · 3 years, 4 months ago
- f239b3a fs/ntfs3: Add missing headers and forward declarations to ntfs_fs.h by Kari Argillander · 3 years, 4 months ago
- 4dfe833 fs/ntfs3: Add missing header files to ntfs.h by Kari Argillander · 3 years, 4 months ago
- cde81f1 fs/ntfs3. Add forward declarations for structs to debug.h by Kari Argillander · 3 years, 4 months ago
- 0327c6d fs/ntfs3: Remove redundant initialization of variable err by Colin Ian King · 3 years, 4 months ago
- 15b2ae7 fs/ntfs3: Show uid/gid always in show_options() by Kari Argillander · 3 years, 4 months ago
- 28a941f fs/ntfs3: Rename mount option no_acs_rules > (no)acsrules by Kari Argillander · 3 years, 4 months ago
- e274cde fs/ntfs3: Add iocharset= mount option as alias for nls= by Kari Argillander · 3 years, 4 months ago
- 9d1939f fs/ntfs3: Make mount option nohidden more universal by Kari Argillander · 3 years, 4 months ago
- 27fac77 fs/ntfs3: Init spi more in init_fs_context than fill_super by Kari Argillander · 3 years, 4 months ago
- 610f8f5 fs/ntfs3: Use new api for mounting by Kari Argillander · 3 years, 4 months ago
- 564c97b fs/ntfs3: Convert mount options to pointer in sbi by Kari Argillander · 3 years, 4 months ago
- c2c389f fs/ntfs3: Remove unnecesarry remount flag handling by Kari Argillander · 3 years, 4 months ago
- b8a30b4 fs/ntfs3: Remove unnecesarry mount option noatime by Kari Argillander · 3 years, 4 months ago
- 2e3a51b fs/ntfs3: Change how module init/info messages are displayed by Kari Argillander · 3 years, 4 months ago
- 989e795 fs/ntfs3: Remove GPL boilerplates from decompress lib files by Kari Argillander · 3 years, 4 months ago
- dd854e4 fs/ntfs3: Remove unnecessary condition checking from ntfs_file_read_iter by Kari Argillander · 3 years, 4 months ago
- d4e8e13 fs/ntfs3: Fix integer overflow in ni_fiemap with fiemap_prep() by Kari Argillander · 3 years, 4 months ago
- d362446 fs/ntfs3: Restyle comments to better align with kernel-doc by Konstantin Komarov · 3 years, 4 months ago
- 78ab59f fs/ntfs3: Rework file operations by Konstantin Komarov · 3 years, 4 months ago
- a97131c fs/ntfs3: Remove fat ioctl's from ntfs3 driver for now by Kari Argillander · 3 years, 4 months ago
- e8b8e97 fs/ntfs3: Restyle comments to better align with kernel-doc by Kari Argillander · 3 years, 5 months ago
- b8155e9 fs/ntfs3: Fix error handling in indx_insert_into_root() by Dan Carpenter · 3 years, 4 months ago
- 8c83a48 fs/ntfs3: Potential NULL dereference in hdr_find_split() by Dan Carpenter · 3 years, 4 months ago
- 04810f0 fs/ntfs3: Fix error code in indx_add_allocate() by Dan Carpenter · 3 years, 4 months ago
- 2926e42 fs/ntfs3: fix an error code in ntfs_get_acl_ex() by Dan Carpenter · 3 years, 4 months ago
- a1b04d3 fs/ntfs3: add checks for allocation failure by Dan Carpenter · 3 years, 4 months ago
- 345482b fs/ntfs3: Use kcalloc/kmalloc_array over kzalloc/kmalloc by Kari Argillander · 3 years, 4 months ago
- 195c52b fs/ntfs3: Do not use driver own alloc wrappers by Kari Argillander · 3 years, 4 months ago
- fa3cacf fs/ntfs3: Use kernel ALIGN macros over driver specific by Kari Argillander · 3 years, 4 months ago
- 24516d4 fs/ntfs3: Restyle comment block in ni_parse_reparse() by Kari Argillander · 3 years, 4 months ago
- 1263edd fs/ntfs3: Remove unused including <linux/version.h> by Jiapeng Chong · 3 years, 4 months ago
- abfeb2e fs/ntfs3: Fix fall-through warnings for Clang by Gustavo A. R. Silva · 3 years, 4 months ago
- be87e821 fs/ntfs3: Fix one none utf8 char in source file by Kari Argillander · 3 years, 4 months ago
- 8c01308 fs/ntfs3: Remove unused variable cnt in ntfs_security_init() by Nathan Chancellor · 3 years, 4 months ago
- 71eeb6a fs/ntfs3: Fix integer overflow in multiplication by Colin Ian King · 3 years, 4 months ago
- 87790b6 fs/ntfs3: Add ifndef + define to all header files by Kari Argillander · 3 years, 4 months ago
- 528c9b3 fs/ntfs3: Use linux/log2 is_power_of_2 function by Kari Argillander · 3 years, 4 months ago
- f8d87ed fs/ntfs3: Fix various spelling mistakes by Colin Ian King · 3 years, 4 months ago
- 11e4e66 Merge branch 'torvalds:master' into master by aalexandrovich · 3 years, 4 months ago
- e22ce8e Linux 5.14-rc7 by Linus Torvalds · 3 years, 4 months ago
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 002c0ae Merge tag 'block-5.14-2021-08-20' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 4 months ago
- 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
- fdd92b6 fs: warn about impending deprecation of mandatory locks by Jeff Layton · 3 years, 4 months ago
- a30f895 io_uring: fix xa_alloc_cycle() error return value check by Jens Axboe · 3 years, 4 months ago
- 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
- 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
- ed3bad2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 4 months ago
- 8ba9fbe Merge tag 'drm-fixes-2021-08-20-3' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 3 years, 4 months ago
- 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
- 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
- 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
- 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
- 0f09f4c Merge branch 'acpi-pm' by Rafael J. Wysocki · 3 years, 4 months ago
- 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
- f2963c7 Merge branch 'pm-opp' by Rafael J. Wysocki · 3 years, 4 months ago
- c7b1850 hugetlb: don't pass page cache pages to restore_reserve_on_error by Mike Kravetz · 3 years, 4 months ago
- a7cb5d2 kfence: fix is_kfence_address() for addresses below KFENCE_POOL_SIZE by Marco Elver · 3 years, 4 months ago
- 57f2976 mm: vmscan: fix missing psi annotation for node_reclaim() by Johannes Weiner · 3 years, 4 months ago
- fcc0062 mm/hwpoison: retry with shake_page() for unhandlable pages by Naoya Horiguchi · 3 years, 4 months ago
- f56ce41 mm: memcontrol: fix occasional OOMs due to proportional memory.low reclaim by Johannes Weiner · 3 years, 4 months ago
- 91ed3ed MAINTAINERS: update ClangBuiltLinux IRC chat by Nathan Chancellor · 3 years, 4 months ago
- b16ee0f mmflags.h: add missing __GFP_ZEROTAGS and __GFP_SKIP_KASAN_POISON names by Mike Rapoport · 3 years, 4 months ago
- 47aef60 mm/page_alloc: don't corrupt pcppage_migratetype by Doug Berger · 3 years, 4 months ago
- c04b3d06 Revert "mm: swap: check if swap backing device is congested or not" by Yang Shi · 3 years, 4 months ago
- b1e1ef3 Revert "mm/shmem: fix shmem_swapin() race with swapoff" by Yang Shi · 3 years, 4 months ago
- aa3e1ba riscv: Fix a number of free'd resources in init_resources() by Petr Pavlu · 3 years, 5 months ago
- 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
- 1c8094e3 dt-bindings: sifive-l2-cache: Fix 'select' matching by Rob Herring · 3 years, 4 months ago
- 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
- 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
- b88aefc Merge branch 'linux-5.14' of git://github.com/skeggsb/linux into drm-fixes by Dave Airlie · 3 years, 4 months ago
- 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
- 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
- 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
- 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
- cd0a719 net: dpaa2-switch: disable the control interface on error path by Vladimir Oltean · 3 years, 4 months ago