aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hfsplus/btree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-11hfsplus: convert kmap() to kmap_local_page() in btree.cFabio M. De Francesco1-14/+14
2022-09-11hfsplus: unmap the page in the "fail_page" labelFabio M. De Francesco1-0/+1
2018-11-30hfsplus: do not free node before usingPan Bian1-1/+2
2018-10-31hfsplus: prevent btree data loss on ENOSPCErnesto A. Fernández1-16/+28
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-11/+11
2014-06-06hfsplus: fix "unused node is not erased" errorSergei Antonov1-1/+1
2013-11-13hfsplus: add metadata file's clump size calculation functionalityVyacheslav Dubeyko1-0/+112
2013-04-30hfs/hfsplus: convert printks to pr_<level>Joe Perches1-13/+12
2013-04-30hfs/hfsplus: convert dprint to hfs_dbgJoe Perches1-2/+2
2013-02-27hfsplus: add support of manipulation by attributes fileVyacheslav Dubeyko1-0/+8
2012-12-20hfsplus: rework processing of hfs_btree_write() returned errorVyacheslav Dubeyko1-2/+3
2010-12-16hfsplus: over 80 character lines clean-upAnton Salikhmetov1-9/+22
2010-11-23hfsplus: silence a few debug printksChristoph Hellwig1-1/+1
2010-10-14hfsplus: validate btree flagsChristoph Hellwig1-0/+14
2010-10-14hfsplus: handle more on-disk corruptions without oopsingEric Sandeen1-5/+20
2010-10-14hfsplus: fix oops on mount with corrupted btree extent recordsJeff Mahoney1-2/+9
2010-10-01hfsplus: convert tree_lock to mutexThomas Gleixner1-1/+1
2010-10-01hfsplus: use atomic bitops for the superblock flagsChristoph Hellwig1-2/+2
2010-10-01hfsplus: fix HFSPLUS_I calling conventionChristoph Hellwig1-4/+5
2010-10-01hfsplus: fix HFSPLUS_SB calling conventionChristoph Hellwig1-4/+4
2008-04-30hfsplus: fix warning with 64k PAGE_SIZEAndrew Morton1-3/+7
2008-02-07iget: stop HFSPLUS from using iget() and read_inode()David Howells1-2/+4
2007-07-16HFS+: add custom dentry hash and comparison operationsDuane Griffin1-1/+3
2007-05-08is_power_of_2 in fs/hfsVignesh Babu BM1-1/+2
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris1-2/+1
2006-06-23[PATCH] read_mapping_page for address spacePekka Enberg1-1/+1
2006-04-01BUG_ON() Conversion in fs/hfsplus/Eric Sesterhenn1-2/+1
2006-01-18[PATCH] hfs: add HFSX supportDavid Elliott1-9/+14
2006-01-18[PATCH] hfs: cleanup HFS+ printsRoman Zippel1-10/+6
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+319