aboutsummaryrefslogtreecommitdiff
path: root/fs/jfs
AgeCommit message (Expand)Author
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-10-09jfs: don't hash direct inodeAl Viro
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-06-12->splice_write() via ->write_iter()Al Viro
2014-06-03fs/jfs/super.c: convert simple_str to kstrFabian Frederick
2014-06-03fs/jfs/jfs_dmap.c: replace min/casting by min_tFabian Frederick
2014-06-03fs/jfs/super.c: remove 0 assignment to static + code clean-upFabian Frederick
2014-06-03fs/jfs/jfs_logmgr.c: remove NULL assignment on staticFabian Frederick
2014-05-28JFS: Check for NULL before calling posix_acl_equiv_mode()William Burrow
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-14fs/jfs/jfs_inode.c: atomically set inode->i_flagsFabian Frederick
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
2014-02-13jfs: set i_ctime when setting ACLDave Kleikamp
2014-02-08jfs: fix generic posix ACL regressionDave Kleikamp
2014-01-31Merge tag 'jfs-3.14' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-01-25jfs: use generic posix ACL infrastructureChristoph Hellwig
2014-01-25fs: make posix_acl_create more usefulChristoph Hellwig
2014-01-25fs: make posix_acl_chmod more usefulChristoph Hellwig
2014-01-02jfs: fix xattr value size overflow in __jfs_setxattrJie Liu
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-10-22Merge tag 'jfs-3.12' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2013-09-17jfs: fix error path in iallocDave Kleikamp
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov
2013-08-15jfs: fix readdir cookie incompatibility with NFSv4Dave Kleikamp
2013-07-11Merge tag 'jfs-3.11' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds
2013-06-29[readdir] convert jfsAl Viro
2013-06-05jfs: Update jfs_errorJoe Perches
2013-06-05jfs: fix sparse warning in fs/jfs/xattr.cDave Kleikamp
2013-05-24fs/jfs: Add check if journaling to disk has been disabled in lbmRead()Gu Zheng
2013-05-24jfs: Several bugs in jfs_freeze() and jfs_unfreeze()Vahram Martirosyan
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-05-03Merge tag 'jfs-3.10' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2013-05-01jfs: fix a couple racesDave Kleikamp
2013-03-23block: Remove bi_idx referencesKent Overstreet
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