summaryrefslogtreecommitdiff
path: root/fs/hfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2025-09-25hfs/hfsplus: rework debug output subsystemViacheslav Dubeyko1-2/+2
2025-09-01hfs: add logic of correcting a next unused CNIDViacheslav Dubeyko1-5/+16
2025-07-29Merge tag 'hfs-v6.17-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-0/+1
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen1-2/+2
2025-07-07hfs: make splice write available againYangtao Li1-0/+1
2025-06-17fs: convert simple use of generic_file_*_mmap() to .mmap_prepare()Lorenzo Stoakes1-1/+1
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)1-3/+2
2024-06-25hfs: fix to initialize fields of hfs_inode_info after hfs_alloc_inode()Chao Yu1-0/+3
2023-12-29hfs: really remove hfs_writepageMatthew Wilcox (Oracle)1-6/+2
2023-10-18hfs: convert to new timestamp accessorsJeff Layton1-8/+8
2023-07-24hfs: convert to ctime accessor functionsJeff Layton1-7/+6
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells1-1/+1
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+3
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-3/+3
2023-01-07hfs/hfsplus: avoid WARN_ON() for sanity check, use proper error handlingLinus Torvalds1-5/+10
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-12-12hfs: fix OOB Read in __hfs_brec_findZhangPeng1-0/+2
2022-12-12hfs: remove ->writepageChristoph Hellwig1-1/+1
2022-05-10fs: Change try_to_free_buffers() to take a folioMatthew Wilcox (Oracle)1-1/+1
2022-05-10hfs: Convert to release_folioMatthew Wilcox (Oracle)1-11/+12
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)1-4/+4
2022-05-08hfs: Call hfs_write_begin() and generic_write_end() directlyMatthew Wilcox (Oracle)1-3/+2
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-1/+1
2022-05-08fs: Remove aop flags parameter from cont_write_begin()Matthew Wilcox (Oracle)1-1/+1
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)1-2/+2
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)1-0/+2
2021-11-09hfs/hfsplus: use WARN_ON for sanity checkArnd Bergmann1-4/+2
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig1-0/+2
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-2/+4
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2020-06-24block: move block-related definitions out of fs.hChristoph Hellwig1-0/+1
2019-12-18hfs/hfsplus: use 64-bit inode timestampsArnd Bergmann1-2/+2
2018-10-31hfs: update timestamp on truncate()Ernesto A. Fernández1-0/+2
2018-08-03new helper: inode_fake_hash()Al Viro1-1/+1
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-2/+2
2018-06-06vfs: change inode times to use struct timespec64Deepa Dinamani1-2/+2
2018-05-22hfs: don't allow mounting over .../rsrcAl Viro1-0/+1
2018-05-22hfs: use d_splice_alias()Al Viro1-2/+1
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton1-1/+1
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2016-10-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-3/+2
2016-10-08vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-2/+0
2016-10-07hfs: Switch to generic xattr handlersAndreas Gruenbacher1-3/+4
2016-09-28fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2016-07-21qstr: constify instances in hfsAl Viro1-1/+1
2016-05-30file_inode(f)->i_mapping is f->f_mappingAl Viro1-1/+1