summaryrefslogtreecommitdiff
path: root/fs/ntfs3/bitmap.c
AgeCommit message (Expand)Author
2024-01-16fs/ntfs3: Use kvfree to free memory allocated by kvmallocKonstantin Komarov
2023-09-28fs/ntfs3: Allow repeated call to ntfs3_put_sbiKonstantin Komarov
2023-09-28fs/ntfs3: Use kvmalloc instead of kmalloc(... __GFP_NOWARN)Konstantin Komarov
2023-07-03fs/ntfs3: Code formattingKonstantin Komarov
2023-03-27fs/ntfs3: Code formatting and refactoringKonstantin Komarov
2023-03-27fs/ntfs3: Refactoring of various minor issuesKonstantin Komarov
2022-11-14fs/ntfs3: Improve checking of bad clustersKonstantin Komarov
2022-11-14fs/ntfs3: Add ntfs_bitmap_weight_le function and refactoringKonstantin Komarov
2022-11-14fs/ntfs3: Use _le variants of bitops functionsThomas Kühnel
2022-11-14fs/ntfs3: Add functions to modify LE bitmapsThomas Kühnel
2022-11-12fs/ntfs3: Use __GFP_NOWARN allocation at wnd_init()Tetsuo Handa
2022-11-12fs/ntfs3: Fix slab-out-of-bounds read in ntfs_trim_fsAbdun Nihaal
2022-09-30fs/ntfs3: Use kmalloc_array for allocating multiple elementsKenneth Lee
2022-08-10fs/ntfs3: Remove unused function wnd_bitsJiapeng Chong
2022-08-03fs/ntfs3: Added comments to frecord functionsKonstantin Komarov
2022-06-07fs/ntfs3: Remove a useless testChristophe JAILLET
2021-09-16fs/ntfs3: Use min/max macros instated of ternary operatorsKari Argillander
2021-09-13fs/ntfs3: Remove unneeded header files from c filesKari Argillander
2021-08-31fs/ntfs3: Restyle comments to better align with kernel-docKonstantin Komarov
2021-08-30fs/ntfs3: Restyle comments to better align with kernel-docKari Argillander
2021-08-27fs/ntfs3: Use kcalloc/kmalloc_array over kzalloc/kmallocKari Argillander
2021-08-27fs/ntfs3: Do not use driver own alloc wrappersKari Argillander
2021-08-13fs/ntfs3: Add bitmapKonstantin Komarov