aboutsummaryrefslogtreecommitdiff
path: root/fs/hfsplus/extents.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-08fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagGravatar Tetsuo Handa 1-3/+2
2014-06-06fs/hfsplus: fix pr_foo() and hfs_dbg formatsGravatar Fabian Frederick 1-4/+3
2014-06-06hfsplus: fix "unused node is not erased" errorGravatar Sergei Antonov 1-2/+8
2014-04-03fs/hfsplus/extents.c: fix concurrent acess of alloc_blocksGravatar Sougata Santra 1-5/+9
2014-04-03fs/hfsplus/extents.c: remove unused variable in hfsplus_get_blockGravatar Sougata Santra 1-2/+0
2013-04-30hfsplus: add error propagation to __hfsplus_ext_write_extent()Gravatar Alexey Khoroshilov 1-8/+13
2013-04-30hfs/hfsplus: convert printks to pr_<level>Gravatar Joe Perches 1-3/+3
2013-04-30hfs/hfsplus: convert dprint to hfs_dbgGravatar Joe Perches 1-13/+13
2013-04-17hfsplus: fix potential overflow in hfsplus_file_truncate()Gravatar Vyacheslav Dubeyko 1-1/+1
2013-02-27hfsplus: add support of manipulation by attributes fileGravatar Vyacheslav Dubeyko 1-2/+2
2012-12-20hfsplus: rework processing errors in hfsplus_free_extents()Gravatar Vyacheslav Dubeyko 1-4/+20
2011-07-07hfsplus: Add error propagation for hfsplus_ext_write_extent_lockedGravatar Alexey Khoroshilov 1-8/+18
2011-07-07hfsplus: add error checking for hfs_find_init()Gravatar Alexey Khoroshilov 1-9/+18
2011-06-30hfsplus: fix overflow in hfsplus_get_blockGravatar Christoph Hellwig 1-3/+6
2011-02-03hfsplus: fix up a comparism in hfsplus_file_extendGravatar Christoph Hellwig 1-2/+2
2010-12-16hfsplus: %L-to-%ll, macro correction, and remove unneeded bracesGravatar Anton Salikhmetov 1-7/+9
2010-12-16hfsplus: C99 comments clean-upGravatar Anton Salikhmetov 1-1/+1
2010-12-16hfsplus: over 80 character lines clean-upGravatar Anton Salikhmetov 1-9/+19
2010-11-23hfsplus: optimize fsyncGravatar Christoph Hellwig 1-7/+23
2010-11-23hfsplus: split up inode flagsGravatar Christoph Hellwig 1-10/+10
2010-10-01hfsplus: add missing extent locking in hfsplus_write_inodeGravatar Christoph Hellwig 1-2/+13
2010-10-01hfsplus: fix HFSPLUS_I calling conventionGravatar Christoph Hellwig 1-79/+92
2010-10-01hfsplus: fix HFSPLUS_SB calling conventionGravatar Christoph Hellwig 1-17/+20
2008-10-20hfsplus: fix possible deadlock when handling corrupted extentsGravatar Eric Sesterhenn 1-0/+3
2008-07-25hfsplus: convert the extents_lock in a mutexGravatar Matthias Kaehlcke 1-7/+7
2007-10-16hfsplus: convert to new aopsGravatar Nick Piggin 1-12/+9
2006-01-18[PATCH] hfs: add HFSX supportGravatar David Elliott 1-1/+2
2006-01-18[PATCH] hfs: cleanup HFS+ printsGravatar Roman Zippel 1-2/+1
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonGravatar Olaf Hering 1-1/+0
2005-08-01[PATCH] hfs: don't dirty unchanged inodeGravatar Roman Zippel 1-1/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+505