summaryrefslogtreecommitdiff
path: root/fs/hfsplus/wrapper.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-1/+1
2017-02-27hfsplus: atomically read inode sizeFabian Frederick1-1/+1
2016-06-07hfsplus: use bio op accessorsMike Christie1-6/+8
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-1/+2
2014-06-06fs/hfsplus/wrapper.c: replace shift loop by ilog2Fabian Frederick1-3/+1
2014-06-06fs/hfsplus/wrapper.c: replace min/casting by min_tFabian Frederick1-3/+3
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-1/+1
2013-11-23block: submit_bio_wait() conversionsKent Overstreet1-16/+1
2013-04-30hfs/hfsplus: convert printks to pr_<level>Joe Perches1-5/+3
2012-06-17hfsplus: fix overflow in sector calculations in hfsplus_submit_bioJanne Kalliomäki1-1/+1
2011-09-15hfsplus: Fix kfree of wrong pointers in hfsplus_fill_super() error pathSeth Forshee1-2/+2
2011-07-22hfsplus: ensure bio requests are not smaller than the hardware sectorsSeth Forshee1-20/+63
2011-06-30hfsplus: lift the 2TB size limitChristoph Hellwig1-4/+0
2011-06-30hfsplus: fix overflow in hfsplus_read_wrapperChristoph Hellwig1-2/+3
2011-06-30hfsplus: add missing call to bio_put()Seth Forshee1-2/+5
2011-02-03hfsplus: fix two memory leaks in wrapper.cChuck Ebbert1-2/+2
2010-12-16hfsplus: over 80 character lines clean-upAnton Salikhmetov1-5/+10
2010-11-23hfsplus: use raw bio access for the volume headersChristoph Hellwig1-59/+104
2010-10-01hfsplus: use atomic bitops for the superblock flagsChristoph Hellwig1-5/+9
2010-10-01hfsplus: fix HFSPLUS_SB calling conventionChristoph Hellwig1-15/+15
2009-10-29hfsplus: refuse to mount volumes larger than 2TBBen Hutchings1-0/+4
2008-04-29hfsplus: use get/put_unaligned_* helpersHarvey Harrison1-1/+1
2006-01-18[PATCH] hfs: add HFSX supportDavid Elliott1-2/+11
2006-01-18[PATCH] hfs: cleanup HFS+ printsRoman Zippel1-2/+2
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering1-1/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+171