aboutsummaryrefslogtreecommitdiff
path: root/fs/jfs
AgeCommit message (Expand)AuthorFilesLines
2015-06-23fs: cleanup slight list_entry abuseGravatar Rasmus Villemoes 1-1/+1
2015-05-10jfs: switch to simple_follow_link()Gravatar Al Viro 3-13/+5
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-17/+17
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-4/+4
2015-04-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-20/+12
2015-04-15fs, jfs: remove slab object constructorGravatar David Rientjes 2-20/+12
2015-04-15Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-2/+0
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 4-17/+17
2015-04-14Merge tag 'jfs-4.1' of git://github.com/kleikamp/linux-shaggyGravatar Linus Torvalds 1-1/+1
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Gravatar Omar Sandoval 1-2/+2
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereGravatar Omar Sandoval 1-1/+1
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Gravatar Omar Sandoval 1-1/+1
2015-04-11make new_sync_{read,write}() staticGravatar Al Viro 1-2/+0
2015-03-25fs: move struct kiocb to fs.hGravatar Christoph Hellwig 1-1/+1
2015-03-12jfs: %pf is only for function pointersGravatar Scott Wood 1-1/+1
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