aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hfsplus/inode.c
Commit message (Expand)AuthorAge
* write_iter variants of {__,}generic_file_aio_write()Al Viro2014-05-06
* switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-06
* switch {__,}blockdev_direct_IO() to iov_iterAl Viro2014-05-06
* get rid of pointless iov_length() in ->direct_IO()Al Viro2014-05-06
* pass iov_iter to ->direct_IO()Al Viro2014-05-06
* hfsplus: add HFSX subfolder count supportSergei Antonov2014-03-10
* hfsplus: use xattr handlers for removexattrChristoph Hellwig2014-01-31
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-01-28
|\
| * hfsplus: use generic posix ACL infrastructureChristoph Hellwig2014-01-25
* | hfsplus: remove hfsplus_file_lookup()Sougata Santra2014-01-23
|/
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-12
* hfsplus: integrate POSIX ACLs support into driverVyacheslav Dubeyko2013-09-11
* aio: don't include aio.h in sched.hKent Overstreet2013-05-07
* hfs/hfsplus: convert printks to pr_<level>Joe Perches2013-04-30
* hfsplus: add support of manipulation by attributes fileVyacheslav Dubeyko2013-02-27
* new helper: file_inode(file)Al Viro2013-02-22
* hfsplus: drop vmtruncateMarco Stornelli2012-12-20
* userns: Convert hfsplus to use kuid and kgid where appropriateEric W. Biederman2012-09-21
* hfsplus: get rid of write_superArtem Bityutskiy2012-07-22
* stop passing nameidata to ->lookup()Al Viro2012-07-14
* hfsplus: initialise userflagsMatthew Garrett2012-03-20
* hfsplus: propagate umode_tAl Viro2012-01-03
* filesystems: add set_nlink()Miklos Szeredi2011-11-02
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-22
|\
| * fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-20
| * fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig2011-07-20
| * fs: move inode_dio_wait calls into ->setattrChristoph Hellwig2011-07-20
* | hfsplus: add error checking for hfs_find_init()Alexey Khoroshilov2011-07-07
|/
* block: remove per-queue pluggingJens Axboe2011-03-10
* hfsplus: spaces/indentation clean-upAnton Salikhmetov2010-12-16
* hfsplus: over 80 character lines clean-upAnton Salikhmetov2010-12-16
* hfsplus: flush disk caches in sync and fsyncChristoph Hellwig2010-11-23
* hfsplus: optimize fsyncChristoph Hellwig2010-11-23
* hfsplus: split up inode flagsChristoph Hellwig2010-11-23
* hfsplus: write up fsync for directoriesChristoph Hellwig2010-11-23
* hfsplus: simplify fsyncChristoph Hellwig2010-11-23
* list.h: new helper - hlist_add_fake()Al Viro2010-10-25
* hfsplus: create correct initial catalog entries for device filesChristoph Hellwig2010-10-14
* hfsplus: remove superflous rootflags field in hfsplus_inode_infoChristoph Hellwig2010-10-14
* hfsplus: fix link corruptionChristoph Hellwig2010-10-14
* hfsplus: remove the rsrc_inodes listChristoph Hellwig2010-09-30
* hfsplus: fix HFSPLUS_I calling conventionChristoph Hellwig2010-09-30
* hfsplus: fix HFSPLUS_SB calling conventionChristoph Hellwig2010-09-30
* get rid of file_fsync()Al Viro2010-08-09
* remove inode_setattrChristoph Hellwig2010-08-09
* add missing setattr methodsChristoph Hellwig2010-08-09
* get rid of cont_write_begin_newtruncChristoph Hellwig2010-08-09
* sort out blockdev_direct_IO variantsChristoph Hellwig2010-08-09
* hfsplus: Push down BKL into ioctl functionArnd Bergmann2010-05-16
* constify dentry_operations: misc filesystemsAl Viro2009-03-27