summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
...
* ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko2015-07-201-11/+5
* ext4: correctly migrate a file with a hole at the beginningEryu Guan2015-07-201-4/+5
* ext4: be more strict when migrating to non-extent based fileEryu Guan2015-07-201-1/+11
* ext4: fix reservation release on invalidatepage for delalloc fsLukas Czerner2015-07-201-3/+12
* ext4: don't retry file block mapping on bigalloc fs with non-extent fileDarrick J. Wong2015-07-151-1/+1
* ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o2015-07-151-0/+1
* ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o2015-07-151-4/+19
* ext4: check for zero length extent explicitlyEryu Guan2015-05-281-1/+1
* ext4: fix NULL pointer dereference when journal restart failsLukas Czerner2015-05-281-0/+6
* ext4: move check under lock scope to close a race.Davide Italiano2015-05-121-7/+8
* ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner2015-05-122-0/+10
* ext4: allocate entire range in zero rangeLukas Czerner2015-05-061-12/+19
* ext4: fix ZERO_RANGE bug hidden by flag aliasingTheodore Ts'o2015-05-061-7/+14
* ext4: fix accidental flag aliasing in ext4_map_blocks flagsTheodore Ts'o2015-05-061-2/+3
* ext4: make fsync to sync parent dir in no-journal for real this timeLukas Czerner2015-05-051-9/+11
* ext4: fix indirect punch hole corruptionOmar Sandoval2015-04-271-34/+71
* ext4: bail out from make_indexed_dir() on first errorJan Kara2014-11-131-10/+18
* ext4: convert do_split() to use the ERR_PTR conventionTheodore Ts'o2014-11-131-12/+11
* ext4: prevent bugon on race between write/fcntlDmitry Monakhov2014-11-131-1/+1
* ext4: enable journal checksum when metadata checksum feature enabledDarrick J. Wong2014-11-131-0/+4
* ext4: fix oops when loading block bitmap failedJan Kara2014-11-131-0/+4
* ext4: fix overflow when updating superblock backups after resizeJan Kara2014-11-131-1/+1
* ext4: check s_chksum_driver when looking for bg csum presenceDarrick J. Wong2014-11-052-2/+6
* ext4: move error report out of atomic context in ext4_init_block_bitmap()Dmitry Monakhov2014-11-051-4/+8
* ext4: Replace open coded mdata csum feature to helper functionDmitry Monakhov2014-11-0512-70/+43
* ext4: fix reservation overflow in ext4_da_write_beginEric Sandeen2014-11-051-1/+16
* ext4: add ext4_iget_normal() which is to be used for dir tree lookupsTheodore Ts'o2014-11-054-3/+11
* ext4: don't orphan or truncate the boot loader inodeTheodore Ts'o2014-11-052-5/+4
* ext4: grab missed write_count for EXT4_IOC_SWAP_BOOTDmitry Monakhov2014-11-051-1/+9
* ext4: fix mmap data corruption when blocksize < pagesizeJan Kara2014-11-051-1/+5
* ext4: don't check quota format when there are no quota filesJan Kara2014-11-051-7/+0
* ext4: check EA value offset when loadingDarrick J. Wong2014-11-051-8/+24
* ext4: avoid trying to kfree an ERR_PTR pointerTheodore Ts'o2014-10-052-0/+4
* ext4: propagate errors up to ext4_find_entry()'s callersTheodore Ts'o2014-10-052-3/+34
* jbd2: fix descriptor block size handling errors with journal_csumDarrick J. Wong2014-09-051-2/+3
* ext4: fix same-dir rename when inline data directory overflowsDarrick J. Wong2014-09-051-3/+18
* ext4: update i_disksize coherently with block allocation on error pathDmitry Monakhov2014-09-051-2/+8
* ext4: fix transaction issues for ext4_fallocate and ext_zero_rangeDmitry Monakhov2014-09-051-33/+35
* ext4: fix incorect journal credits reservation in ext4_zero_rangeDmitry Monakhov2014-09-051-2/+9
* ext4: move i_size,i_disksize update routines to helper functionDmitry Monakhov2014-09-053-39/+28
* ext4: fix BUG_ON in mb_free_blocks()Theodore Ts'o2014-09-051-0/+5
* ext4: fix ext4_discard_allocated_blocks() if we can't allocate the pa structTheodore Ts'o2014-09-051-1/+20
* ext4: fix punch hole on files with indirect mappingLukas Czerner2014-09-053-82/+205
* ext4: fix potential null pointer dereference in ext4_free_inodeNamjae Jeon2014-07-121-1/+1
* ext4: fix a potential deadlock in __ext4_es_shrink()Theodore Ts'o2014-07-121-2/+2
* ext4: revert commit which was causing fs corruption after journal replaysTheodore Ts'o2014-07-111-27/+24
* ext4: disable synchronous transaction batching if max_batch_time==0Eric Sandeen2014-07-051-2/+0
* ext4: clarify ext4_error message in ext4_mb_generate_buddy_error()Theodore Ts'o2014-07-051-2/+2
* ext4: clarify error count warning messagesTheodore Ts'o2014-07-051-3/+4
* ext4: fix unjournalled bg descriptor while initializing inode bitmapTheodore Ts'o2014-07-051-7/+7