summary refs log tree commit diff
path: root/fs/ntfs3/bitmap.c
AgeCommit message (Expand)Author
2023-01-04fs/ntfs3: Use __GFP_NOWARN allocation at wnd_init()Tetsuo Handa
2022-12-31fs/ntfs3: Fix slab-out-of-bounds read in ntfs_trim_fsAbdun Nihaal
2022-09-26lib/bitmap: don't call __bitmap_weight() in kernel codeYury Norov
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