Commit Graph

1431 Commits (3538c56329936c78f7d356889908790006d0124c)

Author SHA1 Message Date
Yongqiang Yang 5a0dc7365c ext4: handle EOF correctly in ext4_bio_write_page() 13 years ago
Yongqiang Yang 5b5ffa49d4 ext4: remove a wrong BUG_ON in ext4_ext_convert_to_initialized 13 years ago
Yongqiang Yang 093e6e3666 ext4: correctly handle pages w/o buffers in ext4_discard_partial_buffers() 13 years ago
Yongqiang Yang 13a79a4741 ext4: avoid potential hang in mpage_submit_io() when blocksize < pagesize 13 years ago
Andrea Arcangeli ea51d132db ext4: avoid hangs in ext4_da_should_update_i_disksize() 13 years ago
Theodore Ts'o fc6cb1cda5 ext4: display the correct mount option in /proc/mounts for [no]init_itable 13 years ago
Paul Mackerras b4611abfa9 ext4: Fix crash due to getting bogus eh_depth value on big-endian systems 13 years ago
Theodore Ts'o b5a7e97039 ext4: fix ext4_end_io_dio() racing against fsync() 13 years ago
Tejun Heo 4c81f045c0 ext4: fix racy use-after-free in ext4_end_io_dio() 13 years ago
Yongqiang Yang 6e58ad69ef ext4: fix up a undefined error in ext4_free_blocks in debugging code 13 years ago
Namjae Jeon 3c1fcb2c24 ext4: add blk_finish_plug in error case of writepages. 13 years ago
Richard Weinberger 2397256d62 ext4: Remove kernel_lock annotations 13 years ago
Theodore Ts'o eb513689c9 ext4: ignore journalled data options on remount if fs has no journal 13 years ago
Miklos Szeredi bfe8684869 filesystems: add set_nlink() 13 years ago
Miklos Szeredi 6d6b77f163 filesystems: add missing nlink wrappers 13 years ago
Yongqiang Yang bf52c6f7af ext4: let ext4_ext_rm_leaf work with EXT_DEBUG defined 13 years ago
Yongqiang Yang 32de675690 ext4: fix a syntax error in ext4_ext_insert_extent when debugging enabled 13 years ago
Joe Perches b9075fa968 treewide: use __printf not __attribute__((format(printf,...))) 13 years ago
Mel Gorman 966dbde2c2 ext4: warn if direct reclaim tries to writeback pages 13 years ago
Robin Dong ff3fc1736f ext4: fix a typo in struct ext4_allocation_context 13 years ago
Greg Harm 3c6fe77017 ext4: Don't normalize an falloc request if it can fit in 1 extent. 13 years ago
Eryu Guan 4af8350899 ext4: remove comments about extent mount option in ext4_new_inode() 13 years ago
Yongqiang Yang edb5ac8993 ext4: let ext4_discard_partial_buffers handle unaligned range correctly 13 years ago
Yongqiang Yang 5129d05fda ext4: return ENOMEM if find_or_create_pages fails 13 years ago
Yongqiang Yang e260daf279 ext4: move vars to local scope in ext4_discard_partial_page_buffers_no_lock() 13 years ago
Tao Ma 0edeb71dc9 ext4: Create helper function for EXT4_IO_END_UNWRITTEN and i_aiodio_unwritten 13 years ago
Theodore Ts'o b82e384c7b ext4: optimize locking for end_io extent conversion 13 years ago
Theodore Ts'o 4e29802121 ext4: remove unnecessary call to waitqueue_active() 13 years ago
Tao Ma d73d5046a7 ext4: Use correct locking for ext4_end_io_nolock() 13 years ago
Curt Wohlgemuth 0e175a1835 writeback: Add a 'reason' to wb_writeback_work 13 years ago
Eric Sandeen 6d6a435190 ext4: fix race in xattr block allocation path 13 years ago
Yongqiang Yang e7b319e397 ext4: trace punch_hole correctly in ext4_ext_map_blocks 13 years ago
Yongqiang Yang 02dc62fba8 ext4: clean up AGGRESSIVE_TEST code 13 years ago
Yongqiang Yang 81fdbb4a8d ext4: move variables to their scope 13 years ago
Dmitry Monakhov 5cb81dabcc ext4: fix quota accounting during migration 13 years ago
Dmitry Monakhov fba90ffee8 ext4: migrate cleanup 13 years ago
Andi Kleen 4cce0e28b9 ext4: replace cut'n'pasted llseek code with generic_file_llseek_size 13 years ago
Eric Gouriou 80e675f906 ext4: optimize memmmove lengths in extent/index insertions 13 years ago
Eric Gouriou 6f91bc5fda ext4: optimize ext4_ext_convert_to_initialized() 13 years ago
Tao Ma b3ff056908 ext4: don't check io->flag when setting EXT4_STATE_DIO_UNWRITTEN inode state 13 years ago
Robin Dong 0a10da73e1 ext4: fix a wrong comment in __mb_check_buddy() 13 years ago
Robin Dong b051d8dc4e ext4: remove unused variable in mb_find_extent() 13 years ago
Robin Dong 66a83cde47 ext4: remove unused variable in ext4_mb_generate_from_pa() 13 years ago
Robin Dong ebbe027797 ext4: use stream-alloc when mb_group_prealloc set to zero 13 years ago
Yongqiang Yang fcbb551582 ext4: let ext4_page_mkwrite stop started handle in failure 13 years ago
Curt Wohlgemuth 6f8ff53726 ext4: handle NULL p_ext in ext4_ext_next_allocated_block() 13 years ago
Dan Carpenter f85b287a01 ext4: error handling fix in ext4_ext_convert_to_initialized() 13 years ago
Eric Sandeen 665436175c ext4: use ext4_reserve_inode_write in ext4_xattr_set_handle 13 years ago
Andreas Dilger 909a4cf1ff ext4: avoid setting directory i_nlink to zero 13 years ago
Darrick J. Wong cf8039036a ext4: prevent stack overrun in ext4_file_open 13 years ago