summaryrefslogtreecommitdiff
path: root/fs/hfsplus/hfsplus_fs.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-04hfsplus: return file attributes on statxErnesto A. Fernández1-0/+2
2018-10-31hfsplus: prevent btree data loss on ENOSPCErnesto A. Fernández1-0/+2
2018-08-22hfsplus: drop ACL supportErnesto A. Fernández1-1/+0
2018-02-06hfsplus: honor setgid flag on directoriesErnesto A. Fernandez1-1/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-2/+1
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+5
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro1-2/+1
2016-07-20qstr: constify instances in hfsplusAl Viro1-5/+5
2016-06-07hfsplus: use bio op accessorsMike Christie1-1/+1
2016-05-12hfsplus: switch to ->iterate_shared()Al Viro1-0/+1
2015-06-23fs: cleanup slight list_entry abuseRasmus Villemoes1-1/+1
2014-12-18hfsplus: fix longname handlingSougata Santra1-1/+3
2014-06-06hfsplus: coding style fix for declarations in hfsplus_fs.hSergei Antonov1-96/+107
2014-06-06hfsplus: fix "unused node is not erased" errorSergei Antonov1-1/+2
2014-06-06hfsplus: remove unused routine hfsplus_attr_build_key_uniHin-Tak Leung1-3/+0
2014-04-03fs/hfsplus/attributes.c: add __init to hfsplus_create_attr_tree_cache()Fabian Frederick1-1/+1
2014-03-10hfsplus: add HFSX subfolder count supportSergei Antonov1-0/+1
2013-11-13hfsplus: implement attributes file creation functionalityVyacheslav Dubeyko1-0/+9
2013-11-13hfsplus: add metadata file's clump size calculation functionalityVyacheslav Dubeyko1-0/+1
2013-09-11hfsplus: add necessary declarations for POSIX ACLs supportVyacheslav Dubeyko1-0/+1
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds1-5/+2
2013-04-30hfs/hfsplus: convert printks to pr_<level>Joe Perches1-8/+14
2013-04-30hfs/hfsplus: convert dprint to hfs_dbgJoe Perches1-3/+11
2013-02-27hfsplus: add support of manipulation by attributes fileVyacheslav Dubeyko1-9/+43
2012-12-20hfsplus: rework processing of hfs_btree_write() returned errorVyacheslav Dubeyko1-1/+1
2012-09-21userns: Convert hfsplus to use kuid and kgid where appropriateEric W. Biederman1-2/+2
2012-07-22hfsplus: get rid of write_superArtem Bityutskiy1-1/+5
2012-07-22hfsplus: make hfsplus_sync_fs staticArtem Bityutskiy1-1/+0
2012-03-20hfsplus: add an ioctl to bless filesMatthew Garrett1-0/+5
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-1/+1
2012-01-03hfsplus: propagate umode_tAl Viro1-1/+1
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+2
2011-07-22hfsplus: ensure bio requests are not smaller than the hardware sectorsSeth Forshee1-2/+14
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-1/+2
2011-07-07hfsplus: Add error propagation for hfsplus_ext_write_extent_lockedAlexey Khoroshilov1-1/+1
2011-01-07Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds1-53/+73
2011-01-07fs: change d_hash for rcu-walkNick Piggin1-1/+2
2011-01-07fs: change d_compare for rcu-walkNick Piggin1-1/+4
2010-12-16hfsplus: %L-to-%ll, macro correction, and remove unneeded bracesAnton Salikhmetov1-1/+2
2010-12-16hfsplus: C99 comments clean-upAnton Salikhmetov1-4/+5
2010-12-16hfsplus: over 80 character lines clean-upAnton Salikhmetov1-10/+20
2010-11-23hfsplus: flush disk caches in sync and fsyncChristoph Hellwig1-0/+1
2010-11-23hfsplus: optimize fsyncChristoph Hellwig1-11/+26
2010-11-23hfsplus: split up inode flagsChristoph Hellwig1-6/+12
2010-11-23hfsplus: write up fsync for directoriesChristoph Hellwig1-0/+1
2010-11-23hfsplus: use raw bio access for partition tablesChristoph Hellwig1-17/+0
2010-11-23hfsplus: use raw bio access for the volume headersChristoph Hellwig1-3/+5
2010-11-07hfsplus: fix option parsing during remountChristoph Hellwig1-0/+1
2010-10-14hfsplus: remove the unused hfsplus_kmap/hfsplus_kunmap helpersChristoph Hellwig1-8/+0