summaryrefslogtreecommitdiff
path: root/fs/hfs/catalog.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-14hfs: validate catalog CNIDs before instantiating inodesDavid Maximiliano Hermitte1-1/+40
2026-05-27hfs: rework hfsplus_readdir() logicViacheslav Dubeyko1-9/+0
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton1-1/+1
2025-11-06hfs: fix potential use after free in hfs_correct_next_unused_CNID()Dan Carpenter1-1/+1
2025-09-24hfs/hfsplus: rework debug output subsystemViacheslav Dubeyko1-7/+7
2025-08-31hfs: add logic of correcting a next unused CNIDViacheslav Dubeyko1-0/+123
2023-10-18hfs: convert to new timestamp accessorsJeff Layton1-4/+4
2023-07-24hfs: convert to ctime accessor functionsJeff Layton1-4/+4
2018-10-31hfs: prevent btree data loss on ENOSPCErnesto A. Fernández1-0/+16
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani1-4/+4
2016-07-20qstr: constify instances in hfsAl Viro1-6/+6
2016-05-12hfs: switch to ->iterate_shared()Al Viro1-0/+3
2016-01-20fs/hfs/catalog.c: use list_for_each_entry in hfs_cat_deleteGeliang Tang1-4/+2
2014-12-10fs/hfs/catalog.c: fix comparison bug in hfs_cat_keycmpRasmus Villemoes1-6/+8
2013-04-30hfs/hfsplus: convert printks to pr_<level>Joe Perches1-2/+2
2013-04-30hfs/hfsplus: convert dprint to hfs_dbgJoe Perches1-3/+5
2013-04-30hfs: add error checking for hfs_find_init()Alexey Khoroshilov1-3/+9
2009-12-15hfs: fix a potential buffer overflowAmerigo Wang1-0/+4
2008-10-16hfs: fix namelength memory corruptionEric Sesterhenn1-0/+4
2006-01-18[PATCH] hfs: cleanup HFS printsRoman Zippel1-1/+1
2005-09-07[PATCH] hfs: NLS supportRoman Zippel1-17/+18
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+347