summaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)Author
2019-03-24Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-03-14ext4: remove useless ext4_pin_inode()Jason Yan
2019-03-12Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2019-02-21ext4: fix compile error when using BUFFER_TRACEzhangyi (F)
2019-02-14ext4: don't update s_rev_level if not requiredAndreas Dilger
2019-02-10ext4: unlock unused_pages timely when doing writebackXiaoguang Wang
2019-02-10ext4: cleanup clean_bdev_aliases() callszhangyi (F)
2019-02-10ext4: replace opencoded i_writecount usage with inode_is_open_for_write()Nikolay Borisov
2019-01-23fscrypt: remove filesystem specific build config optionChandan Rajendra
2019-01-23ext4: use IS_ENCRYPTED() to check encryption statusChandan Rajendra
2018-12-31ext4: fix special inode number checks in __ext4_iget()Theodore Ts'o
2018-12-24ext4: make sure enough credits are reserved for dioread_nolock writesTheodore Ts'o
2018-12-19ext4: check for shutdown and r/o file system in ext4_write_inode()Theodore Ts'o
2018-12-19ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o
2018-11-11Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-11-06ext4: avoid buffer leak on shutdown in ext4_mark_iloc_dirty()Vasily Averin
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-10-21pagevec: Use xa_mark_tMatthew Wilcox
2018-10-02ext4: convert fault handler to use vm_fault_t typeSouptick Joarder
2018-10-01ext4: fix reserved cluster accounting at page invalidation timeEric Whitney
2018-10-01ext4: fix reserved cluster accounting at delayed write timeEric Whitney
2018-10-01ext4: generalize extents status tree search functionsEric Whitney
2018-09-17Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman
2018-09-15ext4, dax: set ext4_dax_aops for dax filesToshi Kani
2018-09-15ext4, dax: add ext4_bmap to ext4_dax_aopsToshi Kani
2018-09-11ext4: close race between direct IO and ext4_break_layouts()Ross Zwisler
2018-09-01ext4: avoid arithemetic overflow that can trigger a BUGTheodore Ts'o
2018-08-17ext4: readpages() should submit IO as read-aheadJens Axboe
2018-08-02ext4: improve code readability in ext4_iget()Liu Song
2018-07-29ext4: handle layout changes to pinned DAX mappingsRoss Zwisler
2018-07-29ext4: use ktime_get_real_seconds for i_dtimeArnd Bergmann
2018-07-10ext4: fix inline data updates with checksums enabledTheodore Ts'o
2018-06-17ext4: add more inode number paranoia checksTheodore Ts'o
2018-06-15ext4: include the illegal physical block in the bad map ext4_error msgTheodore Ts'o
2018-05-22ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget()Theodore Ts'o
2018-05-13ext4: update mtime in ext4_punch_hole even if no blocks are releasedLukas Czerner
2018-05-13ext4: add verifier check for symlink with append/immutable flagsLuis R. Rodriguez
2018-05-10ext4: use raw i_version value for ea_inodeEryu Guan
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-04-06Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-03-30ext4, dax: introduce ext4_dax_aopsDan Williams
2018-03-29ext4: fail ext4_iget for root directory if unallocatedTheodore Ts'o
2018-03-28fs: move I_DIRTY_INODE to fs.hChristoph Hellwig
2018-03-26ext4: use generic_writepages instead of __writepage/write_cache_pagesGoldwyn Rodrigues
2018-03-22ext4: remove EXT4_STATE_DIOREAD_LOCK flagNikolay Borisov
2018-03-22ext4: fix offset overflow on 32-bit archs in ext4_iomap_begin()Jiri Slaby
2018-03-22ext4: update i_disksize if direct write past ondisk sizeEryu Guan
2018-03-22ext4: protect i_disksize update by i_data_sem in direct write pathEryu Guan
2018-02-03Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2018-01-29Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds