summaryrefslogtreecommitdiff
path: root/fs/hfs/hfs_fs.h
AgeCommit message (Expand)AuthorFilesLines
2026-07-27hfs: rework MDB locking schemeViacheslav Dubeyko1-2/+10
2026-07-14hfs: don't re-dirty MDB buffers after a write failureViacheslav Dubeyko1-1/+1
2026-07-14hfs: validate catalog CNIDs before instantiating inodesDavid Maximiliano Hermitte1-0/+19
2026-06-16Merge tag 'hfs-v7.2-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/vd...Linus Torvalds1-2/+0
2026-05-27hfs: rework hfsplus_readdir() logicViacheslav Dubeyko1-2/+0
2026-05-11hfs: Implement fileattr_get for case sensitivityChuck Lever1-0/+2
2026-01-06hfs: Replace BUG_ON with error handling for CNID count checksJori Koolstra1-0/+1
2025-11-25hfs/hfsplus: move on-disk layout declarations into hfs_common.hViacheslav Dubeyko1-1/+0
2025-11-13hfs/hfsplus: prevent getting negative values of offset/lengthViacheslav Dubeyko1-36/+52
2025-09-24hfs/hfsplus: rework debug output subsystemViacheslav Dubeyko1-32/+1
2025-08-31hfs: add logic of correcting a next unused CNIDViacheslav Dubeyko1-3/+3
2025-07-28Merge tag 'hfs-v6.17-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-0/+1
2025-07-25hfs: fix general protection fault in hfs_find_init()Viacheslav Dubeyko1-0/+1
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen1-1/+1
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)1-1/+1
2023-10-09hfs: move hfs_xattr_handlers to .rodataWedson Almeida Filho1-1/+1
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-1/+1
2022-05-08hfs: Call hfs_write_begin() and generic_write_end() directlyMatthew Wilcox (Oracle)1-0/+2
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-1/+2
2019-12-18hfs/hfsplus: use 64-bit inode timestampsArnd Bergmann1-6/+22
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-06hfs: Switch to generic xattr handlersAndreas Gruenbacher1-5/+1
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+1
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro1-1/+1
2016-07-20qstr: constify instances in hfsAl Viro1-7/+7
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro1-1/+1
2016-05-12hfs: switch to ->iterate_shared()Al Viro1-0/+1
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro1-2/+2
2015-06-23fs: cleanup slight list_entry abuseRasmus Villemoes1-1/+1
2014-10-14fs/hfs/hfs_fs.h: remove redundant sys_tz declarationFabian Frederick1-2/+0
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-2/+12
2013-04-30hfs: add error checking for hfs_find_init()Alexey Khoroshilov1-1/+1
2012-09-21userns: Convert hfs to use kuid and kgid where appropriateEric W. Biederman1-2/+2
2012-07-22hfs: get rid of hfs_sync_superArtem Bityutskiy1-1/+8
2012-07-22hfs: introduce VFS superblock object back-referenceArtem Bityutskiy1-5/+1
2012-01-03hfs: propagate umode_tAl Viro1-1/+1
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-10-25switch hfs to hlist_add_fake()Al Viro1-2/+0
2010-10-25hfs: use sync_dirty_bufferChristoph Hellwig1-11/+0
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro1-1/+1
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig1-1/+1
2009-03-27constify dentry_operations: misc filesystemsAl Viro1-1/+1
2008-07-25hfs: convert extents_lock in a mutexMatthias Kaehlcke1-1/+1
2008-07-25hfs: convert bitmap_lock in a mutexMatthias Kaehlcke1-1/+2
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven1-1/+1
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-2/+2
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-1/+1