aboutsummaryrefslogtreecommitdiff
path: root/fs/hfsplus/hfsplus_fs.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-25hfsplus: switch to rcu-delayed unloading of nls and freeing ->s_fs_infoGravatar Al Viro 1-0/+1
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2022-12-11hfsplus: fix bug causing custom uid and gid being unable to be assigned with ...Gravatar Aditya Garg 1-0/+2
2022-07-14fs/hfsplus: Use the enum req_op and blk_opf_t typesGravatar Bart Van Assche 1-1/+1
2022-05-08hfsplus: Call hfsplus_write_begin() and generic_write_end() directlyGravatar Matthew Wilcox (Oracle) 1-0/+2
2021-04-12hfsplus: convert to fileattrGravatar Miklos Szeredi 1-11/+3
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-2/+3
2020-10-29fs: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2019-12-18hfs/hfsplus: use 64-bit inode timestampsGravatar Arnd Bergmann 1-5/+23
2019-01-04hfsplus: return file attributes on statxGravatar Ernesto A. Fernández 1-0/+2
2018-10-31hfsplus: prevent btree data loss on ENOSPCGravatar Ernesto A. Fernández 1-0/+2
2018-08-22hfsplus: drop ACL supportGravatar Ernesto A. Fernández 1-1/+0
2018-02-06hfsplus: honor setgid flag on directoriesGravatar Ernesto A. Fernandez 1-1/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-2/+1
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-5/+5
2016-07-31get rid of 'parent' argument of ->d_compare()Gravatar Al Viro 1-2/+1
2016-07-20qstr: constify instances in hfsplusGravatar Al Viro 1-5/+5
2016-06-07hfsplus: use bio op accessorsGravatar Mike Christie 1-1/+1
2016-05-12hfsplus: switch to ->iterate_shared()Gravatar Al Viro 1-0/+1
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