aboutsummaryrefslogtreecommitdiff
path: root/fs/hfsplus/wrapper.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-12fs/hfsplus: use better @opf descriptionGravatar Randy Dunlap 1-1/+1
2023-12-12fs/hfsplus: wrapper.c: fix kernel-doc warningsGravatar Randy Dunlap 1-2/+3
2022-07-14fs/hfsplus: Use the enum req_op and blk_opf_t typesGravatar Bart Van Assche 1-6/+6
2022-02-02block: pass a block_device and opf to bio_allocGravatar Christoph Hellwig 1-3/+1
2022-02-02block: remove genhd.hGravatar Christoph Hellwig 1-1/+0
2021-10-18hfsplus: use bdev_nr_sectors instead of open coding itGravatar Christoph Hellwig 1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-05-04hfsplus: stop using ioctl_by_bdevGravatar Christoph Hellwig 1-15/+18
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexGravatar Christoph Hellwig 1-1/+1
2017-02-27hfsplus: atomically read inode sizeGravatar Fabian Frederick 1-1/+1
2016-06-07hfsplus: use bio op accessorsGravatar Mike Christie 1-6/+8
2016-06-07block/fs/drivers: remove rw argument from submit_bioGravatar Mike Christie 1-1/+2
2014-06-06fs/hfsplus/wrapper.c: replace shift loop by ilog2Gravatar Fabian Frederick 1-3/+1
2014-06-06fs/hfsplus/wrapper.c: replace min/casting by min_tGravatar Fabian Frederick 1-3/+3
2013-11-23block: Abstract out bvec iteratorGravatar Kent Overstreet 1-1/+1
2013-11-23block: submit_bio_wait() conversionsGravatar Kent Overstreet 1-16/+1
2013-04-30hfs/hfsplus: convert printks to pr_<level>Gravatar Joe Perches 1-5/+3
2012-06-17hfsplus: fix overflow in sector calculations in hfsplus_submit_bioGravatar Janne Kalliomäki 1-1/+1
2011-09-15hfsplus: Fix kfree of wrong pointers in hfsplus_fill_super() error pathGravatar Seth Forshee 1-2/+2
2011-07-22hfsplus: ensure bio requests are not smaller than the hardware sectorsGravatar Seth Forshee 1-20/+63
2011-06-30hfsplus: lift the 2TB size limitGravatar Christoph Hellwig 1-4/+0
2011-06-30hfsplus: fix overflow in hfsplus_read_wrapperGravatar Christoph Hellwig 1-2/+3
2011-06-30hfsplus: add missing call to bio_put()Gravatar Seth Forshee 1-2/+5
2011-02-03hfsplus: fix two memory leaks in wrapper.cGravatar Chuck Ebbert 1-2/+2
2010-12-16hfsplus: over 80 character lines clean-upGravatar Anton Salikhmetov 1-5/+10
2010-11-23hfsplus: use raw bio access for the volume headersGravatar Christoph Hellwig 1-59/+104
2010-10-01hfsplus: use atomic bitops for the superblock flagsGravatar Christoph Hellwig 1-5/+9
2010-10-01hfsplus: fix HFSPLUS_SB calling conventionGravatar Christoph Hellwig 1-15/+15
2009-10-29hfsplus: refuse to mount volumes larger than 2TBGravatar Ben Hutchings 1-0/+4
2008-04-29hfsplus: use get/put_unaligned_* helpersGravatar Harvey Harrison 1-1/+1
2006-01-18[PATCH] hfs: add HFSX supportGravatar David Elliott 1-2/+11
2006-01-18[PATCH] hfs: cleanup HFS+ printsGravatar Roman Zippel 1-2/+2
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonGravatar Olaf Hering 1-1/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+171