- 17403fa Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
- 7cf7714 ext4: remove useless ext4_pin_inode() by Jason Yan · 6 years ago
- a5adcfc Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
- ddccb6d ext4: fix compile error when using BUFFER_TRACE by zhangyi (F) · 6 years ago
- c9e716e ext4: don't update s_rev_level if not required by Andreas Dilger · 6 years ago
- a297b2f ext4: unlock unused_pages timely when doing writeback by Xiaoguang Wang · 6 years ago
- 16e08b1 ext4: cleanup clean_bdev_aliases() calls by zhangyi (F) · 6 years ago
- 82dd124 ext4: replace opencoded i_writecount usage with inode_is_open_for_write() by Nikolay Borisov · 6 years ago
- 643fa96 fscrypt: remove filesystem specific build config option by Chandan Rajendra · 6 years ago
- 592ddec ext4: use IS_ENCRYPTED() to check encryption status by Chandan Rajendra · 6 years ago
- 191ce17 ext4: fix special inode number checks in __ext4_iget() by Theodore Ts'o · 6 years ago
- 812c0ca ext4: make sure enough credits are reserved for dioread_nolock writes by Theodore Ts'o · 6 years ago
- 18f2c4f ext4: check for shutdown and r/o file system in ext4_write_inode() by Theodore Ts'o · 6 years ago
- 8a36397 ext4: avoid declaring fs inconsistent due to invalid file handles by Theodore Ts'o · 6 years ago
- c140f8b Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
- a675830 ext4: avoid buffer leak on shutdown in ext4_mark_iloc_dirty() by Vasily Averin · 6 years ago
- dad4f14 Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 6 years ago
- 10bbd23 pagevec: Use xa_mark_t by Matthew Wilcox · 7 years ago
- 401b25a ext4: convert fault handler to use vm_fault_t type by Souptick Joarder · 6 years ago
- f456767 ext4: fix reserved cluster accounting at page invalidation time by Eric Whitney · 6 years ago
- 0b02f4c ext4: fix reserved cluster accounting at delayed write time by Eric Whitney · 6 years ago
- ad43102 ext4: generalize extents status tree search functions by Eric Whitney · 6 years ago
- ad3273d Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Greg Kroah-Hartman · 6 years ago
- cce6c9f ext4, dax: set ext4_dax_aops for dax files by Toshi Kani · 6 years ago
- 94dbb63 ext4, dax: add ext4_bmap to ext4_dax_aops by Toshi Kani · 6 years ago
- b1f3821 ext4: close race between direct IO and ext4_break_layouts() by Ross Zwisler · 6 years ago
- bcd8e91 ext4: avoid arithemetic overflow that can trigger a BUG by Theodore Ts'o · 6 years ago
- ac22b46 ext4: readpages() should submit IO as read-ahead by Jens Axboe · 6 years ago
- bc71652 ext4: improve code readability in ext4_iget() by Liu Song · 6 years ago
- 430657b ext4: handle layout changes to pinned DAX mappings by Ross Zwisler · 6 years ago
- 5ffff83 ext4: use ktime_get_real_seconds for i_dtime by Arnd Bergmann · 6 years ago
- 362eca7 ext4: fix inline data updates with checksums enabled by Theodore Ts'o · 7 years ago
- c37e9e0 ext4: add more inode number paranoia checks by Theodore Ts'o · 7 years ago
- bdbd6ce ext4: include the illegal physical block in the bad map ext4_error msg by Theodore Ts'o · 7 years ago
- eb9b5f0 ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget() by Theodore Ts'o · 7 years ago
- eee597a ext4: update mtime in ext4_punch_hole even if no blocks are released by Lukas Czerner · 7 years ago
- 6390d33 ext4: add verifier check for symlink with append/immutable flags by Luis R. Rodriguez · 7 years ago
- e254d1a ext4: use raw i_version value for ea_inode by Eryu Guan · 7 years ago
- 9f3a094 Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
- 9022ca6 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- 5f0663b ext4, dax: introduce ext4_dax_aops by Dan Williams · 7 years ago
- 8e4b5ea ext4: fail ext4_iget for root directory if unallocated by Theodore Ts'o · 7 years ago
- 0e11f64 fs: move I_DIRTY_INODE to fs.h by Christoph Hellwig · 7 years ago
- 043d20d ext4: use generic_writepages instead of __writepage/write_cache_pages by Goldwyn Rodrigues · 7 years ago
- 1d39834 ext4: remove EXT4_STATE_DIOREAD_LOCK flag by Nikolay Borisov · 7 years ago
- fe23cb6 ext4: fix offset overflow on 32-bit archs in ext4_iomap_begin() by Jiri Slaby · 7 years ago
- 45d8ec4 ext4: update i_disksize if direct write past ondisk size by Eryu Guan · 7 years ago
- 73fdad0 ext4: protect i_disksize update by i_data_sem in direct write path by Eryu Guan · 7 years ago
- 23aedc4 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 7 years ago
- a4b7fd7 Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
- ee73f9a ext4: convert to new i_version API by Jeff Layton · 7 years ago
- ae5e165 fs: new API for handling inode->i_version by Jeff Layton · 7 years ago
- abbc3f93 ext4: fix a race in the ext4 shutdown path by Harshad Shirwadkar · 7 years ago
- fc82228 ext4: support fast symlinks from ext3 file systems by Andi Kleen · 7 years ago
- 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 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
- 8667982 mm, pagevec: remove cold parameter for pagevecs by Mel Gorman · 7 years ago
- 67fd707 mm: remove nr_pages argument from pagevec_lookup_{,range}_tag() by Jan Kara · 7 years ago
- dc7f3e8 ext4: use pagevec_lookup_range_tag() by Jan Kara · 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
- aaa422c fs, dax: unify IOMAP_F_DIRTY read vs write handling policy in the dax core by Dan Williams · 7 years ago
- b8a6176 ext4: Support for synchronous DAX faults 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
- 3ce2b8d ext4: switch to fscrypt_prepare_setattr() by Eric Biggers · 7 years ago
- 2ee6a57 fs, fscrypt: add an S_ENCRYPTED inode flag by Eric Biggers · 7 years ago
- 6642586 ext4: add ext4_should_use_dax() by Ross Zwisler · 7 years ago
- e9072d8 ext4: prevent data corruption with journaling + DAX by Ross Zwisler · 7 years ago
- 545052e ext4: Switch to iomap for SEEK_HOLE / SEEK_DATA by Christoph Hellwig · 7 years ago
- 7046ae3 ext4: Add iomap support for inline data by Andreas Gruenbacher · 7 years ago
- 19fe5f6 iomap: Switch from blkno to disk offset by Andreas Gruenbacher · 7 years ago
- 89fd915 Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm 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
- 2b85a61 ext4: use pagevec_lookup_range() in writeback code by Jan Kara · 7 years ago
- d72dc8a mm: make pagevec_lookup() update index by Jan Kara · 7 years ago
- 5e40559 ext4: perform dax_device lookup at mount by Dan Williams · 7 years ago
- a6d0567 ext4: backward compatibility support for Lustre ea_inode implementation by Tahsin Erdogan · 7 years ago
- c03b45b ext4, project: expand inode extra size if possible by Miao Xie · 7 years ago
- cf0a5e8 ext4: restructure ext4_expand_extra_isize by Miao Xie · 7 years ago
- 3b10fdc ext4: fix forgetten xattr lock protection in ext4_expand_extra_isize by Miao Xie · 7 years ago
- 9699d4f ext4: make xattr inode reads faster by Tahsin Erdogan · 7 years ago
- 1e21196 ext4: correct comment references to ext4_ext_direct_IO() by Eric Whitney · 7 years ago
- 407cd7f ext4: change fast symlink test to not rely on i_blocks by Tahsin Erdogan · 8 years ago
- 6313685 ext4: require key for truncate(2) of encrypted file by Eric Biggers · 8 years ago
- 3abb1a0 ext4: avoid unnecessary stalls in ext4_evict_inode() by Jan Kara · 8 years ago
- 7a9ca53 quota: add get_inode_usage callback to transfer multi-inode charges by Tahsin Erdogan · 8 years ago
- dec214d ext4: xattr inode deduplication by Tahsin Erdogan · 8 years ago
- 30a7eb9 ext4: cleanup transaction restarts during inode deletion by Tahsin Erdogan · 8 years ago
- 02749a4 ext4: add ext4_is_quota_file() by Tahsin Erdogan · 8 years ago
- 0421a18 ext4: modify ext4_xattr_ino_array to hold struct inode * by Tahsin Erdogan · 8 years ago
- 33d201e ext4: fix lockdep warning about recursive inode locking by Tahsin Erdogan · 8 years ago
- e50e512 ext4: xattr-in-inode support by Andreas Dilger · 8 years ago
- e08ac99 ext4: add largedir feature by Artem Blagodarenko · 8 years ago
- 67a7d5f ext4: fix fdatasync(2) after extent manipulation operations by Jan Kara · 8 years ago
- a056bda ext4: fix data corruption for mmap writes by Jan Kara · 8 years ago
- c41d342 ext4: remove redundant check for encrypted file on dio write path by Eric Biggers · 8 years ago
- e546579 ext4: fix off-by-one error when writing back pages before dio read by Eric Biggers · 8 years ago
- 887a973 ext4: keep existing extra fields when inode expands by Konstantin Khlebnikov · 8 years ago
- f5705aa8c dax, xfs, ext4: compile out iomap-dax paths in the FS_DAX=n case by Dan Williams · 8 years ago