aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-17Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-02-05vfs: add support for a lazytime mount optionTheodore Ts'o1-1/+1
2015-02-02jfs: Deletion of an unnecessary check before the function call "unload_nls"Markus Elfring1-2/+1
2014-12-23jfs: get rid of homegrown endianness helpersAl Viro4-89/+44
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-10/+8
2014-11-19assorted conversions to %p[dD]Al Viro1-10/+8
2014-11-10jfs: Convert to private i_dquot fieldJan Kara2-0/+12
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-5/+0
2014-10-09jfs: don't hash direct inodeAl Viro1-1/+1
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedule()Kirill Tkhai2-5/+0
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-9/+9
2014-06-12->splice_write() via ->write_iter()Al Viro1-1/+1
2014-06-03fs/jfs/super.c: convert simple_str to kstrFabian Frederick1-8/+24
2014-06-03fs/jfs/jfs_dmap.c: replace min/casting by min_tFabian Frederick1-4/+5
2014-06-03fs/jfs/super.c: remove 0 assignment to static + code clean-upFabian Frederick1-26/+19
2014-06-03fs/jfs/jfs_logmgr.c: remove NULL assignment on staticFabian Frederick1-1/+1
2014-05-28JFS: Check for NULL before calling posix_acl_equiv_mode()William Burrow1-7/+9
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-14fs/jfs/jfs_inode.c: atomically set inode->i_flagsFabian Frederick1-8/+8
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-2/+2
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+1
2014-02-13jfs: set i_ctime when setting ACLDave Kleikamp1-0/+2
2014-02-08jfs: fix generic posix ACL regressionDave Kleikamp1-7/+7
2014-01-31Merge tag 'jfs-3.14' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-1/+14
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2-10/+11
2014-01-25jfs: use generic posix ACL infrastructureChristoph Hellwig7-140/+89
2014-01-25fs: make posix_acl_create more usefulChristoph Hellwig1-1/+1
2014-01-25fs: make posix_acl_chmod more usefulChristoph Hellwig1-1/+1
2014-01-02jfs: fix xattr value size overflow in __jfs_setxattrJie Liu1-1/+14
2013-11-23block: Abstract out bvec iteratorKent Overstreet2-10/+11
2013-10-22Merge tag 'jfs-3.12' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-2/+1
2013-09-17jfs: fix error path in iallocDave Kleikamp1-2/+1
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov1-1/+1
2013-08-15jfs: fix readdir cookie incompatibility with NFSv4Dave Kleikamp1-8/+23
2013-07-11Merge tag 'jfs-3.11' of git://github.com/kleikamp/linux-shaggyLinus Torvalds12-154/+128
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+2
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-2/+3
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds1-5/+2
2013-06-29[readdir] convert jfsAl Viro3-36/+31
2013-06-05jfs: Update jfs_errorJoe Perches12-152/+126
2013-06-05jfs: fix sparse warning in fs/jfs/xattr.cDave Kleikamp1-2/+2
2013-05-24fs/jfs: Add check if journaling to disk has been disabled in lbmRead()Gu Zheng1-1/+7
2013-05-24jfs: Several bugs in jfs_freeze() and jfs_unfreeze()Vahram Martirosyan1-8/+30
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner1-2/+3
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0