| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-07-23 | fs: Remove ext3 filesystem driver | Jan Kara | 1 | -3574/+0 |
| 2015-05-10 | ext3: switch to simple_follow_link() | Al Viro | 1 | -0/+1 |
| 2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 1 | -1/+1 |
| 2015-04-11 | direct_IO: remove rw from a_ops->direct_IO() | Omar Sandoval | 1 | -2/+2 |
| 2015-04-11 | direct_IO: use iov_iter_rw() instead of rw everywhere | Omar Sandoval | 1 | -4/+4 |
| 2015-04-11 | Remove rw from {,__,do_}blockdev_direct_IO() | Omar Sandoval | 1 | -1/+1 |
| 2015-03-25 | fs: move struct kiocb to fs.h | Christoph Hellwig | 1 | -1/+1 |
| 2014-06-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -9/+6 |
| 2014-05-22 | ext3: Fix deadlock in data=journal mode when fs is frozen | Jan Kara | 1 | -16/+17 |
| 2014-05-06 | switch {__,}blockdev_direct_IO() to iov_iter | Al Viro | 1 | -2/+1 |
| 2014-05-06 | get rid of pointless iov_length() in ->direct_IO() | Al Viro | 1 | -1/+1 |
| 2014-05-06 | pass iov_iter to ->direct_IO() | Al Viro | 1 | -9/+7 |
| 2014-04-07 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 1 | -61/+25 |
| 2014-04-03 | mm + fs: store shadow entries in page cache | Johannes Weiner | 1 | -1/+1 |
| 2014-03-17 | ext3: explicitly remove inode from orphan list after failed direct io | Eric Sandeen | 1 | -0/+2 |
| 2014-03-12 | ext3: Speedup WB_SYNC_ALL pass | Jan Kara | 1 | -1/+6 |
| 2014-03-04 | ext3: Update outdated comment before ext3_ordered_writepage() | Jan Kara | 1 | -43/+4 |
| 2014-03-04 | ext3: Update PF_MEMALLOC handling in ext3_write_inode() | Jan Kara | 1 | -12/+11 |
| 2014-03-03 | ext3: remove unneeded check in ext3_ordered_writepage() | Dan Carpenter | 1 | -5/+2 |
| 2014-01-25 | ext2/3/4: use generic posix ACL infrastructure | Christoph Hellwig | 1 | -1/+1 |
| 2013-07-03 | mm: vmscan: take page buffers dirty and locked state into account | Mel Gorman | 1 | -0/+1 |
| 2013-05-21 | jbd: change journal_invalidatepage() to accept length | Lukas Czerner | 1 | -3/+3 |
| 2013-05-21 | mm: change invalidatepage prototype to accept length | Lukas Czerner | 1 | -1/+2 |
| 2013-05-07 | aio: don't include aio.h in sched.h | Kent Overstreet | 1 | -0/+1 |
| 2013-03-20 | ext3: fix data=journal fast mount/umount hang | Jan Kara | 1 | -1/+2 |
| 2013-01-21 | Ext3: return ENOMEM rather than EIO if sb_getblk fails | Wang Shilong | 1 | -2/+2 |
| 2013-01-21 | Ext3: use unlikely to improve the efficiency of the kernel | Wang Shilong | 1 | -3/+3 |
| 2013-01-21 | Ext3: add necessary check in case IO error happens | Wang Shilong | 1 | -1/+5 |
| 2012-12-13 | ext3: drop if around WARN_ON | Julia Lawall | 1 | -2/+1 |
| 2012-10-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
| 2012-09-04 | ext3: Fix fdatasync() for files with only i_size changes | Jan Kara | 1 | -3/+14 |
| 2012-09-01 | treewide: fix comment/printk/variable typos | Anatol Pomozov | 1 | -1/+1 |
| 2012-08-04 | ext3: nuke write_super from comments | Artem Bityutskiy | 1 | -8/+0 |
| 2012-05-28 | Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux | Linus Torvalds | 1 | -3/+3 |
| 2012-05-15 | userns: Convert ext3 to use kuid/kgid where appropriate | Eric W. Biederman | 1 | -12/+20 |
| 2012-05-06 | vfs: Rename end_writeback() to clear_inode() | Jan Kara | 1 | -3/+3 |
| 2012-03-31 | ext3: move headers to fs/ext3/ | Al Viro | 1 | -11/+1 |
| 2012-02-29 | ext3: Update ctime in ext3_splice_branch() only when needed | Kazuya Mio | 1 | -3/+6 |
| 2012-01-09 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 1 | -11/+32 |
| 2012-01-09 | ext2/3/4: delete unneeded includes of module.h | Paul Gortmaker | 1 | -1/+0 |
| 2012-01-09 | ext3: Don't warn from writepage when readonly inode is spotted after error | Jan Kara | 1 | -3/+21 |
| 2012-01-09 | ext3: replace ll_rw_block with other functions | Zheng Liu | 1 | -7/+7 |
| 2011-12-02 | treewide: Fix typos in various parts of the kernel, and fix some comments. | Justin P. Mattock | 1 | -1/+1 |
| 2011-11-22 | ext3: NULL dereference in ext3_evict_inode() | Dan Carpenter | 1 | -0/+4 |
| 2011-11-02 | filesystems: add set_nlink() | Miklos Szeredi | 1 | -1/+1 |
| 2011-08-23 | block: separate priority boosting from REQ_META | Christoph Hellwig | 1 | -2/+2 |
| 2011-08-23 | block: remove READ_META and WRITE_META | Christoph Hellwig | 1 | -2/+2 |
| 2011-07-26 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 1 | -57/+136 |
| 2011-07-23 | ext3: Fix data corruption in inodes with journalled data | Jan Kara | 1 | -5/+35 |
| 2011-07-20 | fs: simplify the blockdev_direct_IO prototype | Christoph Hellwig | 1 | -3/+2 |
| 2011-07-20 | fs: move inode_dio_wait calls into ->setattr | Christoph Hellwig | 1 | -0/+3 |
| 2011-06-25 | ext3: Improve truncate error handling | Jan Kara | 1 | -38/+63 |
| 2011-06-25 | ext3: Convert ext3 to new truncate calling convention | Jan Kara | 1 | -16/+11 |
| 2011-06-25 | ext3: Add fixed tracepoints | Lukas Czerner | 1 | -0/+29 |
| 2011-05-27 | fs: pass exact type of data dirties to ->dirty_inode | Christoph Hellwig | 1 | -1/+1 |
| 2011-04-08 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 1 | -1/+1 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -3/+3 |
| 2011-03-24 | ext3: Fix writepage credits computation for ordered mode | Yongqiang Yang | 1 | -1/+1 |
| 2011-03-10 | block: remove per-queue plugging | Jens Axboe | 1 | -3/+0 |
| 2011-01-10 | ext3: Add more journal error check | Namhyung Kim | 1 | -2/+4 |
| 2010-10-27 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 1 | -8/+12 |
| 2010-10-28 | ext3: Update kernel-doc comments | Namhyung Kim | 1 | -7/+12 |
| 2010-10-28 | ext3: Remove misplaced BUFFER_TRACE() in ext3_truncate() | Namhyung Kim | 1 | -1/+0 |
| 2010-10-25 | fs: kill block_prepare_write | Christoph Hellwig | 1 | -2/+2 |
| 2010-08-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -14/+49 |
| 2010-08-09 | convert ext3 to ->evict_inode() | Al Viro | 1 | -10/+27 |
| 2010-08-09 | remove inode_setattr | Christoph Hellwig | 1 | -2/+10 |
| 2010-08-09 | introduce __block_write_begin | Christoph Hellwig | 1 | -2/+1 |
| 2010-08-09 | sort out blockdev_direct_IO variants | Christoph Hellwig | 1 | -0/+11 |
| 2010-08-05 | ext3: Fix dirtying of journalled buffers in data=journal mode | Jan Kara | 1 | -1/+17 |
| 2010-07-21 | ext3: Avoid filesystem corruption after a crash under heavy delete load | Jan Kara | 1 | -21/+25 |
| 2010-07-21 | ext3: remove vestiges of nobh support | Christoph Hellwig | 1 | -15/+1 |
| 2010-05-21 | quota: unify quota init condition in setattr | Dmitry Monakhov | 1 | -1/+1 |
| 2010-03-29 | ext3: fix broken handling of EXT3_STATE_NEW | Linus Torvalds | 1 | -1/+1 |
| 2010-03-05 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 1 | -14/+27 |
| 2010-03-05 | pass writeback_control to ->write_inode | Christoph Hellwig | 1 | -2/+2 |
| 2010-03-05 | dquot: cleanup dquot initialize routine | Christoph Hellwig | 1 | -3/+3 |
| 2010-03-05 | dquot: move dquot initialization responsibility into the filesystem | Christoph Hellwig | 1 | -0/+5 |
| 2010-03-05 | dquot: cleanup dquot transfer routine | Christoph Hellwig | 1 | -1/+1 |
| 2010-03-05 | dquot: cleanup space allocation / freeing routines | Christoph Hellwig | 1 | -1/+1 |
| 2010-03-05 | ext3: add writepage sanity checks | Dmitry Monakhov | 1 | -0/+7 |
| 2010-03-05 | ext3: Truncate allocated blocks if direct IO write fails to update i_size | Jan Kara | 1 | -2/+3 |
| 2010-03-05 | ext3: Use bitops to read/modify EXT3_I(inode)->i_state | Jan Kara | 1 | -9/+9 |
| 2009-12-23 | ext3: quota macros cleanup [V2] | Dmitry Monakhov | 1 | -4/+4 |
| 2009-12-10 | ext3: Fix data / filesystem corruption when write fails to copy data | Jan Kara | 1 | -4/+14 |
| 2009-12-07 | Merge branch 'for-next' into for-linus | Jiri Kosina | 1 | -1/+1 |
| 2009-12-04 | tree-wide: fix typos "offest" -> "offset" | Uwe Kleine-König | 1 | -1/+1 |
| 2009-11-11 | ext3: Wait for proper transaction commit on fsync | Jan Kara | 1 | -1/+31 |
| 2009-11-11 | ext3: retry failed direct IO allocations | Eric Sandeen | 1 | -0/+4 |
| 2009-09-24 | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l... | Linus Torvalds | 1 | -0/+3 |
| 2009-09-16 | ext3: Add locking to ext3_do_update_inode | Chris Mason | 1 | -0/+9 |
| 2009-09-16 | ext3: Fix possible deadlock between ext3_truncate() and ext3_get_blocks() | Jan Kara | 1 | -4/+15 |
| 2009-09-16 | HWPOISON: Enable .remove_error_page for migration aware file systems | Andi Kleen | 1 | -0/+3 |
| 2009-07-15 | ext3: Get rid of extenddisksize parameter of ext3_get_blocks_handle() | Jan Kara | 1 | -10/+3 |
| 2009-07-15 | ext3: Fix truncation of symlinks after failed write | Jan Kara | 1 | -9/+10 |
| 2009-06-24 | switch ext3 to inode->i_acl | Al Viro | 1 | -4/+0 |
| 2009-06-18 | ext3: make sure inode is deleted from orphan list after truncate | Jan Kara | 1 | -9/+11 |
| 2009-06-18 | ext3: fix chain verification in ext3_get_blocks() | Jan Kara | 1 | -1/+1 |
| 2009-06-11 | ext3: remove ->write_super and stop maintaining ->s_dirt | Christoph Hellwig | 1 | -1/+0 |
| 2009-04-08 | ext3: Try to avoid starting a transaction in writepage for data=writepage | Jan Kara | 1 | -5/+18 |
| 2009-04-03 | Merge branch 'ext3-latency-fixes' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+3 |
| 2009-04-03 | ext3: Add replace-on-truncate hueristics for data=writeback mode | Theodore Ts'o | 1 | -0/+3 |
| 2009-04-02 | ext3: avoid false EIO errors | Jan Kara | 1 | -65/+74 |
| 2009-03-27 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 1 | -3/+3 |
| 2009-03-26 | ext3: Avoid starting a transaction in writepage when not necessary | Jan Kara | 1 | -5/+13 |
| 2009-03-26 | ext3: Use lowercase names of quota functions | Jan Kara | 1 | -3/+3 |
| 2009-01-04 | fs: symlink write_begin allocation context fix | Nick Piggin | 1 | -1/+1 |
| 2008-12-31 | ext3: ensure fast symlinks are NUL-terminated | Duane Griffin | 1 | -2/+5 |
| 2008-10-20 | ext3: truncate block allocated on a failed ext3_write_begin | Aneesh Kumar K.V | 1 | -0/+7 |
| 2008-10-03 | generic block based fiemap implementation | Josef Bacik | 1 | -0/+8 |
| 2008-07-28 | vfs: pagecache usage optimization for pagesize!=blocksize | Hisashi Hifumi | 1 | -32/+35 |
| 2008-07-25 | ext3: handle deleting corrupted indirect blocks | Duane Griffin | 1 | -1/+15 |
| 2008-07-25 | ext3: don't read inode block if the buffer has a write error | Hidehiro Kawai | 1 | -0/+10 |
| 2008-07-25 | ext3: handle corrupted orphan list at mount | Duane Griffin | 1 | -6/+14 |
| 2008-04-29 | ext3: fix test ext_generic_write_end() copied return value | Roel Kluin | 1 | -6/+8 |
| 2008-04-28 | ext3: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 1 | -3/+3 |
| 2008-04-28 | ext3: use ext3_get_group_desc() | Akinobu Mita | 1 | -18/+5 |
| 2008-04-21 | ext*: spelling fix prefered -> preferred | Benoit Boissinot | 1 | -3/+3 |
| 2008-02-07 | iget: stop EXT3 from using iget() and read_inode() | David Howells | 1 | -6/+19 |
| 2008-02-06 | ext3: fix lock inversion in direct IO | Jan Kara | 1 | -54/+52 |
| 2008-02-06 | ext[234]: remove unused argument for ext[234]_find_goal() | Akinobu Mita | 1 | -5/+3 |
| 2008-02-05 | Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user | Christoph Lameter | 1 | -2/+2 |
| 2007-10-19 | JBD: Fix JBD warnings when compiling with CONFIG_JBD_DEBUG | Jose R. Santos | 1 | -1/+1 |
| 2007-10-18 | sparse pointer use of zero as null | Stephen Hemminger | 1 | -1/+1 |
| 2007-10-16 | ext3: convert to new aops | Nick Piggin | 1 | -48/+115 |
| 2007-07-16 | ext3: remove extra IS_RDONLY() check | Dave Hansen | 1 | -1/+1 |
| 2007-06-24 | ext3: lost brelse in ext3_read_inode() | Kirill Korotaev | 1 | -1/+3 |
| 2007-05-09 | ext3: use zero_user_page | Nate Diller | 1 | -10/+2 |
| 2007-05-08 | ext3: copy i_flags to inode flags on write | Jan Kara | 1 | -0/+20 |
| 2007-05-08 | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 1 | -1/+0 |
| 2007-05-08 | ext2/3/4: fix file date underflow on ext2 3 filesystems on 64 bit systems | Markus Rechberger | 1 | -3/+3 |
| 2007-04-02 | [PATCH] revert "retries in ext3_prepare_write() violate ordering requirements" | Andrew Morton | 1 | -75/+10 |
| 2007-02-11 | [PATCH] jbd layer function called instead of fs specific one | Dmitriy Monakhov | 1 | -2/+2 |
| 2006-12-07 | [PATCH] retries in ext3_prepare_write() violate ordering requirements | Andrey Savochkin | 1 | -10/+75 |
| 2006-09-30 | [PATCH] ext3: make meta data reads use READ_META | Jens Axboe | 1 | -2/+3 |
| 2006-09-27 | [PATCH] inode-diet: Eliminate i_blksize from the inode structure | Theodore Ts'o | 1 | -3/+0 |
| 2006-09-27 | [PATCH] ext3: More whitespace cleanups | Dave Kleikamp | 1 | -4/+4 |
| 2006-09-27 | [PATCH] ext3: inode numbers are unsigned long | Eric Sandeen | 1 | -1/+1 |
| 2006-09-27 | [PATCH] ext3 and jbd cleanup: remove whitespace | Mingming Cao | 1 | -32/+32 |
| 2006-09-16 | [PATCH] ext3 sequential read regression fix | Suparna Bhattacharya | 1 | -1/+1 |
| 2006-09-08 | [PATCH] ext3_getblk() should handle HOLE correctly | Badari Pulavarty | 1 | -4/+7 |
| 2006-07-31 | [PATCH] ext3 -nobh option causes oops | Badari Pulavarty | 1 | -3/+3 |
| 2006-07-31 | [PATCH] ext3: avoid triggering ext3_error on bad NFS file handle | Neil Brown | 1 | -6/+7 |
| 2006-06-28 | [PATCH] mark address_space_operations const | Christoph Hellwig | 1 | -3/+3 |
| 2006-06-25 | [PATCH] ext3_fsblk_t: the rest of in-kernel filesystem blocks conversion | Mingming Cao | 1 | -27/+28 |
| 2006-06-25 | [PATCH] ext3_fsblk_t: filesystem, group blocks and bug fixes | Mingming Cao | 1 | -1/+1 |
| 2006-05-03 | [PATCH] ext3: multile block allocate little endian fixes | Mingming Cao | 1 | -5/+8 |
| 2006-03-26 | [PATCH] ext3: multi-block get_block() | Badari Pulavarty | 1 | -12/+4 |
| 2006-03-26 | [PATCH] ext3: cleanups and WARN_ON() | Andrew Morton | 1 | -125/+114 |
| 2006-03-26 | [PATCH] remove ->get_blocks() support | Badari Pulavarty | 1 | -10/+2 |
| 2006-03-26 | [PATCH] ext3_get_blocks: multiple block allocation | Mingming Cao | 1 | -77/+193 |
| 2006-03-26 | [PATCH] ext3_get_blocks: Mapping multiple blocks at a once | Mingming Cao | 1 | -29/+76 |
| 2006-03-26 | [PATCH] Make address_space_operations->invalidatepage return void | NeilBrown | 1 | -2/+2 |
| 2006-03-23 | [PATCH] convert ext3's truncate_sem to a mutex | Arjan van de Ven | 1 | -7/+7 |
| 2006-03-23 | [PATCH] ext3_readdir: use generic readahead | Andrew Morton | 1 | -1/+1 |
| 2006-03-11 | [PATCH] ext3: fix nobh mode for chattr +j inodes | Badari Pulavarty | 1 | -9/+8 |
| 2006-02-01 | [PATCH] Direct Migration V9: Avoid writeback / page_migrate() method | Christoph Lameter | 1 | -0/+2 |
| 2005-11-13 | [PATCH] ext3: journal handling on error path in ext3_journalled_writepage() | Denis Lunev | 1 | -1/+3 |
| 2005-10-30 | [PATCH] Test for sb_getblk return value | Glauber de Oliveira Costa | 1 | -1/+8 |
| 2005-10-30 | [PATCH] Locking problems while EXT3FS_DEBUG on | Glauber de Oliveira Costa | 1 | -1/+1 |
| 2005-10-28 | [PATCH] gfp_t: fs/* | Al Viro | 1 | -1/+1 |
| 2005-09-09 | [PATCH] update filesystems for new delete_inode behavior | Mark Fasheh | 1 | -0/+2 |
| 2005-07-07 | [PATCH] ext3 xattr: Don't write to the in-inode xattr space of reserved inodes | Andreas Gruenbacher | 1 | -1/+1 |
| 2005-06-24 | [PATCH] quota: ext3: Improve quota credit estimates | Jan Kara | 1 | -3/+4 |
| 2005-05-05 | [PATCH] revert ext3-writepages-support-for-writeback-mode | Andrew Morton | 1 | -46/+0 |
| 2005-05-01 | [PATCH] ext3: remove unnecessary race then retry in ext3_get_block | Mingming Cao | 1 | -83/+61 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+3132 |