aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-24Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-30/+0
2019-03-14ext4: remove useless ext4_pin_inode()Jason Yan1-30/+0
2019-03-12Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-14/+7
2019-02-21ext4: fix compile error when using BUFFER_TRACEzhangyi (F)1-1/+1
2019-02-14ext4: don't update s_rev_level if not requiredAndreas Dilger1-1/+0
2019-02-10ext4: unlock unused_pages timely when doing writebackXiaoguang Wang1-4/+5
2019-02-10ext4: cleanup clean_bdev_aliases() callszhangyi (F)1-7/+0
2019-02-10ext4: replace opencoded i_writecount usage with inode_is_open_for_write()Nikolay Borisov1-1/+1
2019-01-23fscrypt: remove filesystem specific build config optionChandan Rajendra1-4/+4
2019-01-23ext4: use IS_ENCRYPTED() to check encryption statusChandan Rajendra1-9/+7
2018-12-31ext4: fix special inode number checks in __ext4_iget()Theodore Ts'o1-1/+1
2018-12-24ext4: make sure enough credits are reserved for dioread_nolock writesTheodore Ts'o1-1/+2
2018-12-19ext4: check for shutdown and r/o file system in ext4_write_inode()Theodore Ts'o1-2/+7
2018-12-19ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o1-17/+37
2018-11-11Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-2/+3
2018-11-06ext4: avoid buffer leak on shutdown in ext4_mark_iloc_dirty()Vasily Averin1-2/+3
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-1/+1
2018-10-21pagevec: Use xa_mark_tMatthew Wilcox1-1/+1
2018-10-02ext4: convert fault handler to use vm_fault_t typeSouptick Joarder1-14/+15
2018-10-01ext4: fix reserved cluster accounting at page invalidation timeEric Whitney1-19/+4
2018-10-01ext4: fix reserved cluster accounting at delayed write timeEric Whitney1-18/+61
2018-10-01ext4: generalize extents status tree search functionsEric Whitney1-7/+10
2018-09-17Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Greg Kroah-Hartman1-9/+11
2018-09-15ext4, dax: set ext4_dax_aops for dax filesToshi Kani1-1/+1
2018-09-15ext4, dax: add ext4_bmap to ext4_dax_aopsToshi Kani1-0/+1
2018-09-11ext4: close race between direct IO and ext4_break_layouts()Ross Zwisler1-6/+3
2018-09-01ext4: avoid arithemetic overflow that can trigger a BUGTheodore Ts'o1-2/+6
2018-08-17ext4: readpages() should submit IO as read-aheadJens Axboe1-2/+3
2018-08-02ext4: improve code readability in ext4_iget()Liu Song1-10/+7
2018-07-29ext4: handle layout changes to pinned DAX mappingsRoss Zwisler1-0/+46
2018-07-29ext4: use ktime_get_real_seconds for i_dtimeArnd Bergmann1-1/+1
2018-07-10ext4: fix inline data updates with checksums enabledTheodore Ts'o1-9/+7
2018-06-17ext4: add more inode number paranoia checksTheodore Ts'o1-1/+2
2018-06-15ext4: include the illegal physical block in the bad map ext4_error msgTheodore Ts'o1-2/+2
2018-05-22ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget()Theodore Ts'o1-3/+7
2018-05-13ext4: update mtime in ext4_punch_hole even if no blocks are releasedLukas Czerner1-18/+18
2018-05-13ext4: add verifier check for symlink with append/immutable flagsLuis R. Rodriguez1-0/+7
2018-05-10ext4: use raw i_version value for ea_inodeEryu Guan1-2/+22
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-11/+31
2018-04-06Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2018-03-30ext4, dax: introduce ext4_dax_aopsDan Williams1-11/+31
2018-03-29ext4: fail ext4_iget for root directory if unallocatedTheodore Ts'o1-0/+6
2018-03-28fs: move I_DIRTY_INODE to fs.hChristoph Hellwig1-2/+2
2018-03-26ext4: use generic_writepages instead of __writepage/write_cache_pagesGoldwyn Rodrigues1-14/+1
2018-03-22ext4: remove EXT4_STATE_DIOREAD_LOCK flagNikolay Borisov1-8/+0
2018-03-22ext4: fix offset overflow on 32-bit archs in ext4_iomap_begin()Jiri Slaby1-1/+1
2018-03-22ext4: update i_disksize if direct write past ondisk sizeEryu Guan1-3/+5
2018-03-22ext4: protect i_disksize update by i_data_sem in direct write pathEryu Guan1-3/+2
2018-02-03Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-4/+12
2018-01-29Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-4/+9