summaryrefslogtreecommitdiffstats
path: root/fs/hfs/inode.c
AgeCommit message (Expand)AuthorLines
2022-05-09fs: Change try_to_free_buffers() to take a folioMatthew Wilcox (Oracle)-1/+1
2022-05-09hfs: Convert to release_folioMatthew Wilcox (Oracle)-11/+12
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)-4/+4
2022-05-08hfs: Call hfs_write_begin() and generic_write_end() directlyMatthew Wilcox (Oracle)-3/+2
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)-1/+1
2022-05-08fs: Remove aop flags parameter from cont_write_begin()Matthew Wilcox (Oracle)-1/+1
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)-2/+2
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)-0/+2
2021-11-09hfs/hfsplus: use WARN_ON for sanity checkArnd Bergmann-4/+2
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig-0/+2
2021-01-24fs: make helpers idmap mount awareChristian Brauner-2/+4
2021-01-24attr: handle idmapped mountsChristian Brauner-2/+2
2020-06-24block: move block-related definitions out of fs.hChristoph Hellwig-0/+1
2019-12-18hfs/hfsplus: use 64-bit inode timestampsArnd Bergmann-2/+2
2018-10-31hfs: update timestamp on truncate()Ernesto A. Fernández-0/+2
2018-08-03new helper: inode_fake_hash()Al Viro-1/+1
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-2/+2
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani-2/+2
2018-05-22hfs: don't allow mounting over .../rsrcAl Viro-0/+1
2018-05-22hfs: use d_splice_alias()Al Viro-2/+1
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton-1/+1
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar-0/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-3/+2
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher-2/+0
2016-10-06hfs: Switch to generic xattr handlersAndreas Gruenbacher-3/+4
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara-1/+1
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2016-07-20qstr: constify instances in hfsAl Viro-1/+1
2016-05-29file_inode(f)->i_mapping is f->f_mappingAl Viro-1/+1
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-4/+3
2016-05-12hfs: switch to ->iterate_shared()Al Viro-0/+2
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig-4/+3
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov-4/+4
2016-01-22wrappers for ->i_mutex accessAl Viro-4/+4
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells-1/+1
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval-2/+2
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval-1/+1
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval-1/+1
2015-04-11make new_sync_{read,write}() staticAl Viro-2/+0
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig-1/+1
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro-2/+2
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro-2/+2
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro-2/+1
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro-1/+2
2014-05-06pass iov_iter to ->direct_IO()Al Viro-4/+4
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner-1/+1
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov-1/+1
2013-05-07aio: don't include aio.h in sched.hKent Overstreet-0/+1