aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-06-23fs: cleanup slight list_entry abuseRasmus Villemoes1-1/+1
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo1-0/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-9/+9
2015-04-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2015-04-17hfs: incorrect return valuesChengyu Song1-2/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells4-9/+9
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval1-2/+2
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval1-1/+1
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval1-1/+1
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-1/+1
2014-12-10fs/hfs/catalog.c: fix comparison bug in hfs_cat_keycmpRasmus Villemoes1-6/+8
2014-10-14fs/hfs/hfs_fs.h: remove redundant sys_tz declarationFabian Frederick1-2/+0
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro1-2/+2
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro1-2/+2
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro1-2/+1
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro1-1/+2
2014-05-06pass iov_iter to ->direct_IO()Al Viro1-4/+4
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+1
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+1
2013-11-13fs/hfs/btree.h: remove duplicate definesMichael Opdenacker1-5/+0
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov1-1/+1
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2-9/+4
2013-06-29[readdir] convert hfsAl Viro1-26/+23
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/viro/vfsLinus 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/viro/vfsLinus 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/ebiederm/user-namespaceLinus 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