aboutsummaryrefslogtreecommitdiff
path: root/fs/hfs/btree.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-11hfs: replace kmap() with kmap_local_page() in btree.cGravatar Fabio M. De Francesco 1-14/+16
2022-09-11hfs: unmap the page in the "fail_page" labelGravatar Fabio M. De Francesco 1-0/+1
2018-11-30hfs: do not free node before usingGravatar Pan Bian 1-1/+2
2018-10-31hfs: prevent btree data loss on ENOSPCGravatar Ernesto A. Fernández 1-16/+25
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-10/+10
2013-04-30hfs/hfsplus: convert printks to pr_<level>Gravatar Joe Perches 1-13/+16
2013-04-30hfs/hfsplus: convert dprint to hfs_dbgGravatar Joe Perches 1-1/+1
2011-11-02hfs: fix hfs_find_init() sb->ext_tree NULL ptr oopsGravatar Phillip Lougher 1-5/+15
2010-10-12hfs: Convert tree_lock to mutexGravatar Thomas Gleixner 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-10-29hfs: fix oops on mount with corrupted btree extent recordsGravatar Jeff Mahoney 1-0/+5
2008-07-25hfs: convert extents_lock in a mutexGravatar Matthias Kaehlcke 1-1/+1
2008-04-30hfs: fix warning with 64k PAGE_SIZEGravatar Andrew Morton 1-3/+7
2008-02-06address hfs on-disk corruption robustness review commentsGravatar Eric Sandeen 1-9/+17
2008-01-17hfs: fix coverity-found null derefGravatar Eric Sandeen 1-3/+4
2008-01-08hfs: handle more on-disk corruptions without oopsingGravatar Eric Sandeen 1-1/+12
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-03-26BUG_ON() Conversion in fs/hfs/Gravatar Eric Sesterhenn 1-2/+1
2006-01-18[PATCH] hfs: cleanup HFS printsGravatar Roman Zippel 1-5/+5
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+327