summaryrefslogtreecommitdiff
path: root/fs/hfsplus/inode.c
AgeCommit message (Expand)AuthorFilesLines
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-1/+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-3/+3
2014-03-11hfsplus: 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/vir...Linus Torvalds1-1/+2
2014-01-26hfsplus: use generic posix ACL infrastructureChristoph Hellwig1-1/+2
2014-01-24hfsplus: remove hfsplus_file_lookup()Sougata Santra1-59/+0
2013-09-13truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov1-1/+1
2013-09-12hfsplus: integrate POSIX ACLs support into driverVyacheslav Dubeyko1-0/+11
2013-05-08aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-05-01hfs/hfsplus: convert printks to pr_<level>Joe Perches1-2/+2
2013-02-28hfsplus: add support of manipulation by attributes fileVyacheslav Dubeyko1-2/+16
2013-02-23new helper: file_inode(file)Al Viro1-1/+1
2012-12-21hfsplus: 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-21hfsplus: initialise userflagsMatthew Garrett1-0/+2
2012-01-04hfsplus: propagate umode_tAl Viro1-1/+1
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-5/+5
2011-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+13
2011-07-21fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-1/+9
2011-07-21fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig1-2/+2
2011-07-21fs: move inode_dio_wait calls into ->setattrChristoph Hellwig1-0/+2
2011-07-07hfsplus: add error checking for hfs_find_init()Alexey Khoroshilov1-5/+7
2011-03-10block: remove per-queue pluggingJens Axboe1-2/+0
2010-12-16hfsplus: spaces/indentation clean-upAnton Salikhmetov1-1/+1
2010-12-16hfsplus: over 80 character lines clean-upAnton Salikhmetov1-9/+17
2010-11-23hfsplus: flush disk caches in sync and fsyncChristoph Hellwig1-0/+4
2010-11-23hfsplus: optimize fsyncChristoph Hellwig1-8/+19
2010-11-23hfsplus: split up inode flagsChristoph Hellwig1-3/+6
2010-11-23hfsplus: write up fsync for directoriesChristoph Hellwig1-1/+1
2010-11-23hfsplus: simplify fsyncChristoph Hellwig1-21/+20
2010-10-26list.h: new helper - hlist_add_fake()Al Viro1-1/+1
2010-10-14hfsplus: create correct initial catalog entries for device filesChristoph Hellwig1-25/+2
2010-10-14hfsplus: remove superflous rootflags field in hfsplus_inode_infoChristoph Hellwig1-1/+0
2010-10-14hfsplus: fix link corruptionChristoph Hellwig1-6/+8
2010-10-01hfsplus: remove the rsrc_inodes listChristoph Hellwig1-1/+9
2010-10-01hfsplus: fix HFSPLUS_I calling conventionChristoph Hellwig1-53/+59
2010-10-01hfsplus: fix HFSPLUS_SB calling conventionChristoph Hellwig1-26/+31
2010-08-10get rid of file_fsync()Al Viro1-1/+26
2010-08-10remove inode_setattrChristoph Hellwig1-1/+11
2010-08-10add missing setattr methodsChristoph Hellwig1-0/+12
2010-08-10get rid of cont_write_begin_newtruncChristoph Hellwig1-1/+10
2010-08-10sort out blockdev_direct_IO variantsChristoph Hellwig1-1/+16
2010-05-17hfsplus: Push down BKL into ioctl functionArnd Bergmann1-1/+1
2009-03-27constify dentry_operations: misc filesystemsAl Viro1-1/+1