aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext3/inode.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-23fs: Remove ext3 filesystem driverJan Kara1-3574/+0
2015-05-10ext3: switch to simple_follow_link()Al Viro1-0/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
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-4/+4
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-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-9/+6
2014-05-22ext3: Fix deadlock in data=journal mode when fs is frozenJan Kara1-16/+17
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/+1
2014-05-06pass iov_iter to ->direct_IO()Al Viro1-9/+7
2014-04-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-61/+25
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2014-03-17ext3: explicitly remove inode from orphan list after failed direct ioEric Sandeen1-0/+2
2014-03-12ext3: Speedup WB_SYNC_ALL passJan Kara1-1/+6
2014-03-04ext3: Update outdated comment before ext3_ordered_writepage()Jan Kara1-43/+4
2014-03-04ext3: Update PF_MEMALLOC handling in ext3_write_inode()Jan Kara1-12/+11
2014-03-03ext3: remove unneeded check in ext3_ordered_writepage()Dan Carpenter1-5/+2
2014-01-25ext2/3/4: use generic posix ACL infrastructureChristoph Hellwig1-1/+1
2013-07-03mm: vmscan: take page buffers dirty and locked state into accountMel Gorman1-0/+1
2013-05-21jbd: change journal_invalidatepage() to accept lengthLukas Czerner1-3/+3
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner1-1/+2
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-03-20ext3: fix data=journal fast mount/umount hangJan Kara1-1/+2
2013-01-21Ext3: return ENOMEM rather than EIO if sb_getblk failsWang Shilong1-2/+2
2013-01-21Ext3: use unlikely to improve the efficiency of the kernelWang Shilong1-3/+3
2013-01-21Ext3: add necessary check in case IO error happensWang Shilong1-1/+5
2012-12-13ext3: drop if around WARN_ONJulia Lawall1-2/+1
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-09-04ext3: Fix fdatasync() for files with only i_size changesJan Kara1-3/+14
2012-09-01treewide: fix comment/printk/variable typosAnatol Pomozov1-1/+1
2012-08-04ext3: nuke write_super from commentsArtem Bityutskiy1-8/+0
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-3/+3
2012-05-15userns: Convert ext3 to use kuid/kgid where appropriateEric W. Biederman1-12/+20
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-3/+3
2012-03-31ext3: move headers to fs/ext3/Al Viro1-11/+1
2012-02-29ext3: Update ctime in ext3_splice_branch() only when neededKazuya Mio1-3/+6
2012-01-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-11/+32
2012-01-09ext2/3/4: delete unneeded includes of module.hPaul Gortmaker1-1/+0
2012-01-09ext3: Don't warn from writepage when readonly inode is spotted after errorJan Kara1-3/+21
2012-01-09ext3: replace ll_rw_block with other functionsZheng Liu1-7/+7
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock1-1/+1
2011-11-22ext3: NULL dereference in ext3_evict_inode()Dan Carpenter1-0/+4
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-08-23block: separate priority boosting from REQ_METAChristoph Hellwig1-2/+2
2011-08-23block: remove READ_META and WRITE_METAChristoph Hellwig1-2/+2
2011-07-26Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-57/+136
2011-07-23ext3: Fix data corruption in inodes with journalled dataJan Kara1-5/+35
2011-07-20fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig1-3/+2
2011-07-20fs: move inode_dio_wait calls into ->setattrChristoph Hellwig1-0/+3
2011-06-25ext3: Improve truncate error handlingJan Kara1-38/+63
2011-06-25ext3: Convert ext3 to new truncate calling conventionJan Kara1-16/+11
2011-06-25ext3: Add fixed tracepointsLukas Czerner1-0/+29
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig1-1/+1
2011-04-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-3/+3
2011-03-24ext3: Fix writepage credits computation for ordered modeYongqiang Yang1-1/+1
2011-03-10block: remove per-queue pluggingJens Axboe1-3/+0
2011-01-10ext3: Add more journal error checkNamhyung Kim1-2/+4
2010-10-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-8/+12
2010-10-28ext3: Update kernel-doc commentsNamhyung Kim1-7/+12
2010-10-28ext3: Remove misplaced BUFFER_TRACE() in ext3_truncate()Namhyung Kim1-1/+0
2010-10-25fs: kill block_prepare_writeChristoph Hellwig1-2/+2
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-14/+49
2010-08-09convert ext3 to ->evict_inode()Al Viro1-10/+27
2010-08-09remove inode_setattrChristoph Hellwig1-2/+10
2010-08-09introduce __block_write_beginChristoph Hellwig1-2/+1
2010-08-09sort out blockdev_direct_IO variantsChristoph Hellwig1-0/+11
2010-08-05ext3: Fix dirtying of journalled buffers in data=journal modeJan Kara1-1/+17
2010-07-21ext3: Avoid filesystem corruption after a crash under heavy delete loadJan Kara1-21/+25
2010-07-21ext3: remove vestiges of nobh supportChristoph Hellwig1-15/+1
2010-05-21quota: unify quota init condition in setattrDmitry Monakhov1-1/+1
2010-03-29ext3: fix broken handling of EXT3_STATE_NEWLinus Torvalds1-1/+1
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-14/+27
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig1-2/+2
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig1-3/+3
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig1-0/+5
2010-03-05dquot: cleanup dquot transfer routineChristoph Hellwig1-1/+1
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig1-1/+1
2010-03-05ext3: add writepage sanity checksDmitry Monakhov1-0/+7
2010-03-05ext3: Truncate allocated blocks if direct IO write fails to update i_sizeJan Kara1-2/+3
2010-03-05ext3: Use bitops to read/modify EXT3_I(inode)->i_stateJan Kara1-9/+9
2009-12-23ext3: quota macros cleanup [V2]Dmitry Monakhov1-4/+4
2009-12-10ext3: Fix data / filesystem corruption when write fails to copy dataJan Kara1-4/+14
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2009-12-04tree-wide: fix typos "offest" -> "offset"Uwe Kleine-König1-1/+1
2009-11-11ext3: Wait for proper transaction commit on fsyncJan Kara1-1/+31
2009-11-11ext3: retry failed direct IO allocationsEric Sandeen1-0/+4
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds1-0/+3
2009-09-16ext3: Add locking to ext3_do_update_inodeChris Mason1-0/+9
2009-09-16ext3: Fix possible deadlock between ext3_truncate() and ext3_get_blocks()Jan Kara1-4/+15
2009-09-16HWPOISON: Enable .remove_error_page for migration aware file systemsAndi Kleen1-0/+3
2009-07-15ext3: Get rid of extenddisksize parameter of ext3_get_blocks_handle()Jan Kara1-10/+3
2009-07-15ext3: Fix truncation of symlinks after failed writeJan Kara1-9/+10
2009-06-24switch ext3 to inode->i_aclAl Viro1-4/+0
2009-06-18ext3: make sure inode is deleted from orphan list after truncateJan Kara1-9/+11
2009-06-18ext3: fix chain verification in ext3_get_blocks()Jan Kara1-1/+1
2009-06-11ext3: remove ->write_super and stop maintaining ->s_dirtChristoph Hellwig1-1/+0
2009-04-08ext3: Try to avoid starting a transaction in writepage for data=writepageJan Kara1-5/+18
2009-04-03Merge branch 'ext3-latency-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+3
2009-04-03ext3: Add replace-on-truncate hueristics for data=writeback modeTheodore Ts'o1-0/+3
2009-04-02ext3: avoid false EIO errorsJan Kara1-65/+74
2009-03-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-3/+3
2009-03-26ext3: Avoid starting a transaction in writepage when not necessaryJan Kara1-5/+13
2009-03-26ext3: Use lowercase names of quota functionsJan Kara1-3/+3
2009-01-04fs: symlink write_begin allocation context fixNick Piggin1-1/+1
2008-12-31ext3: ensure fast symlinks are NUL-terminatedDuane Griffin1-2/+5
2008-10-20ext3: truncate block allocated on a failed ext3_write_beginAneesh Kumar K.V1-0/+7
2008-10-03generic block based fiemap implementationJosef Bacik1-0/+8
2008-07-28vfs: pagecache usage optimization for pagesize!=blocksizeHisashi Hifumi1-32/+35
2008-07-25ext3: handle deleting corrupted indirect blocksDuane Griffin1-1/+15
2008-07-25ext3: don't read inode block if the buffer has a write errorHidehiro Kawai1-0/+10
2008-07-25ext3: handle corrupted orphan list at mountDuane Griffin1-6/+14
2008-04-29ext3: fix test ext_generic_write_end() copied return valueRoel Kluin1-6/+8
2008-04-28ext3: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-3/+3
2008-04-28ext3: use ext3_get_group_desc()Akinobu Mita1-18/+5
2008-04-21ext*: spelling fix prefered -> preferredBenoit Boissinot1-3/+3
2008-02-07iget: stop EXT3 from using iget() and read_inode()David Howells1-6/+19
2008-02-06ext3: fix lock inversion in direct IOJan Kara1-54/+52
2008-02-06ext[234]: remove unused argument for ext[234]_find_goal()Akinobu Mita1-5/+3
2008-02-05Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter1-2/+2
2007-10-19JBD: Fix JBD warnings when compiling with CONFIG_JBD_DEBUGJose R. Santos1-1/+1
2007-10-18sparse pointer use of zero as nullStephen Hemminger1-1/+1
2007-10-16ext3: convert to new aopsNick Piggin1-48/+115
2007-07-16ext3: remove extra IS_RDONLY() checkDave Hansen1-1/+1
2007-06-24ext3: lost brelse in ext3_read_inode()Kirill Korotaev1-1/+3
2007-05-09ext3: use zero_user_pageNate Diller1-10/+2
2007-05-08ext3: copy i_flags to inode flags on writeJan Kara1-0/+20
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-08ext2/3/4: fix file date underflow on ext2 3 filesystems on 64 bit systemsMarkus Rechberger1-3/+3
2007-04-02[PATCH] revert "retries in ext3_prepare_write() violate ordering requirements"Andrew Morton1-75/+10
2007-02-11[PATCH] jbd layer function called instead of fs specific oneDmitriy Monakhov1-2/+2
2006-12-07[PATCH] retries in ext3_prepare_write() violate ordering requirementsAndrey Savochkin1-10/+75
2006-09-30[PATCH] ext3: make meta data reads use READ_METAJens Axboe1-2/+3
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-3/+0
2006-09-27[PATCH] ext3: More whitespace cleanupsDave Kleikamp1-4/+4
2006-09-27[PATCH] ext3: inode numbers are unsigned longEric Sandeen1-1/+1
2006-09-27[PATCH] ext3 and jbd cleanup: remove whitespaceMingming Cao1-32/+32
2006-09-16[PATCH] ext3 sequential read regression fixSuparna Bhattacharya1-1/+1
2006-09-08[PATCH] ext3_getblk() should handle HOLE correctlyBadari Pulavarty1-4/+7
2006-07-31[PATCH] ext3 -nobh option causes oopsBadari Pulavarty1-3/+3
2006-07-31[PATCH] ext3: avoid triggering ext3_error on bad NFS file handleNeil Brown1-6/+7
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-3/+3
2006-06-25[PATCH] ext3_fsblk_t: the rest of in-kernel filesystem blocks conversionMingming Cao1-27/+28
2006-06-25[PATCH] ext3_fsblk_t: filesystem, group blocks and bug fixesMingming Cao1-1/+1
2006-05-03[PATCH] ext3: multile block allocate little endian fixesMingming Cao1-5/+8
2006-03-26[PATCH] ext3: multi-block get_block()Badari Pulavarty1-12/+4
2006-03-26[PATCH] ext3: cleanups and WARN_ON()Andrew Morton1-125/+114
2006-03-26[PATCH] remove ->get_blocks() supportBadari Pulavarty1-10/+2
2006-03-26[PATCH] ext3_get_blocks: multiple block allocationMingming Cao1-77/+193
2006-03-26[PATCH] ext3_get_blocks: Mapping multiple blocks at a onceMingming Cao1-29/+76
2006-03-26[PATCH] Make address_space_operations->invalidatepage return voidNeilBrown1-2/+2
2006-03-23[PATCH] convert ext3's truncate_sem to a mutexArjan van de Ven1-7/+7
2006-03-23[PATCH] ext3_readdir: use generic readaheadAndrew Morton1-1/+1
2006-03-11[PATCH] ext3: fix nobh mode for chattr +j inodesBadari Pulavarty1-9/+8
2006-02-01[PATCH] Direct Migration V9: Avoid writeback / page_migrate() methodChristoph Lameter1-0/+2
2005-11-13[PATCH] ext3: journal handling on error path in ext3_journalled_writepage()Denis Lunev1-1/+3
2005-10-30[PATCH] Test for sb_getblk return valueGlauber de Oliveira Costa1-1/+8
2005-10-30[PATCH] Locking problems while EXT3FS_DEBUG onGlauber de Oliveira Costa1-1/+1
2005-10-28[PATCH] gfp_t: fs/*Al Viro1-1/+1
2005-09-09[PATCH] update filesystems for new delete_inode behaviorMark Fasheh1-0/+2
2005-07-07[PATCH] ext3 xattr: Don't write to the in-inode xattr space of reserved inodesAndreas Gruenbacher1-1/+1
2005-06-24[PATCH] quota: ext3: Improve quota credit estimatesJan Kara1-3/+4
2005-05-05[PATCH] revert ext3-writepages-support-for-writeback-modeAndrew Morton1-46/+0
2005-05-01[PATCH] ext3: remove unnecessary race then retry in ext3_get_blockMingming Cao1-83/+61
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+3132