- 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 · 7 years ago
- 728fbc0 ext4: nowait aio support by Goldwyn Rodrigues · 7 years ago
- 624327f ext4: fix off-by-one on max nr_pages in ext4_find_unwritten_pgoff() by Eryu Guan · 7 years ago
- 3f1d5ba ext4: fix off-by-in in loop termination in ext4_find_unwritten_pgoff() by Jan Kara · 7 years ago
- 7d95edd ext4: fix SEEK_HOLE by Jan Kara · 7 years ago
- fb26a1c ext4: return to starting transaction in ext4_dax_huge_fault() by Jan Kara · 7 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
- 6b52499 dax: remote unused fault wrappers by Ross Zwisler · 8 years ago
- a7550b3 ext4 crypto: migrate into vfs's crypto engine by Jaegeuk Kim · 8 years ago
- 315227f Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
- 0e01df1 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
- 02fbd13 dax: Remove complete_unwritten argument by Jan Kara · 8 years ago
- 12735f8 ext4: pre-zero allocated blocks for DAX IO by Jan Kara · 8 years ago
- e259221 fs: simplify the generic_write_sync prototype by Christoph Hellwig · 9 years ago
- dde0c2e fs: add IOCB_SYNC and IOCB_DSYNC by Christoph Hellwig · 9 years ago
- 8d2ae1c ext4: remove trailing \n from ext4_warning/ext4_error calls by Jakub Wilk · 9 years ago
- 93061f3 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
- 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
- c0a37d487 ext4: use file_dentry() by Miklos Szeredi · 9 years ago
- 9dd78d8 ext4: use dget_parent() in ext4_file_open() by Miklos Szeredi · 9 years ago
- faeb20e Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
- 2d90c16 ext4: more efficient SEEK_DATA implementation by Jan Kara · 9 years ago
- e142d05 ext4: use i_mutex to serialize unaligned AIO DIO by Jan Kara · 9 years ago
- 1e9d180 ext2, ext4: fix issue with missing journal entry in ext4_dax_mkwrite() by Ross Zwisler · 9 years ago
- ff978b0 ext4 crypto: move context consistency check to ext4_file_open() by Theodore Ts'o · 9 years ago
- cc67375 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- d5be7a0 ext4: call dax_pfn_mkwrite() for DAX fsync/msync by Ross Zwisler · 9 years ago
- 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
- ba5843f ext4: use pre-zeroed blocks for DAX page faults by Jan Kara · 9 years ago
- ea3d720 ext4: fix races between page faults and hole punching by Jan Kara · 9 years ago
- 01a33b4 ext4: start transaction before calling into DAX by Matthew Wilcox · 9 years ago
- ed923b5 ext4: add ext4_get_block_dax() by Matthew Wilcox · 9 years ago
- e676a4c ext4: use ext4_get_block_write() for DAX by Matthew Wilcox · 9 years ago
- 11bd1a9 ext4: huge page fault support by Matthew Wilcox · 9 years ago
- c94c2ac dax: move DAX-related functions to a new header by Matthew Wilcox · 9 years ago
- 68b4449 Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 9 years ago
- e842f29 dax: don't abuse get_block mapping for endio callbacks by Dave Chinner · 9 years ago
- abdd438 ext4 crypto: handle unexpected lack of encryption keys by Theodore Ts'o · 9 years ago
- b7236e2 ext4 crypto: reorganize how we store keys in the inode by Theodore Ts'o · 9 years ago
- 6162e4b Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
- 4fc8adc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- eea3a00 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
- be64f88 dax: unify ext2/4_{dax,}_file_operations by Boaz Harrosh · 10 years ago
- 0e3b210 dax: use pfn_mkwrite to update c/mtime + freeze protection by Boaz Harrosh · 10 years ago
- c9c7429 ext4 crypto: implement the ext4 decryption read path by Michael Halcrow · 10 years ago
- 2ba48ce mirror O_APPEND and O_DIRECT into iocb->ki_flags by Al Viro · 10 years ago
- 3309dd0 switch generic_write_checks() to iocb and iter by Al Viro · 10 years ago
- e768d7f ext4_file_write_iter: move generic_write_checks() up by Al Viro · 10 years ago
- 0fa6b00 generic_write_checks(): drop isblk argument by Al Viro · 10 years ago
- 5f380c7 lift generic_write_checks() into callers of __generic_file_write_iter() by Al Viro · 10 years ago
- 5d5d568 make new_sync_{read,write}() static by Al Viro · 10 years ago
- 72b8e0f ext4: remove unused header files by Sheng Yong · 10 years ago
- e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 10 years ago
- 923ae0f ext4: add DAX functionality by Ross Zwisler · 10 years ago
- d83a08d mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub by Kirill A. Shutemov · 10 years ago
- ad7fefb Revert "ext4: fix suboptimal seek_{data,hole} extents traversial" by Theodore Ts'o · 10 years ago
- 14516bb ext4: fix suboptimal seek_{data,hole} extents traversial by Dmitry Monakhov · 10 years ago
- a41537e ext4: prevent bugon on race between write/fcntl by Dmitry Monakhov · 10 years ago