summaryrefslogtreecommitdiff
path: root/fs/ext4/file.c
AgeCommit message (Expand)Author
2019-12-26ext4: Optimize ext4 DIO overwritesJan Kara
2019-12-22ext4: Move to shared i_rwsem even without dioread_nolock mount optRitesh Harjani
2019-12-22ext4: Start with shared i_rwsem in case of DIO instead of exclusiveRitesh Harjani
2019-12-22ext4: fix ext4_dax_read/write inode locking sequence for IOCB_NOWAITRitesh Harjani
2019-11-05ext4: introduce direct I/O write using iomap infrastructureMatthew Bobrowski
2019-11-05ext4: move inode extension check out from ext4_iomap_alloc()Matthew Bobrowski
2019-11-05ext4: move inode extension/truncate code out from ->iomap_end() callbackMatthew Bobrowski
2019-11-05ext4: introduce direct I/O read using iomap infrastructureMatthew Bobrowski
2019-11-05ext4: introduce new callback for IOMAP_REPORTMatthew Bobrowski
2019-09-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2019-08-12ext4: add basic fs-verity supportEric Biggers
2019-08-11ext4: remove unnecessary error checkShi Siyuan
2019-07-18Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-07-05ext4: disable map_sync for async flushPankaj Gupta
2019-06-09ext4: enforce the immutable flag on open filesTheodore Ts'o
2019-05-10ext4: fix data corruption caused by overlapping unaligned and aligned IOLukas Czerner
2019-03-14ext4: fix data corruption caused by unaligned direct AIOLukas Czerner
2018-08-17dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang
2018-05-13ext4: do not update s_last_mounted of a frozen fsAmir Goldstein
2018-05-13ext4: factor out helper ext4_sample_last_mounted()Amir Goldstein
2018-05-13fs: ext4: add new return type vm_fault_tSouptick Joarder
2018-01-07ext4: fix ENOSPC handling in DAX page fault handlerJan Kara
2018-01-07dax: pass detailed error code from dax_iomap_fault()Jan Kara
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-11-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2017-11-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-03ext4: Support for synchronous DAX faultsJan Kara
2017-11-03ext4: Simplify error handling in ext4_dax_huge_fault()Jan Kara
2017-11-03dax: Allow dax_iomap_fault() to return pfnJan Kara
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-18ext4: switch to fscrypt_file_open()Eric Biggers
2017-10-01ext4: Switch to iomap for SEEK_HOLE / SEEK_DATAChristoph Hellwig
2017-09-14Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...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 ext4_find_unwritten_pgoff()Jan Kara
2017-09-06mm: make pagevec_lookup() update indexJan Kara
2017-09-06dax: use common 4k zero page for dax mmap readsRoss Zwisler
2017-09-04fs: support RWF_NOWAIT for buffered readsChristoph Hellwig
2017-08-24ext4: fix fault handling when mounted with -o dax,roRandy Dodgen
2017-08-24ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsetsDarrick J. Wong
2017-08-05ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesizeJan Kara
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2017-07-09Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2017-06-23ext4: don't bother checking for encryption key in ->mmap()Eric Biggers
2017-06-20ext4: nowait aio supportGoldwyn Rodrigues
2017-05-24ext4: fix off-by-one on max nr_pages in ext4_find_unwritten_pgoff()Eryu Guan
2017-05-21ext4: fix off-by-in in loop termination in ext4_find_unwritten_pgoff()Jan Kara
2017-05-21ext4: fix SEEK_HOLEJan Kara