aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hfs/inode.c
AgeCommit message (Expand)Author
2023-01-18hfs/hfsplus: avoid WARN_ON() for sanity check, use proper error handlingLinus Torvalds
2023-01-18hfs/hfsplus: use WARN_ON for sanity checkArnd Bergmann
2023-01-18hfs: fix OOB Read in __hfs_brec_findZhangPeng
2019-12-01hfs: 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
2018-05-22hfs: use d_splice_alias()Al Viro
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-10-06hfs: Switch to generic xattr handlersAndreas Gruenbacher
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-07-20qstr: constify instances in hfsAl Viro
2016-05-29file_inode(f)->i_mapping is f->f_mappingAl Viro
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-12hfs: switch to ->iterate_shared()Al Viro
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-22wrappers for ->i_mutex accessAl Viro
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval
2015-04-11make new_sync_{read,write}() staticAl Viro
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro
2014-05-06pass iov_iter to ->direct_IO()Al Viro
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-04-30hfs/hfsplus: convert dprint to hfs_dbgJoe Perches
2013-04-30hfs: add error checking for hfs_find_init()Alexey Khoroshilov
2013-02-22new helper: file_inode(file)Al Viro
2012-12-20hfs: drop vmtruncateMarco Stornelli
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-09-21userns: Convert hfs to use kuid and kgid where appropriateEric W. Biederman
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo
2012-07-22hfs: get rid of hfs_sync_superArtem Bityutskiy
2012-07-22hfs: simplify a bit checking for R/OArtem Bityutskiy
2012-07-22hfs: push lock_super downArtem Bityutskiy
2012-07-14stop passing nameidata to ->lookup()Al Viro