aboutsummaryrefslogtreecommitdiff
path: root/fs/jfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsGravatar Deepa Dinamani 1-1/+1
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-4/+3
2016-05-01direct-io: eliminate the offset argument to ->direct_IOGravatar Christoph Hellwig 1-4/+3
2016-03-30jfs: Coalesce some formatsGravatar Joe Perches 1-2/+2
2015-12-08don't put symlink bodies in pagecache into highmemGravatar Al Viro 1-0/+1
2015-07-16Merge tag 'jfs-4.2' of git://github.com/kleikamp/linux-shaggyGravatar Linus Torvalds 1-2/+2
2015-06-04jfs: fix indentation on if statementGravatar Colin Ian King 1-2/+2
2015-05-10jfs: switch to simple_follow_link()Gravatar Al Viro 1-1/+2
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-03-25fs: move struct kiocb to fs.hGravatar Christoph Hellwig 1-1/+1
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-03mm + fs: store shadow entries in page cacheGravatar Johannes Weiner 1-2/+2
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterGravatar Kirill A. Shutemov 1-1/+1
2013-05-07aio: don't include aio.h in sched.hGravatar Kent Overstreet 1-0/+1
2013-05-01jfs: fix a couple racesGravatar Dave Kleikamp 1-1/+1
2012-12-20jfs: drop vmtruncateGravatar Marco Stornelli 1-6/+14
2012-05-06vfs: Rename end_writeback() to clear_inode()Gravatar Jan Kara 1-1/+1
2011-07-20fs: simplify the blockdev_direct_IO prototypeGravatar Christoph Hellwig 1-2/+2
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeGravatar Christoph Hellwig 1-1/+1
2011-03-10block: remove per-queue pluggingGravatar Jens Axboe 1-1/+0
2010-08-09switch jfs to ->evict_inode()Gravatar Al Viro 1-17/+18
2010-08-09get rid of nobh_write_begin_newtruncGravatar Christoph Hellwig 1-1/+10
2010-08-09sort out blockdev_direct_IO variantsGravatar Christoph Hellwig 1-1/+16
2010-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Gravatar Linus Torvalds 1-1/+1
2010-04-16jfs: add jfs specific ->setattr callGravatar Dmitry Monakhov 1-1/+1
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-3/+6
2010-03-05pass writeback_control to ->write_inodeGravatar Christoph Hellwig 1-1/+4
2010-03-05dquot: cleanup dquot initialize routineGravatar Christoph Hellwig 1-2/+2
2010-03-05dquot: move dquot initialization responsibility into the filesystemGravatar Christoph Hellwig 1-0/+3
2010-03-05dquot: cleanup dquot drop routineGravatar Christoph Hellwig 1-1/+1
2010-03-05dquot: cleanup inode allocation / freeing routinesGravatar Christoph Hellwig 1-1/+1
2009-03-26jfs: Use lowercase names of quota functionsGravatar Jan Kara 1-3/+3
2008-12-16jfs: ensure symlinks are NUL-terminatedGravatar Dave Kleikamp 1-1/+7
2008-02-07iget: stop JFS from using iget() and read_inode()Gravatar David Howells 1-4/+16
2007-10-16fs: restore nobhGravatar Nick Piggin 1-4/+3
2007-10-16jfs: convert to new aopsGravatar Nick Piggin 1-7/+10
2007-04-25Copy i_flags to jfs inode flags on writeGravatar Dave Kleikamp 1-1/+0
2007-01-09JFS: Add lockdep annotationsGravatar Dave Kleikamp 1-3/+3
2006-10-02JFS: White space cleanupGravatar Dave Kleikamp 1-4/+4
2006-10-01[PATCH] fs/jfs: Conversion to generic booleanGravatar Richard Knutsson 1-1/+1
2006-07-26JFS: Quota support broken, no quota_read and quota_writeGravatar Dave Kleikamp 1-12/+4
2006-06-28[PATCH] mark address_space_operations constGravatar Christoph Hellwig 1-1/+1
2006-03-26[PATCH] remove ->get_blocks() supportGravatar Badari Pulavarty 1-1/+1
2006-03-26[PATCH] map multiple blocks for mpage_readpages()Gravatar Badari Pulavarty 1-1/+2
2006-02-09JFS: ext2 inode attributes for jfsGravatar Herbert Poetzl 1-0/+1
2006-01-24JFS: semaphore to mutex conversion.Gravatar Ingo Molnar 1-7/+7