index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
file.c
Age
Commit message (
Expand
)
Author
2020-10-21
ext4: main fast-commit commit path
Harshad Shirwadkar
2020-10-18
ext4: flag as supporting buffered async reads
Jens Axboe
2020-08-21
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2020-08-19
ext4: limit the length of per-inode prealloc list
brookxu
2020-08-06
ext4: do not block RWF_NOWAIT dio write on unallocated space
Jan Kara
2020-08-06
ext4: fix coding style in file.c
Dio Putra
2020-08-05
iomap: fall back to buffered writes for invalidation failures
Christoph Hellwig
2020-06-03
ext4: don't block for O_DIRECT if IOCB_NOWAIT is set
Jens Axboe
2020-06-03
ext4: handle ext4_mark_inode_dirty errors
Harshad Shirwadkar
2020-03-05
ext4: start to support iopoll method
Xiaoguang Wang
2019-12-26
ext4: Optimize ext4 DIO overwrites
Jan Kara
2019-12-22
ext4: Move to shared i_rwsem even without dioread_nolock mount opt
Ritesh Harjani
2019-12-22
ext4: Start with shared i_rwsem in case of DIO instead of exclusive
Ritesh Harjani
2019-12-22
ext4: fix ext4_dax_read/write inode locking sequence for IOCB_NOWAIT
Ritesh Harjani
2019-11-05
ext4: introduce direct I/O write using iomap infrastructure
Matthew Bobrowski
2019-11-05
ext4: move inode extension check out from ext4_iomap_alloc()
Matthew Bobrowski
2019-11-05
ext4: move inode extension/truncate code out from ->iomap_end() callback
Matthew Bobrowski
2019-11-05
ext4: introduce direct I/O read using iomap infrastructure
Matthew Bobrowski
2019-11-05
ext4: introduce new callback for IOMAP_REPORT
Matthew Bobrowski
2019-09-21
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2019-08-12
ext4: add basic fs-verity support
Eric Biggers
2019-08-11
ext4: remove unnecessary error check
Shi Siyuan
2019-07-18
Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-07-05
ext4: disable map_sync for async flush
Pankaj Gupta
2019-06-09
ext4: enforce the immutable flag on open files
Theodore Ts'o
2019-05-10
ext4: fix data corruption caused by overlapping unaligned and aligned IO
Lukas Czerner
2019-03-14
ext4: fix data corruption caused by unaligned direct AIO
Lukas Czerner
2018-08-17
dax: remove VM_MIXEDMAP for fsdax and device dax
Dave Jiang
2018-05-13
ext4: do not update s_last_mounted of a frozen fs
Amir Goldstein
2018-05-13
ext4: factor out helper ext4_sample_last_mounted()
Amir Goldstein
2018-05-13
fs: ext4: add new return type vm_fault_t
Souptick Joarder
2018-01-07
ext4: fix ENOSPC handling in DAX page fault handler
Jan Kara
2018-01-07
dax: pass detailed error code from dax_iomap_fault()
Jan Kara
2017-11-17
Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2017-11-14
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2017-11-14
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-11-03
ext4: Support for synchronous DAX faults
Jan Kara
2017-11-03
ext4: Simplify error handling in ext4_dax_huge_fault()
Jan Kara
2017-11-03
dax: Allow dax_iomap_fault() to return pfn
Jan Kara
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-18
ext4: switch to fscrypt_file_open()
Eric Biggers
2017-10-01
ext4: Switch to iomap for SEEK_HOLE / SEEK_DATA
Christoph Hellwig
2017-09-14
Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2017-09-14
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2017-09-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2017-09-06
mm: remove nr_pages argument from pagevec_lookup{,_range}()
Jan Kara
2017-09-06
ext4: use pagevec_lookup_range() in ext4_find_unwritten_pgoff()
Jan Kara
2017-09-06
mm: make pagevec_lookup() update index
Jan Kara
2017-09-06
dax: use common 4k zero page for dax mmap reads
Ross Zwisler
2017-09-04
fs: support RWF_NOWAIT for buffered reads
Christoph Hellwig
[next]