summaryrefslogtreecommitdiff
path: root/fs/ntfs3/index.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-30fs/ntfs3: Fix memory leak in indx_find_sort()Konstantin Komarov1-0/+1
2026-07-14fs/ntfs3: cosmetic fixes and improvementsKonstantin Komarov1-4/+3
2026-06-02ntfs3: fix out-of-bounds read in ntfs_dir_emit() and hdr_find_e()Alessandro Schino1-0/+4
2026-06-02fs/ntfs3: format code, deal with commentsKonstantin Komarov1-14/+18
2026-06-02fs/ntfs3: validate index entry key boundsZhengYuan Huang1-1/+36
2026-06-02ntfs3: avoid -Wmaybe-uninitialized warningArnd Bergmann1-0/+1
2026-04-30ntfs3: validate split-point offset in indx_insert_into_bufferMichael Bommarito1-0/+14
2026-04-30ntfs3: bound to_move in indx_insert_into_root before hdr_insert_headMichael Bommarito1-0/+16
2026-04-30fs/ntfs3: add depth limit to indx_find_buffer to prevent stack overflowMichael Bommarito1-3/+12
2026-04-02ntfs3: fix memory leak in indx_create_allocate()Deepanshu Kartikey1-0/+1
2026-02-24fs/ntfs3: resolve compare function in public index APIsAdarsh Das1-27/+49
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-02-16fs/ntfs3: add delayed-allocation (delalloc) supportKonstantin Komarov1-12/+11
2025-12-19fs/ntfs3: allow readdir() to finish after directory mutations without rewindd...Konstantin Komarov1-0/+2
2025-12-19fs/ntfs3: improve readahead for bitmap initialization and large directory scansKonstantin Komarov1-6/+7
2025-12-19fs/ntfs3: Use wait_on_buffer() directlyLalit Shankar Chowdhury1-3/+1
2025-12-19fs: ntfs3: check return value of indx_find to avoid infinite loopJaehun Gou1-1/+6
2025-11-10ntfs3: avoid memcpy size warningLizhi Xu1-1/+2
2025-09-10fs/ntfs3: reject index allocation if $BITMAP is empty but blocks existMoon Hee Lee1-0/+10
2025-04-28fs/ntfs3: handle hdr_first_de() return valueAndrey Vatoropin1-0/+8
2025-03-06fs/ntfs3: Fix a couple integer overflows on 32bit systemsDan Carpenter1-2/+2
2024-12-30fs/ntfs3: Unify inode corruption marking with _ntfs_bad_inode()Konstantin Komarov1-4/+2
2024-06-26fs/ntfs3: Fix field-spanning write in INDEX_HDRKonstantin Komarov1-2/+2
2024-05-25Merge tag 'ntfs3_for_6.10' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds1-0/+6
2024-05-24fs/ntfs3: Fix case when index is reused during tree transformationKonstantin Komarov1-0/+6
2024-04-01fs/ntfs3: add prefix to bitmap_size() and use BITS_TO_U64()Alexander Lobakin1-5/+6
2024-01-29fs/ntfs3: Use i_size_read and i_size_writeKonstantin Komarov1-4/+4
2023-09-28fs/ntfs3: Fix possible null-pointer dereference in hdr_find_e()Ziqi Zhao1-0/+3
2023-07-03fs/ntfs3: Code formattingKonstantin Komarov1-7/+7
2023-07-03fs/ntfs3: Mark ntfs dirty when on-disk struct is corruptedKonstantin Komarov1-0/+6
2023-03-27fs/ntfs3: Code formatting and refactoringKonstantin Komarov1-13/+15
2023-03-27fs/ntfs3: Undo critial modificatins to keep directory consistencyKonstantin Komarov1-10/+20
2023-03-27fs/ntfs3: Restore overflow checking for attr size in mi_enum_attrKonstantin Komarov1-3/+4
2023-03-27fs/ntfs3: Add null pointer checksKonstantin Komarov1-1/+2
2023-03-27fs/ntfs3: Add length check in indx_get_rootEdward Lo1-1/+10
2023-03-27fs/ntfs3: Fix slab-out-of-bounds read in hdr_delete_de()Zeng Heng1-0/+4
2023-03-27fs/ntfs3: Fix OOB read in indx_insert_into_bufferZhangPeng1-0/+4
2022-11-14fs/ntfs3: Check fields while readingKonstantin Komarov1-8/+76
2022-11-14fs/ntfs3: Fixing wrong logic in attr_set_size and ntfs_fallocateKonstantin Komarov1-0/+9
2022-11-14fs/ntfs3: Fix wrong indentationsKonstantin Komarov1-4/+4
2022-11-14fs/ntfs3: Change new sparse cluster processingKonstantin Komarov1-2/+2
2022-11-14fs/ntfs3: Use _le variants of bitops functionsThomas Kühnel1-7/+7
2022-09-30fs/ntfs3: Validate buffer length while parsing indexEdward Lo1-0/+6
2022-09-30fs/ntfs3: Add option "nocase"Konstantin Komarov1-1/+1
2022-08-03fs/ntfs3: extend ni_insert_nonresident to return inserted ATTR_LIST_ENTRYKonstantin Komarov1-1/+1
2022-07-06fs/ntfs3: Remove unnecessary 'NULL' values from pointersLi kunyu1-2/+2
2022-06-09fs/ntfs3: Fix using uninitialized value n when calling indx_readYan Lei1-1/+1
2022-06-06fs/ntfs3: Refactoring of indx_find functionKonstantin Komarov1-16/+9
2021-09-23fs/ntfs3: Remove a useless test in 'indx_find()'Christophe JAILLET1-3/+1
2021-09-13fs/ntfs3: Always use binary search with entry searchKari Argillander1-44/+6