aboutsummaryrefslogtreecommitdiff
path: root/fs/jfs/inode.c
AgeCommit message (Expand)Author
2011-07-20fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig
2011-03-10block: remove per-queue pluggingJens Axboe
2010-08-09switch jfs to ->evict_inode()Al Viro
2010-08-09get rid of nobh_write_begin_newtruncChristoph Hellwig
2010-08-09sort out blockdev_direct_IO variantsChristoph Hellwig
2010-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds
2010-04-16jfs: add jfs specific ->setattr callDmitry Monakhov
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig
2010-03-05dquot: cleanup inode allocation / freeing routinesChristoph Hellwig
2009-03-26jfs: Use lowercase names of quota functionsJan Kara
2008-12-16jfs: ensure symlinks are NUL-terminatedDave Kleikamp
2008-02-07iget: stop JFS from using iget() and read_inode()David Howells
2007-10-16fs: restore nobhNick Piggin
2007-10-16jfs: convert to new aopsNick Piggin
2007-04-25Copy i_flags to jfs inode flags on writeDave Kleikamp
2007-01-09JFS: Add lockdep annotationsDave Kleikamp
2006-10-02JFS: White space cleanupDave Kleikamp
2006-10-01[PATCH] fs/jfs: Conversion to generic booleanRichard Knutsson
2006-07-26JFS: Quota support broken, no quota_read and quota_writeDave Kleikamp
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig
2006-03-26[PATCH] remove ->get_blocks() supportBadari Pulavarty
2006-03-26[PATCH] map multiple blocks for mpage_readpages()Badari Pulavarty
2006-02-09JFS: ext2 inode attributes for jfsHerbert Poetzl
2006-01-24JFS: semaphore to mutex conversion.Ingo Molnar
2005-09-15JFS: Fix sparse warnings, including endian errorDave Kleikamp
2005-09-11Merge branch 'for-linus' from kernel.org:/.../shaggy/jfs-2.6 manuallyLinus Torvalds
2005-09-09[PATCH] update filesystems for new delete_inode behaviorMark Fasheh
2005-08-30JFS: jfs_delete_inode should always call clear_inode.Dave Kleikamp
2005-08-01JFS: Check for invalid inodes in jfs_delete_inodeDave Kleikamp
2005-05-04JFS: fix sparse warnings by moving extern declarations to headersDave Kleikamp
2005-05-02[PATCH] JFS: Don't allocate extents that overlap existing extentsDave Kleikamp
2005-05-02[PATCH] JFS: Support page sizes greater than 4KDave Kleikamp
2005-04-16Linux-2.6.12-rc2Linus Torvalds