summaryrefslogtreecommitdiff
path: root/fs/hfsplus/hfsplus_fs.h
AgeCommit message (Expand)Author
2025-11-25hfs/hfsplus: move on-disk layout declarations into hfs_common.hViacheslav Dubeyko
2025-11-25hfsplus: fix volume corruption issue for generic/101Viacheslav Dubeyko
2025-11-13hfs/hfsplus: prevent getting negative values of offset/lengthViacheslav Dubeyko
2025-09-24hfs/hfsplus: rework debug output subsystemViacheslav Dubeyko
2025-09-09hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()Kang Chen
2025-08-31hfs: validate record offset in hfsplus_bmap_allocYang Chenzhi
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner
2024-11-18Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-11-12hfsplus: don't query the device logical block size multiple timesThadeu Lima de Souza Cascardo
2024-10-08hfsplus: convert hfsplus to use the new mount apiEric Sandeen
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)
2024-06-21hfsplus: fix to avoid false alarm of circular lockingChao Yu
2024-02-25hfsplus: switch to rcu-delayed unloading of nls and freeing ->s_fs_infoAl Viro
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner
2022-12-11hfsplus: fix bug causing custom uid and gid being unable to be assigned with ...Aditya Garg
2022-07-14fs/hfsplus: Use the enum req_op and blk_opf_t typesBart Van Assche
2022-05-08hfsplus: Call hfsplus_write_begin() and generic_write_end() directlyMatthew Wilcox (Oracle)
2021-04-12hfsplus: convert to fileattrMiklos Szeredi
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2020-10-29fs: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2019-12-18hfs/hfsplus: use 64-bit inode timestampsArnd Bergmann
2019-01-04hfsplus: return file attributes on statxErnesto A. Fernández
2018-10-31hfsplus: prevent btree data loss on ENOSPCErnesto A. Fernández
2018-08-22hfsplus: drop ACL supportErnesto A. Fernández
2018-02-06hfsplus: honor setgid flag on directoriesErnesto A. Fernandez
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro
2016-07-20qstr: constify instances in hfsplusAl Viro
2016-06-07hfsplus: use bio op accessorsMike Christie
2016-05-12hfsplus: switch to ->iterate_shared()Al Viro
2015-06-23fs: cleanup slight list_entry abuseRasmus Villemoes
2014-12-18hfsplus: fix longname handlingSougata Santra
2014-06-06hfsplus: coding style fix for declarations in hfsplus_fs.hSergei Antonov
2014-06-06hfsplus: fix "unused node is not erased" errorSergei Antonov
2014-06-06hfsplus: remove unused routine hfsplus_attr_build_key_uniHin-Tak Leung
2014-04-03fs/hfsplus/attributes.c: add __init to hfsplus_create_attr_tree_cache()Fabian Frederick
2014-03-10hfsplus: add HFSX subfolder count supportSergei Antonov
2013-11-13hfsplus: implement attributes file creation functionalityVyacheslav Dubeyko
2013-11-13hfsplus: add metadata file's clump size calculation functionalityVyacheslav Dubeyko
2013-09-11hfsplus: add necessary declarations for POSIX ACLs supportVyacheslav Dubeyko
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds
2013-04-30hfs/hfsplus: convert printks to pr_<level>Joe Perches
2013-04-30hfs/hfsplus: convert dprint to hfs_dbgJoe Perches
2013-02-27hfsplus: add support of manipulation by attributes fileVyacheslav Dubeyko
2012-12-20hfsplus: rework processing of hfs_btree_write() returned errorVyacheslav Dubeyko