summaryrefslogtreecommitdiffstats
path: root/fs/ext4/file.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: Optimize ext4 DIO overwritesJan Kara2019-12-261-1/+4
* ext4: Move to shared i_rwsem even without dioread_nolock mount optRitesh Harjani2019-12-221-6/+3
* ext4: Start with shared i_rwsem in case of DIO instead of exclusiveRitesh Harjani2019-12-221-49/+142
* ext4: fix ext4_dax_read/write inode locking sequence for IOCB_NOWAITRitesh Harjani2019-12-221-4/+6
* ext4: introduce direct I/O write using iomap infrastructureMatthew Bobrowski2019-11-051-72/+174
* ext4: move inode extension check out from ext4_iomap_alloc()Matthew Bobrowski2019-11-051-1/+23
* ext4: move inode extension/truncate code out from ->iomap_end() callbackMatthew Bobrowski2019-11-051-1/+88
* ext4: introduce direct I/O read using iomap infrastructureMatthew Bobrowski2019-11-051-2/+53
* ext4: introduce new callback for IOMAP_REPORTMatthew Bobrowski2019-11-051-2/+4
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2019-09-211-2/+0
|\
| * ext4: remove unnecessary error checkShi Siyuan2019-08-111-2/+0
* | ext4: add basic fs-verity supportEric Biggers2019-08-121-0/+4
|/
* Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-181-4/+6
|\
| * ext4: disable map_sync for async flushPankaj Gupta2019-07-051-4/+6
* | ext4: enforce the immutable flag on open filesTheodore Ts'o2019-06-091-0/+4
|/
* ext4: fix data corruption caused by overlapping unaligned and aligned IOLukas Czerner2019-05-101-0/+7
* ext4: fix data corruption caused by unaligned direct AIOLukas Czerner2019-03-141-1/+1
* dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang2018-08-171-1/+1
* ext4: do not update s_last_mounted of a frozen fsAmir Goldstein2018-05-131-5/+9
* ext4: factor out helper ext4_sample_last_mounted()Amir Goldstein2018-05-131-36/+46
* fs: ext4: add new return type vm_fault_tSouptick Joarder2018-05-131-3/+4
* ext4: fix ENOSPC handling in DAX page fault handlerJan Kara2018-01-071-2/+8
* dax: pass detailed error code from dax_iomap_fault()Jan Kara2018-01-071-1/+1
* Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-171-6/+20
|\
| * ext4: Support for synchronous DAX faultsJan Kara2017-11-031-1/+14
| * ext4: Simplify error handling in ext4_dax_huge_fault()Jan Kara2017-11-031-6/+7
| * dax: Allow dax_iomap_fault() to return pfnJan Kara2017-11-031-1/+1
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-11-141-249/+14
|\ \
| * | ext4: Switch to iomap for SEEK_HOLE / SEEK_DATAChristoph Hellwig2017-10-011-249/+14
| |/
* | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-141-19/+4
|\ \
| * | ext4: switch to fscrypt_file_open()Eric Biggers2017-10-181-19/+4
| |/
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-141-3/+3
|\
| * fs: support RWF_NOWAIT for buffered readsChristoph Hellwig2017-09-041-3/+3
* | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-141-1/+1
|\ \
| * | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-061-43/+5
|\ \ \
| * | | mm: remove nr_pages argument from pagevec_lookup{,_range}()Jan Kara2017-09-061-1/+1
| * | | ext4: use pagevec_lookup_range() in ext4_find_unwritten_pgoff()Jan Kara2017-09-061-10/+4
| * | | mm: make pagevec_lookup() update indexJan Kara2017-09-061-3/+1
| * | | dax: use common 4k zero page for dax mmap readsRoss Zwisler2017-09-061-31/+1
| | |/ | |/|
* | | ext4: fix fault handling when mounted with -o dax,roRandy Dodgen2017-08-241-1/+14
* | | ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsetsDarrick J. Wong2017-08-241-2/+2
|/ /
* | ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesizeJan Kara2017-08-051-0/+3
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-07-091-7/+0
|\
| * ext4: don't bother checking for encryption key in ->mmap()Eric Biggers2017-06-231-7/+0
* | ext4: nowait aio supportGoldwyn Rodrigues2017-06-201-6/+29
|/
* ext4: fix off-by-one on max nr_pages in ext4_find_unwritten_pgoff()Eryu Guan2017-05-241-1/+1
* ext4: fix off-by-in in loop termination in ext4_find_unwritten_pgoff()Jan Kara2017-05-211-1/+1
* ext4: fix SEEK_HOLEJan Kara2017-05-211-36/+14
OpenPOWER on IntegriCloud