aboutsummaryrefslogtreecommitdiff
path: root/fs/hfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-3/+3
2023-01-19fs: port ->setattr() to pass mnt_idmapGravatar Christian Brauner 1-3/+3
2023-01-06hfs/hfsplus: avoid WARN_ON() for sanity check, use proper error handlingGravatar Linus Torvalds 1-5/+10
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2022-12-11hfs: fix OOB Read in __hfs_brec_findGravatar ZhangPeng 1-0/+2
2022-12-11hfs: remove ->writepageGravatar Christoph Hellwig 1-1/+1
2022-05-09fs: Change try_to_free_buffers() to take a folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-05-09hfs: Convert to release_folioGravatar Matthew Wilcox (Oracle) 1-11/+12
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Gravatar Matthew Wilcox (Oracle) 1-4/+4
2022-05-08hfs: Call hfs_write_begin() and generic_write_end() directlyGravatar Matthew Wilcox (Oracle) 1-3/+2
2022-05-08fs: Remove flags parameter from aops->write_beginGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-05-08fs: Remove aop flags parameter from cont_write_begin()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioGravatar Matthew Wilcox (Oracle) 1-2/+2
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioGravatar Matthew Wilcox (Oracle) 1-0/+2
2021-11-09hfs/hfsplus: use WARN_ON for sanity checkGravatar Arnd Bergmann 1-4/+2
2021-06-29mm: require ->set_page_dirty to be explicitly wired upGravatar Christoph Hellwig 1-0/+2
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-2/+4
2021-01-24attr: handle idmapped mountsGravatar Christian Brauner 1-2/+2
2020-06-24block: move block-related definitions out of fs.hGravatar Christoph Hellwig 1-0/+1
2019-12-18hfs/hfsplus: use 64-bit inode timestampsGravatar Arnd Bergmann 1-2/+2
2018-10-31hfs: update timestamp on truncate()Gravatar Ernesto A. Fernández 1-0/+2
2018-08-03new helper: inode_fake_hash()Gravatar Al Viro 1-1/+1
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-2/+2
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 1-2/+2
2018-05-22hfs: don't allow mounting over .../rsrcGravatar Al Viro 1-0/+1
2018-05-22hfs: use d_splice_alias()Gravatar Al Viro 1-2/+1
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingGravatar Jeff Layton 1-1/+1
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Gravatar Ingo Molnar 1-0/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-3/+2
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsGravatar Andreas Gruenbacher 1-2/+0
2016-10-06hfs: Switch to generic xattr handlersGravatar Andreas Gruenbacher 1-3/+4
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsGravatar Deepa Dinamani 1-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 1-1/+1
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2016-07-20qstr: constify instances in hfsGravatar Al Viro 1-1/+1
2016-05-29file_inode(f)->i_mapping is f->f_mappingGravatar Al Viro 1-1/+1
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-4/+3
2016-05-12hfs: switch to ->iterate_shared()Gravatar Al Viro 1-0/+2
2016-05-01direct-io: eliminate the offset argument to ->direct_IOGravatar Christoph Hellwig 1-4/+3
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-4/+4
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-4/+4
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-1/+1
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Gravatar Omar Sandoval 1-2/+2
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereGravatar Omar Sandoval 1-1/+1
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Gravatar Omar Sandoval 1-1/+1
2015-04-11make new_sync_{read,write}() staticGravatar Al Viro 1-2/+0
2015-03-25fs: move struct kiocb to fs.hGravatar Christoph Hellwig 1-1/+1
2014-05-06write_iter variants of {__,}generic_file_aio_write()Gravatar Al Viro 1-2/+2
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Gravatar Al Viro 1-2/+2