aboutsummaryrefslogtreecommitdiff
path: root/fs/jfs
AgeCommit message (Expand)AuthorFilesLines
2015-02-17Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 1-1/+1
2015-02-05vfs: add support for a lazytime mount optionGravatar Theodore Ts'o 1-1/+1
2015-02-02jfs: Deletion of an unnecessary check before the function call "unload_nls"Gravatar Markus Elfring 1-2/+1
2014-12-23jfs: get rid of homegrown endianness helpersGravatar Al Viro 4-89/+44
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-10/+8
2014-11-19assorted conversions to %p[dD]Gravatar Al Viro 1-10/+8
2014-11-10jfs: Convert to private i_dquot fieldGravatar Jan Kara 2-0/+12
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-5/+0
2014-10-09jfs: don't hash direct inodeGravatar Al Viro 1-1/+1
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Gravatar Kirill Tkhai 2-5/+0
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-9/+9
2014-06-12->splice_write() via ->write_iter()Gravatar Al Viro 1-1/+1
2014-06-03fs/jfs/super.c: convert simple_str to kstrGravatar Fabian Frederick 1-8/+24
2014-06-03fs/jfs/jfs_dmap.c: replace min/casting by min_tGravatar Fabian Frederick 1-4/+5
2014-06-03fs/jfs/super.c: remove 0 assignment to static + code clean-upGravatar Fabian Frederick 1-26/+19
2014-06-03fs/jfs/jfs_logmgr.c: remove NULL assignment on staticGravatar Fabian Frederick 1-1/+1
2014-05-28JFS: Check for NULL before calling posix_acl_equiv_mode()Gravatar William Burrow 1-7/+9
2014-05-06write_iter variants of {__,}generic_file_aio_write()Gravatar Al Viro 1-2/+2
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-14fs/jfs/jfs_inode.c: atomically set inode->i_flagsGravatar Fabian Frederick 1-8/+8
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-2/+2
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Gravatar Theodore Ts'o 1-0/+1
2014-02-13jfs: set i_ctime when setting ACLGravatar Dave Kleikamp 1-0/+2
2014-02-08jfs: fix generic posix ACL regressionGravatar Dave Kleikamp 1-7/+7
2014-01-31Merge tag 'jfs-3.14' of git://github.com/kleikamp/linux-shaggyGravatar Linus Torvalds 1-1/+14
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-10/+11
2014-01-25jfs: use generic posix ACL infrastructureGravatar Christoph Hellwig 7-140/+89
2014-01-25fs: make posix_acl_create more usefulGravatar Christoph Hellwig 1-1/+1
2014-01-25fs: make posix_acl_chmod more usefulGravatar Christoph Hellwig 1-1/+1
2014-01-02jfs: fix xattr value size overflow in __jfs_setxattrGravatar Jie Liu 1-1/+14
2013-11-23block: Abstract out bvec iteratorGravatar Kent Overstreet 2-10/+11
2013-10-22Merge tag 'jfs-3.12' of git://github.com/kleikamp/linux-shaggyGravatar Linus Torvalds 1-2/+1
2013-09-17jfs: fix error path in iallocGravatar Dave Kleikamp 1-2/+1
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterGravatar Kirill A. Shutemov 1-1/+1
2013-08-15jfs: fix readdir cookie incompatibility with NFSv4Gravatar Dave Kleikamp 1-8/+23
2013-07-11Merge tag 'jfs-3.11' of git://github.com/kleikamp/linux-shaggyGravatar Linus Torvalds 12-154/+128
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-5/+2
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-2/+3
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Gravatar Linus Torvalds 1-5/+2
2013-06-29[readdir] convert jfsGravatar Al Viro 3-36/+31
2013-06-05jfs: Update jfs_errorGravatar Joe Perches 12-152/+126
2013-06-05jfs: fix sparse warning in fs/jfs/xattr.cGravatar Dave Kleikamp 1-2/+2
2013-05-24fs/jfs: Add check if journaling to disk has been disabled in lbmRead()Gravatar Gu Zheng 1-1/+7
2013-05-24jfs: Several bugs in jfs_freeze() and jfs_unfreeze()Gravatar Vahram Martirosyan 1-8/+30
2013-05-21mm: change invalidatepage prototype to accept lengthGravatar Lukas Czerner 1-2/+3
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+0