summaryrefslogtreecommitdiffstats
path: root/fs/hfsplus/hfsplus_fs.h
Commit message (Expand)AuthorAgeFilesLines
* hfsplus: switch to rcu-delayed unloading of nls and freeing ->s_fs_infoAl Viro2024-02-251-0/+1
* fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* hfsplus: fix bug causing custom uid and gid being unable to be assigned with ...Aditya Garg2022-12-111-0/+2
* fs/hfsplus: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-141-1/+1
* hfsplus: Call hfsplus_write_begin() and generic_write_end() directlyMatthew Wilcox (Oracle)2022-05-081-0/+2
* hfsplus: convert to fileattrMiklos Szeredi2021-04-121-11/+3
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-2/+3
* fs: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-10-291-1/+1
* hfs/hfsplus: use 64-bit inode timestampsArnd Bergmann2019-12-181-5/+23
* hfsplus: return file attributes on statxErnesto A. Fernández2019-01-041-0/+2
* hfsplus: prevent btree data loss on ENOSPCErnesto A. Fernández2018-10-311-0/+2
* hfsplus: drop ACL supportErnesto A. Fernández2018-08-221-1/+0
* hfsplus: honor setgid flag on directoriesErnesto A. Fernandez2018-02-061-1/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2016-08-071-2/+1
|\
| * get rid of 'parent' argument of ->d_compare()Al Viro2016-07-311-2/+1
* | Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-08-061-5/+5
|\ \ | |/ |/|
| * qstr: constify instances in hfsplusAl Viro2016-07-201-5/+5
* | hfsplus: use bio op accessorsMike Christie2016-06-071-1/+1
|/
* hfsplus: switch to ->iterate_shared()Al Viro2016-05-121-0/+1
* fs: cleanup slight list_entry abuseRasmus Villemoes2015-06-231-1/+1
* hfsplus: fix longname handlingSougata Santra2014-12-181-1/+3
* hfsplus: coding style fix for declarations in hfsplus_fs.hSergei Antonov2014-06-061-96/+107
* hfsplus: fix "unused node is not erased" errorSergei Antonov2014-06-061-1/+2
* hfsplus: remove unused routine hfsplus_attr_build_key_uniHin-Tak Leung2014-06-061-3/+0
* fs/hfsplus/attributes.c: add __init to hfsplus_create_attr_tree_cache()Fabian Frederick2014-04-031-1/+1
* hfsplus: add HFSX subfolder count supportSergei Antonov2014-03-101-0/+1
* hfsplus: implement attributes file creation functionalityVyacheslav Dubeyko2013-11-131-0/+9
* hfsplus: add metadata file's clump size calculation functionalityVyacheslav Dubeyko2013-11-131-0/+1
* hfsplus: add necessary declarations for POSIX ACLs supportVyacheslav Dubeyko2013-09-111-0/+1
* Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-291-5/+2
* hfs/hfsplus: convert printks to pr_<level>Joe Perches2013-04-301-8/+14
* hfs/hfsplus: convert dprint to hfs_dbgJoe Perches2013-04-301-3/+11
* hfsplus: add support of manipulation by attributes fileVyacheslav Dubeyko2013-02-271-9/+43
* hfsplus: rework processing of hfs_btree_write() returned errorVyacheslav Dubeyko2012-12-201-1/+1
* userns: Convert hfsplus to use kuid and kgid where appropriateEric W. Biederman2012-09-211-2/+2
* hfsplus: get rid of write_superArtem Bityutskiy2012-07-221-1/+5
* hfsplus: make hfsplus_sync_fs staticArtem Bityutskiy2012-07-221-1/+0
* hfsplus: add an ioctl to bless filesMatthew Garrett2012-03-201-0/+5
* vfs: switch ->show_options() to struct dentry *Al Viro2012-01-061-1/+1
* hfsplus: propagate umode_tAl Viro2012-01-031-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-221-1/+2
|\
| * fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-201-1/+2
* | hfsplus: ensure bio requests are not smaller than the hardware sectorsSeth Forshee2011-07-221-2/+14
* | hfsplus: Add error propagation for hfsplus_ext_write_extent_lockedAlexey Khoroshilov2011-07-071-1/+1
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds2011-01-071-53/+73
|\
| * hfsplus: %L-to-%ll, macro correction, and remove unneeded bracesAnton Salikhmetov2010-12-161-1/+2
| * hfsplus: C99 comments clean-upAnton Salikhmetov2010-12-161-4/+5
| * hfsplus: over 80 character lines clean-upAnton Salikhmetov2010-12-161-10/+20