aboutsummaryrefslogtreecommitdiff
path: root/fs/hfs
AgeCommit message (Expand)Author
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro
2014-05-06pass iov_iter to ->direct_IO()Al Viro
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o
2013-11-13fs/hfs/btree.h: remove duplicate definesMichael Opdenacker
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds
2013-06-29[readdir] convert hfsAl Viro
2013-05-24hfs: avoid crash in hfs_bnode_createJeff Mahoney
2013-05-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-05-05hfs: SMP race on directory close()Al Viro
2013-04-30hfs/hfsplus: convert printks to pr_<level>Joe Perches
2013-04-30hfs/hfsplus: convert dprint to hfs_dbgJoe Perches
2013-04-30hfs: add error checking for hfs_find_init()Alexey Khoroshilov
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-01-21fs/hfs: remove depends on CONFIG_EXPERIMENTALKees Cook
2012-12-20hfs: drop vmtruncateMarco Stornelli
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2012-09-21userns: Convert hfs to use kuid and kgid where appropriateEric W. Biederman
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo
2012-08-04hfs: nuke write_super from commentsArtem Bityutskiy
2012-07-22hfs: get rid of hfs_sync_superArtem Bityutskiy
2012-07-22hfs: introduce VFS superblock object back-referenceArtem Bityutskiy
2012-07-22hfs: simplify a bit checking for R/OArtem Bityutskiy
2012-07-22hfs: remove extra mdb write on unmountArtem Bityutskiy
2012-07-22hfs: get rid of lock_superArtem Bityutskiy
2012-07-22hfs: push lock_super downArtem Bityutskiy
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro
2012-01-03hfs: propagate umode_tAl Viro
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2011-11-15hfs: add sanity check for file name lengthDan Carpenter
2011-11-02Merge branch 'akpm' (Andrew's incoming - part two)Linus Torvalds
2011-11-02hfs: fix hfs_find_init() sb->ext_tree NULL ptr oopsPhillip Lougher