aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
...
* ext4/jbd2: don't wait (forever) for stale tid caused by wraparoundTheodore Ts'o2013-05-132-4/+2
* ext4: fix data=journal fast mount/umount hangTheodore Ts'o2013-03-271-1/+2
* ext4: use atomic64_t for the per-flexbg free_clusters countTheodore Ts'o2013-03-275-15/+15
* ext4: convert number of blocks to clusters properlyLukas Czerner2013-03-273-7/+7
* ext4: fix the wrong number of the allocated blocks in ext4_split_extent()Zheng Liu2013-03-271-1/+5
* ext4: fix kernel BUG on large-scale rm -rf commandsTheodore Ts'o2013-03-061-0/+1
* ext4: fix hole punch failure when depth is greater than 0Ashish Sangwan2013-03-061-17/+29
* ext4: rewrite punch hole to use ext4_ext_remove_space()Lukas Czerner2013-03-061-85/+91
* ext4: fix free clusters calculation in bigalloc filesystemLukas Czerner2013-03-061-2/+7
* ext4: fix xattr block allocation/release with bigallocLukas Czerner2013-03-061-3/+4
* ext4: fix race in ext4_mb_add_n_trim()Niu Yawei2013-03-061-3/+3
* ext4: fix possible use-after-free with AIOJan Kara2013-03-062-6/+5
* ext4: return ENOMEM if sb_getblk() failsTheodore Ts'o2013-03-066-24/+30
* ext4: do not try to write superblock on ro remount w/o journalMichael Tokarev2013-01-161-1/+1
* ext4: check dioread_nolock on remountJan Kara2013-01-161-9/+11
* ext4: fix extent tree corruption caused by hole punchForrest Liu2013-01-161-4/+18
* ext4: init pagevec in ext4_da_block_invalidatepagesEric Sandeen2013-01-031-0/+1
* ext4: fix memory leak in ext4_xattr_set_acl()'s error pathEugene Shatokhin2013-01-031-2/+4
* ext4: race-condition protection for ext4_convert_unwritten_extents_endioDmitry Monakhov2012-10-301-11/+46
* ext4: fix fdatasync() for files with only i_size changesJan Kara2012-10-171-2/+6
* ext4: always set i_op in ext4_mknod()Bernd Schubert2012-10-171-2/+0
* ext4: online defrag is not supported for journaled filesDmitry Monakhov2012-10-171-1/+6
* ext4: move_extent code cleanupDmitry Monakhov2012-10-171-120/+47
* ext4: fix potential deadlock in ext4_nonda_switch()Theodore Ts'o2012-10-171-7/+10
* ext4: fix long mount times on very big file systemsTheodore Ts'o2012-09-121-0/+4
* ext4: avoid kmemcheck complaint from reading uninitialized memoryTheodore Ts'o2012-09-121-0/+1
* ext4: undo ext4_calc_metadata_amount if we fail to claim spaceTheodore Ts'o2012-08-021-11/+21
* ext4: don't let i_reserved_meta_blocks go negativeBrian Foster2012-08-021-0/+9
* ext4: fix overhead calculation used by ext4_statfs()Theodore Ts'o2012-08-024-56/+131
* ext4: pass a char * to ext4_count_free() instead of a buffer_head ptrTheodore Ts'o2012-08-024-8/+8
* 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