aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o2015-08-121-4/+19
* ext4: fix reservation overflow in ext4_da_write_beginEric Sandeen2014-12-141-1/+16
* ext4: add ext4_iget_normal() which is to be used for dir tree lookupsTheodore Ts'o2014-12-141-0/+7
* ext4: don't orphan or truncate the boot loader inodeTheodore Ts'o2014-12-141-4/+3
* ext4: FIBMAP ioctl causes BUG_ON due to handle EXT_MAX_BLOCKSKazuya Mio2014-05-181-0/+5
* ext4: atomically set inode->i_flags in ext4_set_inode_flags()Theodore Ts'o2014-04-091-6/+9
* ext4: fix overflow when counting used blocks on 32-bit architecturesJan Kara2013-07-271-2/+2
* ext4/jbd2: don't wait (forever) for stale tid caused by wraparoundTheodore Ts'o2013-05-131-2/+1
* ext4: fix data=journal fast mount/umount hangTheodore Ts'o2013-03-271-1/+2
* ext4: fix possible use-after-free with AIOJan Kara2013-03-061-1/+1
* ext4: return ENOMEM if sb_getblk() failsTheodore Ts'o2013-03-061-6/+3
* ext4: init pagevec in ext4_da_block_invalidatepagesEric Sandeen2013-01-031-0/+1
* ext4: fix fdatasync() for files with only i_size changesJan Kara2012-10-171-2/+6
* ext4: fix potential deadlock in ext4_nonda_switch()Theodore Ts'o2012-10-171-7/+10
* 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 race between unwritten extent conversion and truncateJeff Moyer2012-04-021-5/+5
* ext4: ignore EXT4_INODE_JOURNAL_DATA flag with delallocLukas Czerner2012-04-021-14/+22
* 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: 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-211-0/+1
|\
| * ext4: add blk_finish_plug in error case of writepages.Namjae Jeon2011-11-071-0/+1
* | 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-021-1/+1
|\ \
| * | filesystems: add set_nlink()Miklos Szeredi2011-11-021-1/+1
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2011-11-021-69/+443
|\ \ \ | |/ / |/| |
| * | 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-311-4/+1
| * | ext4: let ext4_page_mkwrite stop started handle in failureYongqiang Yang2011-10-261-0/+1
| * | ext4: update EOFBLOCKS flag on fallocate properlyDmitry Monakhov2011-10-251-2/+4
| * | ext4: fix the deadlock in mpage_da_map_and_submit()Kazuya Mio2011-10-201-5/+8
| * | ext4: fix deadlock in ext4_ordered_write_end()Akira Fujita2011-10-201-0/+4
| * | ext4: add block plug for .writepagesShaohua Li2011-10-181-0/+3
| * | ext4: fix the comment describing ext4_ext_search_right()Tao Ma2011-10-081-2/+2
| * | ext4: attempt to fix race in bigalloc code pathAditya Kali2011-09-091-28/+118
| * | ext4: add some tracepoints in ext4/extents.cAditya Kali2011-09-091-2/+1
| * | ext4: rename ext4_has_free_blocks() to ext4_has_free_clusters()Theodore Ts'o2011-09-091-1/+1
| * | ext4: rename ext4_claim_free_blocks() to ext4_claim_free_clusters()Theodore Ts'o2011-09-091-1/+1
| * | ext4: rename ext4_count_free_blocks() to ext4_count_free_clusters()Theodore Ts'o2011-09-091-3/+3
| * | ext4: Fix bigalloc quota accounting and i_blocks valueAditya Kali2011-09-091-15/+39
| * | ext4: convert s_{dirty,free}blocks_counter to s_{dirty,free}clusters_counterTheodore Ts'o2011-09-091-8/+10
| * | ext4: enforce bigalloc restrictions (e.g., no online resizing, etc.)Theodore Ts'o2011-09-091-0/+5
| * | ext4: fix partial page writesAllison Henderson2011-09-061-0/+19
| * | ext4: only call ext4_jbd2_file_inode when an inode has been extendedTheodore Ts'o2011-09-061-15/+8