aboutsummaryrefslogtreecommitdiff
path: root/fs/hfsplus/btree.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-11hfsplus: convert kmap() to kmap_local_page() in btree.cGravatar Fabio M. De Francesco 1-14/+14
2022-09-11hfsplus: unmap the page in the "fail_page" labelGravatar Fabio M. De Francesco 1-0/+1
2018-11-30hfsplus: do not free node before usingGravatar Pan Bian 1-1/+2
2018-10-31hfsplus: prevent btree data loss on ENOSPCGravatar Ernesto A. Fernández 1-16/+28
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-11/+11
2014-06-06hfsplus: fix "unused node is not erased" errorGravatar Sergei Antonov 1-1/+1
2013-11-13hfsplus: add metadata file's clump size calculation functionalityGravatar Vyacheslav Dubeyko 1-0/+112
2013-04-30hfs/hfsplus: convert printks to pr_<level>Gravatar Joe Perches 1-13/+12
2013-04-30hfs/hfsplus: convert dprint to hfs_dbgGravatar Joe Perches 1-2/+2
2013-02-27hfsplus: add support of manipulation by attributes fileGravatar Vyacheslav Dubeyko 1-0/+8
2012-12-20hfsplus: rework processing of hfs_btree_write() returned errorGravatar Vyacheslav Dubeyko 1-2/+3
2010-12-16hfsplus: over 80 character lines clean-upGravatar Anton Salikhmetov 1-9/+22
2010-11-23hfsplus: silence a few debug printksGravatar Christoph Hellwig 1-1/+1
2010-10-14hfsplus: validate btree flagsGravatar Christoph Hellwig 1-0/+14
2010-10-14hfsplus: handle more on-disk corruptions without oopsingGravatar Eric Sandeen 1-5/+20
2010-10-14hfsplus: fix oops on mount with corrupted btree extent recordsGravatar Jeff Mahoney 1-2/+9
2010-10-01hfsplus: convert tree_lock to mutexGravatar Thomas Gleixner 1-1/+1
2010-10-01hfsplus: use atomic bitops for the superblock flagsGravatar Christoph Hellwig 1-2/+2
2010-10-01hfsplus: fix HFSPLUS_I calling conventionGravatar Christoph Hellwig 1-4/+5
2010-10-01hfsplus: fix HFSPLUS_SB calling conventionGravatar Christoph Hellwig 1-4/+4
2008-04-30hfsplus: fix warning with 64k PAGE_SIZEGravatar Andrew Morton 1-3/+7
2008-02-07iget: stop HFSPLUS from using iget() and read_inode()Gravatar David Howells 1-2/+4
2007-07-16HFS+: add custom dentry hash and comparison operationsGravatar Duane Griffin 1-1/+3
2007-05-08is_power_of_2 in fs/hfsGravatar Vignesh Babu BM 1-1/+2
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocGravatar Panagiotis Issaris 1-2/+1
2006-06-23[PATCH] read_mapping_page for address spaceGravatar Pekka Enberg 1-1/+1
2006-04-01BUG_ON() Conversion in fs/hfsplus/Gravatar Eric Sesterhenn 1-2/+1
2006-01-18[PATCH] hfs: add HFSX supportGravatar David Elliott 1-9/+14
2006-01-18[PATCH] hfs: cleanup HFS+ printsGravatar Roman Zippel 1-10/+6
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+319