summaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)Author
2019-12-17ext4: fix a bug in ext4_wait_for_tail_page_commityangerkun
2019-12-17ext4: Fix credit estimate for final inode freeingJan Kara
2019-12-05ext4: add more paranoia checking in ext4_expand_extra_isize handlingTheodore Ts'o
2019-10-05ext4: fix punch hole for inline_data file systemsTheodore Ts'o
2019-07-31ext4: use jbd2_inode dirty range scopingRoss Zwisler
2019-07-31ext4: enforce the immutable flag on open filesTheodore Ts'o
2019-05-31ext4: do not delete unlinked inode from orphan list on failed truncateJan Kara
2019-05-21ext4: fix compile error when using BUFFER_TRACEzhangyi (F)
2019-01-16ext4: make sure enough credits are reserved for dioread_nolock writesTheodore Ts'o
2019-01-09ext4: check for shutdown and r/o file system in ext4_write_inode()Theodore Ts'o
2018-11-21ext4: avoid buffer leak on shutdown in ext4_mark_iloc_dirty()Vasily Averin
2018-09-29ext4: avoid arithemetic overflow that can trigger a BUGTheodore Ts'o
2018-08-03ext4: fix inline data updates with checksums enabledTheodore Ts'o
2018-07-11ext4: add more inode number paranoia checksTheodore Ts'o
2018-07-11ext4: include the illegal physical block in the bad map ext4_error msgTheodore Ts'o
2018-06-26ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget()Theodore Ts'o
2018-06-26ext4: update mtime in ext4_punch_hole even if no blocks are releasedLukas Czerner
2018-04-24ext4: fail ext4_iget for root directory if unallocatedTheodore Ts'o
2018-04-24ext4: protect i_disksize update by i_data_sem in direct write pathEryu Guan
2018-02-22ext4: fix a race in the ext4 shutdown pathHarshad Shirwadkar
2017-12-20ext4: support fast symlinks from ext3 file systemsAndi Kleen
2017-11-30ext4: prevent data corruption with journaling + DAXRoss Zwisler
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-09-06mm: remove nr_pages argument from pagevec_lookup{,_range}()Jan Kara
2017-09-06ext4: use pagevec_lookup_range() in writeback codeJan Kara
2017-09-06mm: make pagevec_lookup() update indexJan Kara
2017-08-31ext4: perform dax_device lookup at mountDan Williams
2017-08-24ext4: backward compatibility support for Lustre ea_inode implementationTahsin Erdogan
2017-08-06ext4, project: expand inode extra size if possibleMiao Xie
2017-08-06ext4: restructure ext4_expand_extra_isizeMiao Xie
2017-08-06ext4: fix forgetten xattr lock protection in ext4_expand_extra_isizeMiao Xie
2017-08-06ext4: make xattr inode reads fasterTahsin Erdogan
2017-07-30ext4: correct comment references to ext4_ext_direct_IO()Eric Whitney
2017-07-04ext4: change fast symlink test to not rely on i_blocksTahsin Erdogan
2017-06-23ext4: require key for truncate(2) of encrypted fileEric Biggers
2017-06-22ext4: avoid unnecessary stalls in ext4_evict_inode()Jan Kara
2017-06-22quota: add get_inode_usage callback to transfer multi-inode chargesTahsin Erdogan
2017-06-22ext4: xattr inode deduplicationTahsin Erdogan
2017-06-22ext4: cleanup transaction restarts during inode deletionTahsin Erdogan
2017-06-22ext4: add ext4_is_quota_file()Tahsin Erdogan
2017-06-22ext4: modify ext4_xattr_ino_array to hold struct inode *Tahsin Erdogan
2017-06-21ext4: fix lockdep warning about recursive inode lockingTahsin Erdogan
2017-06-21ext4: xattr-in-inode supportAndreas Dilger
2017-06-21ext4: add largedir featureArtem Blagodarenko
2017-05-29ext4: fix fdatasync(2) after extent manipulation operationsJan Kara
2017-05-26ext4: fix data corruption for mmap writesJan Kara
2017-05-24ext4: remove redundant check for encrypted file on dio write pathEric Biggers
2017-05-24ext4: fix off-by-one error when writing back pages before dio readEric Biggers