summaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)Author
2018-07-03ext4: update mtime in ext4_punch_hole even if no blocks are releasedLukas Czerner
2018-04-29ext4: bugfix for mmaped pages in mpage_release_unused_pages()wangguang
2018-04-24ext4: fail ext4_iget for root directory if unallocatedTheodore Ts'o
2017-10-21ext4: avoid deadlock when expanding inode sizeJan Kara
2017-10-12ext4: fix data corruption for mmap writesJan Kara
2017-10-12ext4: only call ext4_truncate when size <= isizeJosef Bacik
2017-06-14ext4: keep existing extra fields when inode expandsKonstantin Khlebnikov
2016-08-22ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum
2016-08-22ext4: fix deadlock during page writebackJan Kara
2016-07-12ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan
2016-03-04ext4: fix crashes in dioread_nolock modeJan Kara
2015-08-04ext4: fix reservation release on invalidatepage for delalloc fsLukas Czerner
2015-07-03ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o
2015-05-17ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner
2014-10-30ext4: bail early when clearing inode journal flag failsJan Kara
2014-10-13ext4: Replace open coded mdata csum feature to helper functionDmitry Monakhov
2014-10-11ext4: fix reservation overflow in ext4_da_write_beginEric Sandeen
2014-10-05ext4: add ext4_iget_normal() which is to be used for dir tree lookupsTheodore Ts'o
2014-10-05ext4: don't orphan or truncate the boot loader inodeTheodore Ts'o
2014-10-01ext4: fix return value of ext4_do_update_inodeLi Xi
2014-10-01ext4: fix mmap data corruption when blocksize < pagesizeJan Kara
2014-09-04ext4: drop the EXT4_STATE_DELALLOC_RESERVED flagTheodore Ts'o
2014-09-01ext4: fix comments about get_blocksSeunghun Lee
2014-08-30ext4: use ext4_update_i_disksize instead of opencoded onesDmitry Monakhov
2014-08-29ext4: convert ext4_bread() to use the ERR_PTR conventionTheodore Ts'o
2014-08-29ext4: convert ext4_getblk() to use the ERR_PTR conventionTheodore Ts'o
2014-08-28ext4: update i_disksize coherently with block allocation on error pathDmitry Monakhov
2014-08-23ext4: move i_size,i_disksize update routines to helper functionDmitry Monakhov
2014-07-15ext4: fix punch hole on files with indirect mappingLukas Czerner
2014-07-15ext4: remove metadata reservation checksTheodore Ts'o
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-06-02ext4: handle symlink properly with inline_dataZheng Liu
2014-05-12ext4: add missing BUFFER_TRACE before ext4_journal_get_write_accessliang xie
2014-05-12ext4: remove unnecessary double parenthesesLukas Czerner
2014-05-12ext4: make local functions staticStephen Hemminger
2014-05-12ext4: fix data integrity sync in ordered modeNamjae Jeon
2014-05-06Merge ext4 changes in ext4_file_write() into for-nextAl Viro
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro
2014-05-06ext4: switch the guts of ->direct_IO() to iov_iterAl Viro
2014-05-06pass iov_iter to ->direct_IO()Al Viro
2014-04-21ext4: add a new spinlock i_raw_lock to protect the ext4's raw inodeTheodore Ts'o
2014-04-20ext4: rename uninitialized extents to unwrittenLukas Czerner
2014-04-20ext4: get rid of EXT4_MAP_UNINIT flagLukas Czerner
2014-04-18ext4: discard preallocations after removing spaceLukas Czerner
2014-04-12fs: disallow all fallocate operation on active swapfileLukas Czerner
2014-04-12ext4: remove unnecessary check for APPEND and IMMUTABLELukas Czerner
2014-04-11ext4: move ext4_update_i_disksize() into mpage_map_and_submit_extent()Theodore Ts'o
2014-04-08ext4: update PF_MEMALLOC handling in ext4_write_inode()Theodore Ts'o
2014-04-07ext4: FIBMAP ioctl causes BUG_ON due to handle EXT_MAX_BLOCKSKazuya Mio