summaryrefslogtreecommitdiffstats
path: root/fs/ntfs3/index.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ntfs3_for_6.10' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds2024-05-251-0/+6
|\
| * fs/ntfs3: Fix case when index is reused during tree transformationKonstantin Komarov2024-05-241-0/+6
* | fs/ntfs3: add prefix to bitmap_size() and use BITS_TO_U64()Alexander Lobakin2024-04-011-5/+6
|/
* fs/ntfs3: Use i_size_read and i_size_writeKonstantin Komarov2024-01-291-4/+4
* fs/ntfs3: Fix possible null-pointer dereference in hdr_find_e()Ziqi Zhao2023-09-281-0/+3
* fs/ntfs3: Code formattingKonstantin Komarov2023-07-031-7/+7
* fs/ntfs3: Mark ntfs dirty when on-disk struct is corruptedKonstantin Komarov2023-07-031-0/+6
* fs/ntfs3: Code formatting and refactoringKonstantin Komarov2023-03-271-13/+15
* fs/ntfs3: Undo critial modificatins to keep directory consistencyKonstantin Komarov2023-03-271-10/+20
* fs/ntfs3: Restore overflow checking for attr size in mi_enum_attrKonstantin Komarov2023-03-271-3/+4
* fs/ntfs3: Add null pointer checksKonstantin Komarov2023-03-271-1/+2
* fs/ntfs3: Add length check in indx_get_rootEdward Lo2023-03-271-1/+10
* fs/ntfs3: Fix slab-out-of-bounds read in hdr_delete_de()Zeng Heng2023-03-271-0/+4
* fs/ntfs3: Fix OOB read in indx_insert_into_bufferZhangPeng2023-03-271-0/+4
* fs/ntfs3: Check fields while readingKonstantin Komarov2022-11-141-8/+76
* fs/ntfs3: Fixing wrong logic in attr_set_size and ntfs_fallocateKonstantin Komarov2022-11-141-0/+9
* fs/ntfs3: Fix wrong indentationsKonstantin Komarov2022-11-141-4/+4
* fs/ntfs3: Change new sparse cluster processingKonstantin Komarov2022-11-141-2/+2
* fs/ntfs3: Use _le variants of bitops functionsThomas Kühnel2022-11-141-7/+7
* fs/ntfs3: Validate buffer length while parsing indexEdward Lo2022-09-301-0/+6
* fs/ntfs3: Add option "nocase"Konstantin Komarov2022-09-301-1/+1
* fs/ntfs3: extend ni_insert_nonresident to return inserted ATTR_LIST_ENTRYKonstantin Komarov2022-08-031-1/+1
* fs/ntfs3: Remove unnecessary 'NULL' values from pointersLi kunyu2022-07-061-2/+2
* fs/ntfs3: Fix using uninitialized value n when calling indx_readYan Lei2022-06-091-1/+1
* fs/ntfs3: Refactoring of indx_find functionKonstantin Komarov2022-06-061-16/+9
* fs/ntfs3: Remove a useless test in 'indx_find()'Christophe JAILLET2021-09-231-3/+1
* fs/ntfs3: Always use binary search with entry searchKari Argillander2021-09-131-44/+6
* fs/ntfs3: Make binary search to search smaller chunks in beginningKari Argillander2021-09-131-2/+5
* fs/ntfs3: Limit binary search table sizeKari Argillander2021-09-131-69/+41
* fs/ntfs3: Remove unneeded header files from c filesKari Argillander2021-09-131-1/+0
* fs/ntfs3: Remove redundant initialization of variable errColin Ian King2021-09-131-1/+1
* fs/ntfs3: Restyle comments to better align with kernel-docKonstantin Komarov2021-08-311-3/+5
* fs/ntfs3: Rework file operationsKonstantin Komarov2021-08-311-24/+21
* fs/ntfs3: Restyle comments to better align with kernel-docKari Argillander2021-08-301-195/+200
* fs/ntfs3: Fix error handling in indx_insert_into_root()Dan Carpenter2021-08-271-20/+16
* fs/ntfs3: Potential NULL dereference in hdr_find_split()Dan Carpenter2021-08-271-1/+2
* fs/ntfs3: Fix error code in indx_add_allocate()Dan Carpenter2021-08-271-0/+1
* fs/ntfs3: Do not use driver own alloc wrappersKari Argillander2021-08-271-27/+27
* fs/ntfs3: Use kernel ALIGN macros over driver specificKari Argillander2021-08-271-2/+2
* fs/ntfs3: Fix fall-through warnings for ClangGustavo A. R. Silva2021-08-271-0/+1
* fs/ntfs3: Fix integer overflow in multiplicationColin Ian King2021-08-271-1/+1
* fs/ntfs3: Add initialization of super blockKonstantin Komarov2021-08-131-0/+2647