summaryrefslogtreecommitdiff
path: root/fs/hfs
AgeCommit message (Expand)AuthorFilesLines
2013-05-24hfs: avoid crash in hfs_bnode_createJeff Mahoney1-1/+5
2013-05-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-0/+1
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-05-05hfs: SMP race on directory close()Al Viro1-0/+2
2013-04-30hfs/hfsplus: convert printks to pr_<level>Joe Perches9-72/+77
2013-04-30hfs/hfsplus: convert dprint to hfs_dbgJoe Perches9-41/+63
2013-04-30hfs: add error checking for hfs_find_init()Alexey Khoroshilov6-24/+61
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-2/+2
2013-02-22new helper: file_inode(file)Al Viro2-2/+2
2013-01-21fs/hfs: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+2
2012-12-20hfs: drop vmtruncateMarco Stornelli1-8/+18
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+6
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+6
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds3-7/+17
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2012-09-21userns: Convert hfs to use kuid and kgid where appropriateEric W. Biederman3-7/+17
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-08-04hfs: nuke write_super from commentsArtem Bityutskiy1-2/+2
2012-07-22hfs: get rid of hfs_sync_superArtem Bityutskiy4-39/+48
2012-07-22hfs: introduce VFS superblock object back-referenceArtem Bityutskiy2-5/+2
2012-07-22hfs: simplify a bit checking for R/OArtem Bityutskiy3-4/+5
2012-07-22hfs: remove extra mdb write on unmountArtem Bityutskiy1-2/+0
2012-07-22hfs: get rid of lock_superArtem Bityutskiy1-2/+10
2012-07-22hfs: push lock_super downArtem Bityutskiy3-6/+2
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro2-2/+2
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro1-2/+2
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-4/+2
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2012-01-03hfs: propagate umode_tAl Viro2-2/+2
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-11-15hfs: add sanity check for file name lengthDan Carpenter1-0/+2
2011-11-02Merge branch 'akpm' (Andrew's incoming - part two)Linus Torvalds1-5/+15
2011-11-02hfs: fix hfs_find_init() sb->ext_tree NULL ptr oopsPhillip Lougher1-5/+15
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-2/+2
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-2/+2
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-1/+8
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-05-28hfs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil1-6/+0
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+3
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+0
2011-03-10block: remove per-queue pluggingJens Axboe1-2/+0
2011-03-03hfs: fix rename() over non-empty directoryAl Viro1-37/+13
2011-01-12switch hfsAl Viro2-4/+1