aboutsummaryrefslogtreecommitdiff
path: root/fs/hfsplus/inode.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-12hfsplus: convert to fileattrGravatar Miklos Szeredi 1-0/+54
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-7/+9
2021-01-27block: use an on-stack bio in blkdev_issue_flushGravatar Christoph Hellwig 1-1/+1
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-3/+5
2021-01-24stat: handle idmapped mountsGravatar Christian Brauner 1-1/+1
2021-01-24attr: handle idmapped mountsGravatar Christian Brauner 1-2/+2
2021-01-24inode: make init and permission helpers idmapped mount awareGravatar Christian Brauner 1-1/+1
2020-05-22block: remove the error_sector argument to blkdev_issue_flushGravatar Christoph Hellwig 1-1/+1
2019-12-18hfs/hfsplus: use 64-bit inode timestampsGravatar Arnd Bergmann 1-6/+6
2019-01-04hfsplus: return file attributes on statxGravatar Ernesto A. Fernández 1-0/+21
2018-10-31hfsplus: update timestamps on truncate()Gravatar Ernesto A. Fernández 1-0/+1
2018-08-22hfsplus: drop ACL supportGravatar Ernesto A. Fernández 1-11/+0
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 1-6/+6
2018-02-06hfsplus: honor setgid flag on directoriesGravatar Ernesto A. Fernandez 1-4/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+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/+0
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsGravatar Andreas Gruenbacher 1-3/+0
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-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-12hfsplus: switch to ->iterate_shared()Gravatar Al Viro 1-0/+1
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-12-08don't put symlink bodies in pagecache into highmemGravatar Al Viro 1-0/+2
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2015-04-17Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+6
2015-04-17hfsplus: fix expand when not enough available spaceGravatar Sergei Antonov 1-0/+6
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-2/+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
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterGravatar Al Viro 1-1/+1
2014-05-06get rid of pointless iov_length() in ->direct_IO()Gravatar Al Viro 1-1/+2
2014-05-06pass iov_iter to ->direct_IO()Gravatar Al Viro 1-3/+3
2014-03-10hfsplus: add HFSX subfolder count supportGravatar Sergei Antonov 1-0/+9
2014-01-31hfsplus: use xattr handlers for removexattrGravatar Christoph Hellwig 1-1/+1
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+2
2014-01-25hfsplus: use generic posix ACL infrastructureGravatar Christoph Hellwig 1-1/+2
2014-01-23hfsplus: remove hfsplus_file_lookup()Gravatar Sougata Santra 1-59/+0
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterGravatar Kirill A. Shutemov 1-1/+1
2013-09-11hfsplus: integrate POSIX ACLs support into driverGravatar Vyacheslav Dubeyko 1-0/+11