aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-16Merge tag 'jfs-4.2' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-2/+2
2015-06-04jfs: fix indentation on if statementColin Ian King1-2/+2
2015-05-10jfs: switch to simple_follow_link()Al Viro1-1/+2
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval1-2/+2
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval1-1/+1
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval1-1/+1
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-1/+1
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-03mm + fs: store shadow entries in page cacheJohannes Weiner1-2/+2
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov1-1/+1
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-05-01jfs: fix a couple racesDave Kleikamp1-1/+1
2012-12-20jfs: drop vmtruncateMarco Stornelli1-6/+14
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2011-07-20fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig1-2/+2
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig1-1/+1
2011-03-10block: remove per-queue pluggingJens Axboe1-1/+0
2010-08-09switch jfs to ->evict_inode()Al Viro1-17/+18
2010-08-09get rid of nobh_write_begin_newtruncChristoph Hellwig1-1/+10
2010-08-09sort out blockdev_direct_IO variantsChristoph Hellwig1-1/+16
2010-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6Linus Torvalds1-1/+1
2010-04-16jfs: add jfs specific ->setattr callDmitry Monakhov1-1/+1
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-3/+6
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig1-1/+4
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig1-2/+2
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig1-0/+3
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig1-1/+1
2010-03-05dquot: cleanup inode allocation / freeing routinesChristoph Hellwig1-1/+1
2009-03-26jfs: Use lowercase names of quota functionsJan Kara1-3/+3
2008-12-16jfs: ensure symlinks are NUL-terminatedDave Kleikamp1-1/+7
2008-02-07iget: stop JFS from using iget() and read_inode()David Howells1-4/+16
2007-10-16fs: restore nobhNick Piggin1-4/+3
2007-10-16jfs: convert to new aopsNick Piggin1-7/+10
2007-04-25Copy i_flags to jfs inode flags on writeDave Kleikamp1-1/+0
2007-01-09JFS: Add lockdep annotationsDave Kleikamp1-3/+3
2006-10-02JFS: White space cleanupDave Kleikamp1-4/+4
2006-10-01[PATCH] fs/jfs: Conversion to generic booleanRichard Knutsson1-1/+1
2006-07-26JFS: Quota support broken, no quota_read and quota_writeDave Kleikamp1-12/+4
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-1/+1
2006-03-26[PATCH] remove ->get_blocks() supportBadari Pulavarty1-1/+1
2006-03-26[PATCH] map multiple blocks for mpage_readpages()Badari Pulavarty1-1/+2
2006-02-09JFS: ext2 inode attributes for jfsHerbert Poetzl1-0/+1
2006-01-24JFS: semaphore to mutex conversion.Ingo Molnar1-7/+7
2005-09-15JFS: Fix sparse warnings, including endian errorDave Kleikamp1-2/+1
2005-09-11Merge branch 'for-linus' from kernel.org:/.../shaggy/jfs-2.6 manuallyLinus Torvalds1-13/+13
2005-09-09[PATCH] update filesystems for new delete_inode behaviorMark Fasheh1-0/+2
2005-08-30JFS: jfs_delete_inode should always call clear_inode.Dave Kleikamp1-12/+12
2005-08-01JFS: Check for invalid inodes in jfs_delete_inodeDave Kleikamp1-0/+4