- a1ac3f3 Merge 5.10.36 into android12-5.10 by Greg Kroah-Hartman · 3 years, 8 months ago
- 378a016 ext4: Fix occasional generic/418 failure by Jan Kara · 3 years, 9 months ago
- 35eacb5 ANDROID: mm: allow vmas with vm_ops to be speculatively handled by Vinayak Menon · 3 years, 10 months ago
- c072894 FROMLIST: ext4: support direct I/O with fscrypt using blk-crypto by Eric Biggers · 4 years, 5 months ago
- d44ddbf ANDROID: revert fscrypt direct I/O support by Eric Biggers · 4 years, 1 month ago
- 88e2d5f Merge 5.10.9 into android12-5.10 by Greg Kroah-Hartman · 4 years ago
- 85958f6 ext4: don't leak old mountpoint samples by Theodore Ts'o · 4 years ago
- 7f6480e Merge eccc87672492 ("Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs") into android-mainline by Greg Kroah-Hartman · 4 years, 2 months ago
- 9b5f6c9 ext4: make s_mount_flags modifications atomic by Harshad Shirwadkar · 4 years, 2 months ago
- a3114fe ext4: remove unnecessary fast commit calls from ext4_file_mmap by Harshad Shirwadkar · 4 years, 2 months ago
- 862e667 Merge 96485e446260 ("Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4") into android-mainline by Greg Kroah-Hartman · 4 years, 2 months ago
- aa75f4d ext4: main fast-commit commit path by Harshad Shirwadkar · 4 years, 3 months ago
- 766ef1e ext4: flag as supporting buffered async reads by Jens Axboe · 4 years, 5 months ago
- e6d1601 Merge 5.9-rc2 into android-mainline by Greg Kroah-Hartman · 4 years, 4 months ago
- d723b99 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 4 months ago
- 27bc446 ext4: limit the length of per-inode prealloc list by brookxu · 4 years, 4 months ago
- 2c136de Merge 86cfccb66937 ("Merge tag 'dlm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm") into android-mainline by Greg Kroah-Hartman · 4 years, 5 months ago
- 0b3171b ext4: do not block RWF_NOWAIT dio write on unallocated space by Jan Kara · 4 years, 6 months ago
- e030a28 ext4: fix coding style in file.c by Dio Putra · 4 years, 7 months ago
- 60263d5 iomap: fall back to buffered writes for invalidation failures by Christoph Hellwig · 4 years, 5 months ago
- 2f9c5c3 Merge 3b69e8b45711 ("Merge tag 'sh-for-5.8' of git://git.libc.org/linux-sh") into android-mainline by Greg Kroah-Hartman · 4 years, 6 months ago
- 6e014c6 ext4: don't block for O_DIRECT if IOCB_NOWAIT is set by Jens Axboe · 4 years, 7 months ago
- 4209ae1 ext4: handle ext4_mark_inode_dirty errors by Harshad Shirwadkar · 4 years, 8 months ago
- 8d6c90c ANDROID: fscrypt: handle direct I/O with IV_INO_LBLK_32 by Eric Biggers · 4 years, 7 months ago
- dd5c936 Merge 7e63420847ae ("Merge tag 'acpi-5.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm") into android-mainline by Greg Kroah-Hartman · 4 years, 9 months ago
- 72f9da1 ext4: start to support iopoll method by Xiaoguang Wang · 5 years ago
- 158748f Merge e5da4c933c50 ("Merge tag 'ext4_for_linus' of by Greg Kroah-Hartman · 5 years ago
- 141f59b ANDROID: ext4, f2fs: enable direct I/O with inline encryption by Eric Biggers · 5 years ago
- 8cd115b ext4: Optimize ext4 DIO overwrites by Jan Kara · 5 years ago
- bc6385d ext4: Move to shared i_rwsem even without dioread_nolock mount opt by Ritesh Harjani · 5 years ago
- aa9714d0 ext4: Start with shared i_rwsem in case of DIO instead of exclusive by Ritesh Harjani · 5 years ago
- f629afe ext4: fix ext4_dax_read/write inode locking sequence for IOCB_NOWAIT by Ritesh Harjani · 5 years ago
- 378f32b ext4: introduce direct I/O write using iomap infrastructure by Matthew Bobrowski · 5 years ago
- 0b9f230 ext4: move inode extension check out from ext4_iomap_alloc() by Matthew Bobrowski · 5 years ago
- 569342d ext4: move inode extension/truncate code out from ->iomap_end() callback by Matthew Bobrowski · 5 years ago
- b1b4705 ext4: introduce direct I/O read using iomap infrastructure by Matthew Bobrowski · 5 years ago
- 09edf4d ext4: introduce new callback for IOMAP_REPORT by Matthew Bobrowski · 5 years ago
- 70cb0d0 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
- c93d8f8 ext4: add basic fs-verity support by Eric Biggers · 5 years ago
- 991f523 ext4: remove unnecessary error check by Shi Siyuan · 5 years ago
- f8c3500 Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 5 years ago
- e46bfc3 ext4: disable map_sync for async flush by Pankaj Gupta · 5 years ago
- 02b016c ext4: enforce the immutable flag on open files by Theodore Ts'o · 6 years ago
- 57a0da2 ext4: fix data corruption caused by overlapping unaligned and aligned IO by Lukas Czerner · 6 years ago
- 372a03e ext4: fix data corruption caused by unaligned direct AIO by Lukas Czerner · 6 years ago
- e1fb4a0 dax: remove VM_MIXEDMAP for fsdax and device dax by Dave Jiang · 6 years ago
- db6516a ext4: do not update s_last_mounted of a frozen fs by Amir Goldstein · 7 years ago
- 833a950 ext4: factor out helper ext4_sample_last_mounted() by Amir Goldstein · 7 years ago
- 71fe9899 fs: ext4: add new return type vm_fault_t by Souptick Joarder · 7 years ago
- 2244642 ext4: fix ENOSPC handling in DAX page fault handler by Jan Kara · 7 years ago
- c0b2462 dax: pass detailed error code from dax_iomap_fault() by Jan Kara · 7 years ago
- a3841f9 Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
- ae9a8c4 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 7 years ago
- 32190f0 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt by Linus Torvalds · 7 years ago
- b8a6176 ext4: Support for synchronous DAX faults by Jan Kara · 7 years ago
- 497f692 ext4: Simplify error handling in ext4_dax_huge_fault() by Jan Kara · 7 years ago
- 9a0dd42 dax: Allow dax_iomap_fault() to return pfn by Jan Kara · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 09a5c31 ext4: switch to fscrypt_file_open() by Eric Biggers · 7 years ago
- 545052e ext4: Switch to iomap for SEEK_HOLE / SEEK_DATA by Christoph Hellwig · 7 years ago
- e253d98 Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- 0f0d127 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- d34fc1a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
- 397162f mm: remove nr_pages argument from pagevec_lookup{,_range}() by Jan Kara · 7 years ago
- dec0da7 ext4: use pagevec_lookup_range() in ext4_find_unwritten_pgoff() by Jan Kara · 7 years ago
- d72dc8a mm: make pagevec_lookup() update index by Jan Kara · 7 years ago
- 91d25ba dax: use common 4k zero page for dax mmap reads by Ross Zwisler · 7 years ago
- 91f9943 fs: support RWF_NOWAIT for buffered reads by Christoph Hellwig · 7 years ago
- fd96b8d ext4: fix fault handling when mounted with -o dax,ro by Randy Dodgen · 7 years ago
- 1bd8d6c ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsets by Darrick J. Wong · 7 years ago
- fcf5ea1 ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesize by Jan Kara · 7 years ago
- bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 7 years ago
- bc2c642 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 7 years ago
- 66e0aaa ext4: don't bother checking for encryption key in ->mmap() by Eric Biggers · 8 years ago
- 728fbc0 ext4: nowait aio support by Goldwyn Rodrigues · 8 years ago
- 624327f ext4: fix off-by-one on max nr_pages in ext4_find_unwritten_pgoff() by Eryu Guan · 8 years ago
- 3f1d5ba ext4: fix off-by-in in loop termination in ext4_find_unwritten_pgoff() by Jan Kara · 8 years ago
- 7d95edd ext4: fix SEEK_HOLE by Jan Kara · 8 years ago
- fb26a1c ext4: return to starting transaction in ext4_dax_huge_fault() by Jan Kara · 8 years ago
- 99652ea ext4: Add statx support by David Howells · 8 years ago
- c791ace mm: replace FAULT_FLAG_SIZE with parameter to huge_fault by Dave Jiang · 8 years ago
- a2d5816 mm,fs,dax: change ->pmd_fault to ->huge_fault by Dave Jiang · 8 years ago
- 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
- f420039 mm, dax: change pmd_fault() to take only vmf parameter by Dave Jiang · 8 years ago
- d8a849e mm, dax: make pmd_fault() and friends be the same as fault() by Dave Jiang · 8 years ago
- ff5462e ext4: fix DAX write locking by Christoph Hellwig · 8 years ago
- 0db1ff2 ext4: add shutdown bit and check for it by Theodore Ts'o · 8 years ago
- 1db1754 ext4: Simplify DAX fault path by Jan Kara · 8 years ago
- e2ae766 ext4: convert DAX faults to iomap infrastructure by Jan Kara · 8 years ago
- 776722e ext4: DAX iomap write support by Jan Kara · 8 years ago
- 364443c ext4: convert DAX reads to iomap infrastructure by Jan Kara · 8 years ago
- 213bcd9 ext4: factor out checks from ext4_file_write_iter() by Jan Kara · 8 years ago
- 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- b66484c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
- fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
- dbe6ec8 ext2/4, xfs: call thp_get_unmapped_area() for pmd mappings by Toshi Kani · 8 years ago
- 51e8137 ext4: remove plugging from ext4_file_write_iter() by Jan Kara · 8 years ago
- 4b0524a ext4: allow unlocked direct IO when pages are cached by Jan Kara · 8 years ago
- 518eaa6 ext4: create EXT4_MAX_BLOCKS() macro by Fabian Frederick · 8 years ago
- 0e06f5c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago