summaryrefslogtreecommitdiffstats
path: root/fs/ntfs3/bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* fs/ntfs3: Use kvfree to free memory allocated by kvmallocKonstantin Komarov2024-01-161-2/+2
* fs/ntfs3: Allow repeated call to ntfs3_put_sbiKonstantin Komarov2023-09-281-0/+1
* fs/ntfs3: Use kvmalloc instead of kmalloc(... __GFP_NOWARN)Konstantin Komarov2023-09-281-1/+2
* fs/ntfs3: Code formattingKonstantin Komarov2023-07-031-5/+5
* fs/ntfs3: Code formatting and refactoringKonstantin Komarov2023-03-271-11/+11
* fs/ntfs3: Refactoring of various minor issuesKonstantin Komarov2023-03-271-1/+2
* fs/ntfs3: Improve checking of bad clustersKonstantin Komarov2022-11-141-0/+38
* fs/ntfs3: Add ntfs_bitmap_weight_le function and refactoringKonstantin Komarov2022-11-141-45/+55
* fs/ntfs3: Use _le variants of bitops functionsThomas Kühnel2022-11-141-5/+5
* fs/ntfs3: Add functions to modify LE bitmapsThomas Kühnel2022-11-141-3/+43
* fs/ntfs3: Use __GFP_NOWARN allocation at wnd_init()Tetsuo Handa2022-11-121-1/+1
* fs/ntfs3: Fix slab-out-of-bounds read in ntfs_trim_fsAbdun Nihaal2022-11-121-1/+1
* fs/ntfs3: Use kmalloc_array for allocating multiple elementsKenneth Lee2022-09-301-1/+1
* fs/ntfs3: Remove unused function wnd_bitsJiapeng Chong2022-08-101-5/+0
* fs/ntfs3: Added comments to frecord functionsKonstantin Komarov2022-08-031-2/+1
* fs/ntfs3: Remove a useless testChristophe JAILLET2022-06-071-3/+1
* fs/ntfs3: Use min/max macros instated of ternary operatorsKari Argillander2021-09-161-5/+6
* fs/ntfs3: Remove unneeded header files from c filesKari Argillander2021-09-131-3/+0
* fs/ntfs3: Restyle comments to better align with kernel-docKonstantin Komarov2021-08-311-3/+2
* fs/ntfs3: Restyle comments to better align with kernel-docKari Argillander2021-08-301-113/+88
* fs/ntfs3: Use kcalloc/kmalloc_array over kzalloc/kmallocKari Argillander2021-08-271-1/+1
* fs/ntfs3: Do not use driver own alloc wrappersKari Argillander2021-08-271-4/+4
* fs/ntfs3: Add bitmapKonstantin Komarov2021-08-131-0/+1519