summaryrefslogtreecommitdiff
path: root/fs/ntfs3/bitmap.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-02fs/ntfs3: Code formattingKonstantin Komarov1-5/+5
2023-03-27fs/ntfs3: Code formatting and refactoringKonstantin Komarov1-11/+11
2023-03-27fs/ntfs3: Refactoring of various minor issuesKonstantin Komarov1-1/+2
2022-11-14fs/ntfs3: Improve checking of bad clustersKonstantin Komarov1-0/+38
2022-11-14fs/ntfs3: Add ntfs_bitmap_weight_le function and refactoringKonstantin Komarov1-45/+55
2022-11-14fs/ntfs3: Use _le variants of bitops functionsThomas Kühnel1-5/+5
2022-11-14fs/ntfs3: Add functions to modify LE bitmapsThomas Kühnel1-3/+43
2022-11-12fs/ntfs3: Use __GFP_NOWARN allocation at wnd_init()Tetsuo Handa1-1/+1
2022-11-12fs/ntfs3: Fix slab-out-of-bounds read in ntfs_trim_fsAbdun Nihaal1-1/+1
2022-09-30fs/ntfs3: Use kmalloc_array for allocating multiple elementsKenneth Lee1-1/+1
2022-08-10fs/ntfs3: Remove unused function wnd_bitsJiapeng Chong1-5/+0
2022-08-03fs/ntfs3: Added comments to frecord functionsKonstantin Komarov1-2/+1
2022-06-07fs/ntfs3: Remove a useless testChristophe JAILLET1-3/+1
2021-09-16fs/ntfs3: Use min/max macros instated of ternary operatorsKari Argillander1-5/+6
2021-09-13fs/ntfs3: Remove unneeded header files from c filesKari Argillander1-3/+0
2021-08-31fs/ntfs3: Restyle comments to better align with kernel-docKonstantin Komarov1-3/+2
2021-08-30fs/ntfs3: Restyle comments to better align with kernel-docKari Argillander1-113/+88
2021-08-27fs/ntfs3: Use kcalloc/kmalloc_array over kzalloc/kmallocKari Argillander1-1/+1
2021-08-27fs/ntfs3: Do not use driver own alloc wrappersKari Argillander1-4/+4
2021-08-13fs/ntfs3: Add bitmapKonstantin Komarov1-0/+1519