aboutsummaryrefslogtreecommitdiff
path: root/fs/hfs
AgeCommit message (Expand)AuthorFilesLines
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Gravatar Al Viro 1-2/+2
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterGravatar Al Viro 1-2/+1
2014-05-06get rid of pointless iov_length() in ->direct_IO()Gravatar Al Viro 1-1/+2
2014-05-06pass iov_iter to ->direct_IO()Gravatar Al Viro 1-4/+4
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-0/+1
2014-04-03mm + fs: store shadow entries in page cacheGravatar Johannes Weiner 1-1/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Gravatar Theodore Ts'o 1-0/+1
2013-11-13fs/hfs/btree.h: remove duplicate definesGravatar Michael Opdenacker 1-5/+0
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterGravatar Kirill A. Shutemov 1-1/+1
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Gravatar Linus Torvalds 2-9/+4
2013-06-29[readdir] convert hfsGravatar Al Viro 1-26/+23
2013-05-24hfs: avoid crash in hfs_bnode_createGravatar Jeff Mahoney 1-1/+5
2013-05-07Merge branch 'akpm' (incoming from Andrew)Gravatar Linus Torvalds 1-0/+1
2013-05-07aio: don't include aio.h in sched.hGravatar Kent Overstreet 1-0/+1
2013-05-05hfs: SMP race on directory close()Gravatar Al Viro 1-0/+2
2013-04-30hfs/hfsplus: convert printks to pr_<level>Gravatar Joe Perches 9-72/+77
2013-04-30hfs/hfsplus: convert dprint to hfs_dbgGravatar Joe Perches 9-41/+63
2013-04-30hfs: add error checking for hfs_find_init()Gravatar Alexey Khoroshilov 6-24/+61
2013-03-03fs: Limit sys_mount to only request filesystem modules.Gravatar Eric W. Biederman 1-0/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-2/+2
2013-02-22new helper: file_inode(file)Gravatar Al Viro 2-2/+2
2013-01-21fs/hfs: remove depends on CONFIG_EXPERIMENTALGravatar Kees Cook 1-2/+2
2012-12-20hfs: drop vmtruncateGravatar Marco Stornelli 1-8/+18
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+6
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsGravatar Kirill A. Shutemov 1-0/+6
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 3-7/+17
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-1/+1
2012-09-21userns: Convert hfs to use kuid and kgid where appropriateGravatar Eric W. Biederman 3-7/+17
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Gravatar Tejun Heo 1-1/+1
2012-08-04hfs: nuke write_super from commentsGravatar Artem Bityutskiy 1-2/+2
2012-07-22hfs: get rid of hfs_sync_superGravatar Artem Bityutskiy 4-39/+48
2012-07-22hfs: introduce VFS superblock object back-referenceGravatar Artem Bityutskiy 2-5/+2
2012-07-22hfs: simplify a bit checking for R/OGravatar Artem Bityutskiy 3-4/+5
2012-07-22hfs: remove extra mdb write on unmountGravatar Artem Bityutskiy 1-2/+0
2012-07-22hfs: get rid of lock_superGravatar Artem Bityutskiy 1-2/+10
2012-07-22hfs: push lock_super downGravatar Artem Bityutskiy 3-6/+2
2012-07-14don't pass nameidata to ->create()Gravatar Al Viro 1-1/+1
2012-07-14stop passing nameidata to ->lookup()Gravatar Al Viro 2-2/+2
2012-07-14stop passing nameidata * to ->d_revalidate()Gravatar Al Viro 1-2/+2
2012-05-06vfs: Rename end_writeback() to clear_inode()Gravatar Jan Kara 1-1/+1
2012-03-20switch open-coded instances of d_make_root() to new helperGravatar Al Viro 1-4/+2
2012-01-06vfs: switch ->show_options() to struct dentry *Gravatar Al Viro 1-2/+2
2012-01-03hfs: propagate umode_tGravatar Al Viro 2-2/+2
2012-01-03switch ->create() to umode_tGravatar Al Viro 1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tGravatar Al Viro 1-1/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsGravatar Al Viro 1-1/+0
2011-11-15hfs: add sanity check for file name lengthGravatar Dan Carpenter 1-0/+2
2011-11-02Merge branch 'akpm' (Andrew's incoming - part two)Gravatar Linus Torvalds 1-5/+15
2011-11-02hfs: fix hfs_find_init() sb->ext_tree NULL ptr oopsGravatar Phillip Lougher 1-5/+15
2011-11-02filesystems: add set_nlink()Gravatar Miklos Szeredi 1-2/+2