aboutsummaryrefslogtreecommitdiff
path: root/fs/hfsplus/hfsplus_fs.h
AgeCommit message (Expand)AuthorFilesLines
2015-06-23fs: cleanup slight list_entry abuseGravatar Rasmus Villemoes 1-1/+1
2014-12-18hfsplus: fix longname handlingGravatar Sougata Santra 1-1/+3
2014-06-06hfsplus: coding style fix for declarations in hfsplus_fs.hGravatar Sergei Antonov 1-96/+107
2014-06-06hfsplus: fix "unused node is not erased" errorGravatar Sergei Antonov 1-1/+2
2014-06-06hfsplus: remove unused routine hfsplus_attr_build_key_uniGravatar Hin-Tak Leung 1-3/+0
2014-04-03fs/hfsplus/attributes.c: add __init to hfsplus_create_attr_tree_cache()Gravatar Fabian Frederick 1-1/+1
2014-03-10hfsplus: add HFSX subfolder count supportGravatar Sergei Antonov 1-0/+1
2013-11-13hfsplus: implement attributes file creation functionalityGravatar Vyacheslav Dubeyko 1-0/+9
2013-11-13hfsplus: add metadata file's clump size calculation functionalityGravatar Vyacheslav Dubeyko 1-0/+1
2013-09-11hfsplus: add necessary declarations for POSIX ACLs supportGravatar Vyacheslav Dubeyko 1-0/+1
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Gravatar Linus Torvalds 1-5/+2
2013-04-30hfs/hfsplus: convert printks to pr_<level>Gravatar Joe Perches 1-8/+14
2013-04-30hfs/hfsplus: convert dprint to hfs_dbgGravatar Joe Perches 1-3/+11
2013-02-27hfsplus: add support of manipulation by attributes fileGravatar Vyacheslav Dubeyko 1-9/+43
2012-12-20hfsplus: rework processing of hfs_btree_write() returned errorGravatar Vyacheslav Dubeyko 1-1/+1
2012-09-21userns: Convert hfsplus to use kuid and kgid where appropriateGravatar Eric W. Biederman 1-2/+2
2012-07-22hfsplus: get rid of write_superGravatar Artem Bityutskiy 1-1/+5
2012-07-22hfsplus: make hfsplus_sync_fs staticGravatar Artem Bityutskiy 1-1/+0
2012-03-20hfsplus: add an ioctl to bless filesGravatar Matthew Garrett 1-0/+5
2012-01-06vfs: switch ->show_options() to struct dentry *Gravatar Al Viro 1-1/+1
2012-01-03hfsplus: propagate umode_tGravatar Al Viro 1-1/+1
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+2
2011-07-22hfsplus: ensure bio requests are not smaller than the hardware sectorsGravatar Seth Forshee 1-2/+14
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 1-1/+2
2011-07-07hfsplus: Add error propagation for hfsplus_ext_write_extent_lockedGravatar Alexey Khoroshilov 1-1/+1
2011-01-07Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Gravatar Linus Torvalds 1-53/+73
2011-01-07fs: change d_hash for rcu-walkGravatar Nick Piggin 1-1/+2
2011-01-07fs: change d_compare for rcu-walkGravatar Nick Piggin 1-1/+4
2010-12-16hfsplus: %L-to-%ll, macro correction, and remove unneeded bracesGravatar Anton Salikhmetov 1-1/+2
2010-12-16hfsplus: C99 comments clean-upGravatar Anton Salikhmetov 1-4/+5
2010-12-16hfsplus: over 80 character lines clean-upGravatar Anton Salikhmetov 1-10/+20
2010-11-23hfsplus: flush disk caches in sync and fsyncGravatar Christoph Hellwig 1-0/+1
2010-11-23hfsplus: optimize fsyncGravatar Christoph Hellwig 1-11/+26
2010-11-23hfsplus: split up inode flagsGravatar Christoph Hellwig 1-6/+12
2010-11-23hfsplus: write up fsync for directoriesGravatar Christoph Hellwig 1-0/+1
2010-11-23hfsplus: use raw bio access for partition tablesGravatar Christoph Hellwig 1-17/+0
2010-11-23hfsplus: use raw bio access for the volume headersGravatar Christoph Hellwig 1-3/+5
2010-11-07hfsplus: fix option parsing during remountGravatar Christoph Hellwig 1-0/+1
2010-10-14hfsplus: remove the unused hfsplus_kmap/hfsplus_kunmap helpersGravatar Christoph Hellwig 1-8/+0
2010-10-14hfsplus: create correct initial catalog entries for device filesGravatar Christoph Hellwig 1-0/+1
2010-10-14hfsplus: remove superflous rootflags field in hfsplus_inode_infoGravatar Christoph Hellwig 1-1/+1
2010-10-14hfsplus: fix link corruptionGravatar Christoph Hellwig 1-3/+5
2010-10-01hfsplus: convert tree_lock to mutexGravatar Thomas Gleixner 1-1/+1
2010-10-01hfsplus: add missing extent locking in hfsplus_write_inodeGravatar Christoph Hellwig 1-13/+21
2010-10-01hfsplus: use atomic bitops for the superblock flagsGravatar Christoph Hellwig 1-5/+5
2010-10-01hfsplus: add per-superblock lock for volume header updatesGravatar Christoph Hellwig 1-5/+8
2010-10-01hfsplus: remove the rsrc_inodes listGravatar Christoph Hellwig 1-2/+0
2010-10-01hfsplus: do not cache and write next_allocGravatar Christoph Hellwig 1-1/+0
2010-10-01hfsplus: fix HFSPLUS_I calling conventionGravatar Christoph Hellwig 1-5/+3
2010-10-01hfsplus: fix HFSPLUS_SB calling conventionGravatar Christoph Hellwig 1-2/+1