summaryrefslogtreecommitdiff
path: root/fs/hfs/inode.c
AgeCommit message (Expand)Author
2026-06-16Merge tag 'hfs-v7.2-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/vd...Linus Torvalds
2026-05-27hfs: rework hfsplus_readdir() logicViacheslav Dubeyko
2026-05-19hfs: disable the updating of file access times (atime)Viacheslav Dubeyko
2026-05-19hfs: fix incorrect inode ID assignment in hfs_new_inode()Viacheslav Dubeyko
2026-05-11hfs: Implement fileattr_get for case sensitivityChuck Lever
2026-04-13Merge tag 'vfs-7.1-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-03-26hfs: update comments on hfs_inode_setattrChristoph Hellwig
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton
2026-01-06hfs: Replace BUG_ON with error handling for CNID count checksJori Koolstra
2025-12-03Merge tag 'hfs-v6.19-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2025-11-13hfs/hfsplus: prevent getting negative values of offset/lengthViacheslav Dubeyko
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik
2025-09-24hfs/hfsplus: rework debug output subsystemViacheslav Dubeyko
2025-08-31hfs: add logic of correcting a next unused CNIDViacheslav Dubeyko
2025-07-28Merge tag 'hfs-v6.17-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen
2025-07-06hfs: make splice write available againYangtao Li
2025-06-17fs: convert simple use of generic_file_*_mmap() to .mmap_prepare()Lorenzo Stoakes
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)
2024-06-25hfs: fix to initialize fields of hfs_inode_info after hfs_alloc_inode()Chao Yu
2023-12-29hfs: really remove hfs_writepageMatthew Wilcox (Oracle)
2023-10-18hfs: convert to new timestamp accessorsJeff Layton
2023-07-24hfs: convert to ctime accessor functionsJeff Layton
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2023-01-06hfs/hfsplus: avoid WARN_ON() for sanity check, use proper error handlingLinus Torvalds
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-12-11hfs: fix OOB Read in __hfs_brec_findZhangPeng
2022-12-11hfs: remove ->writepageChristoph Hellwig
2022-05-09fs: Change try_to_free_buffers() to take a folioMatthew Wilcox (Oracle)
2022-05-09hfs: Convert to release_folioMatthew Wilcox (Oracle)
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)
2022-05-08hfs: Call hfs_write_begin() and generic_write_end() directlyMatthew Wilcox (Oracle)
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)
2022-05-08fs: Remove aop flags parameter from cont_write_begin()Matthew Wilcox (Oracle)
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)
2021-11-09hfs/hfsplus: use WARN_ON for sanity checkArnd Bergmann
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2020-06-24block: move block-related definitions out of fs.hChristoph Hellwig
2019-12-18hfs/hfsplus: use 64-bit inode timestampsArnd Bergmann
2018-10-31hfs: update timestamp on truncate()Ernesto A. Fernández
2018-08-03new helper: inode_fake_hash()Al Viro
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-05-22hfs: don't allow mounting over .../rsrcAl Viro