summaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-13ext4: add more inode number paranoia checksTheodore Ts'o1-1/+2
2018-07-03ext4: update mtime in ext4_punch_hole even if no blocks are releasedLukas Czerner1-18/+18
2018-04-29ext4: bugfix for mmaped pages in mpage_release_unused_pages()wangguang1-0/+2
2018-04-24ext4: fail ext4_iget for root directory if unallocatedTheodore Ts'o1-0/+6
2017-10-21ext4: avoid deadlock when expanding inode sizeJan Kara1-2/+0
2017-10-12ext4: fix data corruption for mmap writesJan Kara1-5/+19
2017-10-12ext4: only call ext4_truncate when size <= isizeJosef Bacik1-21/+19
2017-06-14ext4: keep existing extra fields when inode expandsKonstantin Khlebnikov1-2/+3
2016-08-22ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum1-3/+3
2016-08-22ext4: fix deadlock during page writebackJan Kara1-3/+26
2016-07-12ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan1-3/+3
2016-03-04ext4: fix crashes in dioread_nolock modeJan Kara1-20/+20
2015-08-04ext4: fix reservation release on invalidatepage for delalloc fsLukas Czerner1-3/+12
2015-07-04ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o1-4/+19
2015-05-18ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner1-0/+2
2014-10-30ext4: bail early when clearing inode journal flag failsJan Kara1-1/+6
2014-10-13ext4: Replace open coded mdata csum feature to helper functionDmitry Monakhov1-6/+3
2014-10-12ext4: fix reservation overflow in ext4_da_write_beginEric Sandeen1-1/+16
2014-10-06ext4: add ext4_iget_normal() which is to be used for dir tree lookupsTheodore Ts'o1-0/+7
2014-10-06ext4: don't orphan or truncate the boot loader inodeTheodore Ts'o1-4/+3
2014-10-02ext4: fix return value of ext4_do_update_inodeLi Xi1-1/+2
2014-10-02ext4: fix mmap data corruption when blocksize < pagesizeJan Kara1-1/+5
2014-09-05ext4: drop the EXT4_STATE_DELALLOC_RESERVED flagTheodore Ts'o1-16/+4
2014-09-02ext4: fix comments about get_blocksSeunghun Lee1-2/+2
2014-08-31ext4: use ext4_update_i_disksize instead of opencoded onesDmitry Monakhov1-4/+1
2014-08-30ext4: convert ext4_bread() to use the ERR_PTR conventionTheodore Ts'o1-10/+4
2014-08-30ext4: convert ext4_getblk() to use the ERR_PTR conventionTheodore Ts'o1-26/+25
2014-08-29ext4: update i_disksize coherently with block allocation on error pathDmitry Monakhov1-2/+8
2014-08-24ext4: move i_size,i_disksize update routines to helper functionDmitry Monakhov1-26/+8
2014-07-15ext4: fix punch hole on files with indirect mappingLukas Czerner1-1/+1
2014-07-15ext4: remove metadata reservation checksTheodore Ts'o1-123/+5
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-13/+11
2014-06-02ext4: handle symlink properly with inline_dataZheng Liu1-0/+3
2014-05-13ext4: add missing BUFFER_TRACE before ext4_journal_get_write_accessliang xie1-0/+3
2014-05-12ext4: remove unnecessary double parenthesesLukas Czerner1-5/+5
2014-05-12ext4: make local functions staticStephen Hemminger1-1/+1
2014-05-12ext4: fix data integrity sync in ordered modeNamjae Jeon1-2/+4
2014-05-07Merge ext4 changes in ext4_file_write() into for-nextAl Viro1-12/+13
2014-05-07switch {__,}blockdev_direct_IO() to iov_iterAl Viro1-2/+2
2014-05-07get rid of pointless iov_length() in ->direct_IO()Al Viro1-4/+4
2014-05-07ext4: switch the guts of ->direct_IO() to iov_iterAl Viro1-8/+7
2014-05-07pass iov_iter to ->direct_IO()Al Viro1-6/+5
2014-04-21ext4: add a new spinlock i_raw_lock to protect the ext4's raw inodeTheodore Ts'o1-19/+22
2014-04-21ext4: rename uninitialized extents to unwrittenLukas Czerner1-9/+9
2014-04-21ext4: get rid of EXT4_MAP_UNINIT flagLukas Czerner1-3/+4
2014-04-18ext4: discard preallocations after removing spaceLukas Czerner1-1/+0
2014-04-12fs: disallow all fallocate operation on active swapfileLukas Czerner1-5/+0
2014-04-12ext4: remove unnecessary check for APPEND and IMMUTABLELukas Czerner1-5/+1
2014-04-11ext4: move ext4_update_i_disksize() into mpage_map_and_submit_extent()Theodore Ts'o1-3/+13
2014-04-08ext4: update PF_MEMALLOC handling in ext4_write_inode()Theodore Ts'o1-12/+11