summaryrefslogtreecommitdiff
path: root/fs/ntfs/index.c
AgeCommit message (Expand)AuthorFilesLines
8 daystreewide: refresh kmalloc_obj() conversionsKees Cook1-1/+1
2026-08-21ntfs: return errors from ntfs_attr_readallHyunchul Lee1-2/+2
2026-08-19ntfs: allow index root relocationNamjae Jeon1-16/+69
2026-08-19ntfs: Fix index_root heap OOB write in ntfs_ir_to_ib()Alexandro Calo1-0/+11
2026-07-06ntfs: avoid calling post_write_mst_fixup() for invalid index_blockValeriy Yashnikov1-1/+4
2026-06-09ntfs: update index root allocated size before shrinkDaeMyung Kang1-3/+15
2026-06-09ntfs: grow index root value before reparent header updateDaeMyung Kang1-30/+48
2026-06-06ntfs: Fix spelling mistake "etnry" -> "entry"Colin Ian King1-1/+1
2026-06-06ntfs: validate index entries on readingHyunchul Lee1-38/+46
2026-06-06ntfs: centalize $INDEX_ROOT header validationHyunchul Lee1-0/+18
2026-06-06ntfs: validate index block header more strictlyHyunchul Lee1-30/+71
2026-05-08ntfs: fix out-of-bounds write in ntfs_index_walk_down()DaeMyung Kang1-5/+12
2026-04-27ntfs: fix NULL dereference in ntfs_index_walk_down()DaeMyung Kang1-4/+13
2026-03-16ntfs: fix inconsistent indenting warningsHyunchul Lee1-34/+34
2026-02-19ntfs: update directory operationsNamjae Jeon1-346/+2023
2026-02-19Revert "fs: Remove NTFS classic"Namjae Jeon1-0/+440
2024-01-24fs: Remove NTFS classicMatthew Wilcox (Oracle)1-440/+0
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 96Thomas Gleixner1-15/+1
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-6/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+2
2006-12-07[PATCH] slab: remove SLAB_NOFSChristoph Lameter1-1/+1
2006-10-01[PATCH] fs/ntfs: Conversion to generic booleanRichard Knutsson1-2/+2
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-3/+3
2005-09-08NTFS: Fix a bug in fs/ntfs/index.c::ntfs_index_lookup(). When the returnedAnton Altaparmakov1-0/+1
2005-05-27NTFS: Use C99 style structure initialization after memory allocation whereAnton Altaparmakov1-13/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+461