aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/hfsplus/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+0
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-3/+0
2016-09-27fs: 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-05-29file_inode(f)->i_mapping is f->f_mappingAl Viro1-1/+1
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+3
2016-05-12hfsplus: switch to ->iterate_shared()Al Viro1-0/+1
2016-05-01direct-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-22wrappers for ->i_mutex accessAl Viro1-4/+4
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro1-0/+2
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-04-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+6
2015-04-17hfsplus: fix expand when not enough available spaceSergei Antonov1-0/+6
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval1-2/+2
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval1-1/+1
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval1-2/+1
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-1/+1
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro1-2/+2
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro1-2/+2
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro1-1/+1
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro1-1/+2
2014-05-06pass iov_iter to ->direct_IO()Al Viro1-3/+3
2014-03-10hfsplus: add HFSX subfolder count supportSergei Antonov1-0/+9
2014-01-31hfsplus: use xattr handlers for removexattrChristoph Hellwig1-1/+1
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+2
2014-01-25hfsplus: use generic posix ACL infrastructureChristoph Hellwig1-1/+2
2014-01-23hfsplus: remove hfsplus_file_lookup()Sougata Santra1-59/+0
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov1-1/+1
2013-09-11hfsplus: integrate POSIX ACLs support into driverVyacheslav Dubeyko1-0/+11
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-04-30hfs/hfsplus: convert printks to pr_<level>Joe Perches1-2/+2
2013-02-27hfsplus: add support of manipulation by attributes fileVyacheslav Dubeyko1-2/+16
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-12-20hfsplus: drop vmtruncateMarco Stornelli1-11/+16
2012-09-21userns: Convert hfsplus to use kuid and kgid where appropriateEric W. Biederman1-4/+4
2012-07-22hfsplus: get rid of write_superArtem Bityutskiy1-3/+3
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-03-20hfsplus: initialise userflagsMatthew Garrett1-0/+2
2012-01-03hfsplus: propagate umode_tAl Viro1-1/+1
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-5/+5
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-3/+13
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-1/+9
2011-07-20fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig1-2/+2
2011-07-20fs: move inode_dio_wait calls into ->setattrChristoph Hellwig1-0/+2
2011-07-07hfsplus: add error checking for hfs_find_init()Alexey Khoroshilov1-5/+7