summaryrefslogtreecommitdiff
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* ext4: Report max_batch_time option correctlyBen Hutchings2012-07-251-1/+1
* ext4: fix the free blocks calculation for ext3 file systems w/ uninit_bgTheodore Ts'o2012-06-101-4/+4
* ext4: don't set i_flags in EXT4_IOC_SETFLAGSTao Ma2012-06-101-1/+0
* ext4: don't trash state flags in EXT4_IOC_SETFLAGSTheodore Ts'o2012-06-101-3/+9
* ext4: remove mb_groups before tearing down the buddy_cacheSalman Qazi2012-06-101-2/+3
* ext4: add ext4_mb_unload_buddy in the error pathSalman Qazi2012-06-101-0/+1
* ext4: add missing save_error_info() to ext4_error()Theodore Ts'o2012-06-101-0/+1
* ext4: disallow hard-linked directory in ext4_lookupAndreas Dilger2012-06-101-0/+6
* ext4: force ro mount if ext4_setup_super() failsEric Sandeen2012-06-101-1/+2
* ext4: fix error handling on inode bitmap corruptionJan Kara2012-05-311-2/+6
* ext4: avoid deadlock on sync-mounted FS w/o journalEric Sandeen2012-05-201-3/+4
* ext4: fix endianness breakage in ext4_split_extent_at()Al Viro2012-05-111-1/+1
* ext4: address scalability issue by removing extent cache statisticsTheodore Ts'o2012-04-223-23/+0
* ext4: check for zero length extentTheodore Ts'o2012-04-021-0/+2
* ext4: fix race between sync and completed io workJeff Moyer2012-04-023-2/+10
* ext4: fix race between unwritten extent conversion and truncateJeff Moyer2012-04-023-5/+8
* ext4: ignore EXT4_INODE_JOURNAL_DATA flag with delallocLukas Czerner2012-04-022-41/+51
* ext4: fix undefined behavior in ext4_fill_flex_info()Xi Wang2012-01-251-4/+3
* ext4: add missing ext4_resize_end on error pathsDjalal Harouni2012-01-251-10/+18
* ext4: handle EOF correctly in ext4_bio_write_page()Yongqiang Yang2011-12-131-0/+12
* ext4: remove a wrong BUG_ON in ext4_ext_convert_to_initializedYongqiang Yang2011-12-131-1/+0
* ext4: correctly handle pages w/o buffers in ext4_discard_partial_buffers()Yongqiang Yang2011-12-131-39/+2
* ext4: avoid potential hang in mpage_submit_io() when blocksize < pagesizeYongqiang Yang2011-12-131-2/+5
* ext4: avoid hangs in ext4_da_should_update_i_disksize()Andrea Arcangeli2011-12-131-1/+1
* ext4: display the correct mount option in /proc/mounts for [no]init_itableTheodore Ts'o2011-12-121-9/+8
* ext4: Fix crash due to getting bogus eh_depth value on big-endian systemsPaul Mackerras2011-12-121-1/+1
* ext4: fix ext4_end_io_dio() racing against fsync()Theodore Ts'o2011-12-121-2/+2
* ext4: fix racy use-after-free in ext4_end_io_dio()Tejun Heo2011-11-241-1/+1
* Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds2011-11-213-4/+5
|\
| * ext4: fix up a undefined error in ext4_free_blocks in debugging codeYongqiang Yang2011-11-211-1/+1
| * ext4: add blk_finish_plug in error case of writepages.Namjae Jeon2011-11-071-0/+1
| * ext4: Remove kernel_lock annotationsRichard Weinberger2011-11-071-2/+0
| * ext4: ignore journalled data options on remount if fs has no journalTheodore Ts'o2011-11-071-1/+3
* | Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-1/+1
|\ \ | |/ |/|
| * writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth2011-10-311-1/+1
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds2011-11-024-7/+7
|\ \
| * | filesystems: add set_nlink()Miklos Szeredi2011-11-022-4/+4
| * | filesystems: add missing nlink wrappersMiklos Szeredi2011-11-023-3/+3
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2011-11-0221-1103/+2210
|\ \ \ | |/ / |/| |
| * | ext4: let ext4_ext_rm_leaf work with EXT_DEBUG definedYongqiang Yang2011-11-011-1/+1
| * | ext4: fix a syntax error in ext4_ext_insert_extent when debugging enabledYongqiang Yang2011-11-011-8/+8
| * | ext4: fix a typo in struct ext4_allocation_contextRobin Dong2011-10-311-1/+1
| * | ext4: Don't normalize an falloc request if it can fit in 1 extent.Greg Harm2011-10-311-2/+8
| * | ext4: remove comments about extent mount option in ext4_new_inode()Eryu Guan2011-10-311-5/+1
| * | ext4: let ext4_discard_partial_buffers handle unaligned range correctlyYongqiang Yang2011-10-311-2/+2
| * | ext4: return ENOMEM if find_or_create_pages failsYongqiang Yang2011-10-311-2/+2
| * | ext4: move vars to local scope in ext4_discard_partial_page_buffers_no_lock()Yongqiang Yang2011-10-311-1/+2
| * | ext4: Create helper function for EXT4_IO_END_UNWRITTEN and i_aiodio_unwrittenTao Ma2011-10-314-20/+18
| * | ext4: optimize locking for end_io extent conversionTheodore Ts'o2011-10-312-29/+13
| * | ext4: remove unnecessary call to waitqueue_active()Theodore Ts'o2011-10-301-11/+4