summaryrefslogtreecommitdiff
path: root/fs/hfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-18Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+3
2016-05-13hfs: switch to ->iterate_shared()Al Viro1-0/+2
2016-05-02direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig1-4/+3
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-4/+4
2016-01-23wrappers for ->i_mutex accessAl Viro1-4/+4
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2015-04-12direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval1-2/+2
2015-04-12direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval1-1/+1
2015-04-12Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval1-1/+1
2015-04-12make new_sync_{read,write}() staticAl Viro1-2/+0
2015-03-26fs: move struct kiocb to fs.hChristoph Hellwig1-1/+1
2014-05-07write_iter variants of {__,}generic_file_aio_write()Al Viro1-2/+2
2014-05-07switch simple generic_file_aio_read() users to ->read_iter()Al Viro1-2/+2
2014-05-07switch {__,}blockdev_direct_IO() to iov_iterAl Viro1-2/+1
2014-05-07get rid of pointless iov_length() in ->direct_IO()Al Viro1-1/+2
2014-05-07pass iov_iter to ->direct_IO()Al Viro1-4/+4
2014-04-04mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2013-09-13truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov1-1/+1
2013-05-08aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-05-01hfs/hfsplus: convert dprint to hfs_dbgJoe Perches1-2/+2
2013-05-01hfs: add error checking for hfs_find_init()Alexey Khoroshilov1-2/+9
2013-02-23new helper: file_inode(file)Al Viro1-1/+1
2012-12-20hfs: drop vmtruncateMarco Stornelli1-8/+18
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-2/+2
2012-09-21userns: Convert hfs to use kuid and kgid where appropriateEric W. Biederman1-2/+2
2012-08-21workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-07-22hfs: get rid of hfs_sync_superArtem Bityutskiy1-7/+4
2012-07-22hfs: simplify a bit checking for R/OArtem Bityutskiy1-2/+1