- 936bbf3 ext2: Always brelse bh on failure in ext2_iget() by Jan Kara · 5 years ago
- edb895d ext2: add missing brelse() in ext2_iget() by Chengguang Xu · 5 years ago
- fdbd3e8 ext2: Fix a typo in ext2_getattr argument by Fumiya Shigemitsu · 5 years ago
- 1206d02 ext2: Adjust the comment of function ext2_alloc_branch by Shuning Zhang · 6 years ago
- 93bc420 ext2: support statx syscall by yangerkun · 6 years ago
- 4bc74ba ext2: Fix a typo in comment by Liu Xiang · 6 years ago
- f068ebd ext2: Annotate implicit fall through in __ext2_truncate_blocks by Mathieu Malaterre · 6 years ago
- 9e796c9 ext2, dax: set ext2_dax_aops for dax files by Toshi Kani · 6 years ago
- fe2c325 ext2: use ktime_get_real_seconds for timestamps by Arnd Bergmann · 6 years ago
- 5aa1437 ext2: fix a block leak by Al Viro · 7 years ago
- fb094c9 ext2, dax: introduce ext2_dax_aops by Dan Williams · 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
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 19fe5f6 iomap: Switch from blkno to disk offset by Andreas Gruenbacher · 7 years ago
- 8cf037a ext2: perform dax_device lookup at mount by Dan Williams · 7 years ago
- 4d9bcad ext2: Fix memory leak when truncate races ext2_get_blocks by Ernesto A. Fernández · 7 years ago
- f5705aa8c dax, xfs, ext4: compile out iomap-dax paths in the FS_DAX=n case by Dan Williams · 8 years ago
- 53ef7d0 Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
- fa5d932 ext2, ext4, xfs: retrieve dax_device for iomap operations by Dan Williams · 8 years ago
- 420768d ext2: Remove ext2_get_inode_flags() by Jan Kara · 8 years ago
- 6554766 ext2: Call dquot_writeback_dquots() with s_umount held by Jan Kara · 8 years ago
- 8ff6daa iomap: constify struct iomap_ops by Christoph Hellwig · 8 years ago
- e568df6 ext2: Return BH_New buffers for zeroed blocks by Jan Kara · 8 years ago
- e93b1cc Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 8 years ago
- 80eabba Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
- b46dc03 ext2: reject inodes with negative size by Darrick J. Wong · 8 years ago
- 00697ee ext2: use iomap_zero_range() for zeroing truncated page in DAX path by Jan Kara · 8 years ago
- 69a9bea ext2: Use clean_bdev_aliases() instead of iteration by Jan Kara · 8 years ago
- e952813 ext2: avoid bogus -Wmaybe-uninitialized warning by Arnd Bergmann · 8 years ago
- 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 8d37059 Merge tag 'xfs-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 8 years ago
- d5bfccd ext2: fix possible integer truncation in ext2_iomap_begin by Christoph Hellwig · 8 years ago
- 02027d4 fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
- 225c516 ext2: Unmap metadata when zeroing blocks by Jan Kara · 8 years ago
- 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
- 25f4e70 ext2: use iomap to implement DAX by Christoph Hellwig · 8 years ago
- 6750ad7 ext2: stop passing buffer_head to ext2_get_blocks by Christoph Hellwig · 8 years ago
- ff0031d ext2: fix filesystem deadlock while reading corrupted xattr block by Carlos Maiolino · 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
- 3dc2916 dax: use sb_issue_zerout instead of calling dax_clear_sectors by Matthew Wilcox · 9 years ago
- 86b0624 ext2: Avoid DAX zeroing to corrupt data by Jan Kara · 9 years ago
- 9b6cd5f ext2: Fix block zeroing in ext2_get_blocks() for DAX by Jan Kara · 9 years ago
- c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 9 years ago
- 7f6d5b5 dax: move writeback calls into the filesystems by Ross Zwisler · 9 years ago
- 20a90f5 dax: give DAX clearing code correct bdev by Ross Zwisler · 9 years ago
- 0a6cf91 ext2, ext4: only set S_DAX for regular inodes by Ross Zwisler · 9 years ago
- 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
- 5726b27 ext2: Add locking for DAX faults by Ross Zwisler · 9 years ago
- c94c2ac dax: move DAX-related functions to a new header by Matthew Wilcox · 9 years ago
- c2edb30 ext2: Handle error from dquot_initalize() by Jan Kara · 9 years ago
- cbe0fa3 ext2: use simple_follow_link() by Al Viro · 10 years ago
- 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 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
- be64f88 dax: unify ext2/4_{dax,}_file_operations by Boaz Harrosh · 10 years ago
- 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
- 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 10 years ago
- 6f67376 direct_IO: use iov_iter_rw() instead of rw everywhere by Omar Sandoval · 10 years ago
- a95cd63 Remove rw from dax_{do_,}io() by Omar Sandoval · 10 years ago
- 17f8c84 Remove rw from {,__,do_}blockdev_direct_IO() by Omar Sandoval · 10 years ago
- e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 10 years ago
- 9c3ce9e ext2: get rid of most mentions of XIP in ext2 by Matthew Wilcox · 10 years ago
- 97443aa8 ext2: remove ext2_aops_xip by Matthew Wilcox · 10 years ago
- 0764238 ext2: remove xip.c and xip.h by Matthew Wilcox · 10 years ago
- ed87e92 ext2: remove ext2_use_xip by Matthew Wilcox · 10 years ago
- e748dcd vfs: remove get_xip_mem by Matthew Wilcox · 10 years ago
- 4c0ccfe dax,ext2: replace xip_truncate_page with dax_truncate_page by Matthew Wilcox · 10 years ago
- 289c6ae dax,ext2: replace ext2_clear_xip_target with dax_clear_blocks by Matthew Wilcox · 10 years ago
- d475c63 dax,ext2: replace XIP read and write with DAX I/O by Matthew Wilcox · 10 years ago
- fbbbad4 vfs,ext2: introduce IS_DAX(inode) by Matthew Wilcox · 10 years ago
- 31b1403 switch {__,}blockdev_direct_IO() to iov_iter by Al Viro · 11 years ago
- a6cbcd4 get rid of pointless iov_length() in ->direct_IO() by Al Viro · 11 years ago
- d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 11 years ago
- 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 11 years ago
- 64e178a ext2/3/4: use generic posix ACL infrastructure by Christoph Hellwig · 11 years ago
- 7ba3ec5 ext2: Fix fs corruption in ext2_get_xip_mem() by Jan Kara · 11 years ago
- 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 11 years ago
- a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 12 years ago
- c288d29 ext2: Fix BUG_ON in evict() on inode deletion by Jan Kara · 12 years ago
- 8d8759e Ext2: free memory allocated and forget buffer head when io error happens by Wang Shilong · 12 years ago
- 1e8b212 ext2: Implement freezing by Jan Kara · 12 years ago
- 90324cc Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 12 years ago
- b8a9f9e userns: Convert ext2 to use kuid/kgid where appropriate. by Eric W. Biederman · 13 years ago
- dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 13 years ago
- 302bf2f ext2/3/4: delete unneeded includes of module.h by Paul Gortmaker · 13 years ago
- bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
- aacfc19c fs: simplify the blockdev_direct_IO prototype by Christoph Hellwig · 13 years ago
- 562c72a fs: move inode_dio_wait calls into ->setattr by Christoph Hellwig · 13 years ago
- 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
- 7eaceac block: remove per-queue plugging by Jens Axboe · 14 years ago
- c3765016 fs: add sync_inode_metadata by Christoph Hellwig · 14 years ago
- 72b4357 ext2: fix a typo on comment in ext2/inode.c by Namhyung Kim · 14 years ago
- 72edc4d merge ext2 delete_inode and clear_inode, switch to ->evict_inode() by Al Viro · 14 years ago
- addacc7 Take dirtying the inode to callers of ext2_free_blocks() by Al Viro · 14 years ago
- 2c27c65 check ATTR_SIZE contraints in inode_change_ok by Christoph Hellwig · 14 years ago
- 6a1a90a rename generic_setattr by Christoph Hellwig · 14 years ago
- 155130a get rid of block_write_begin_newtrunc by Christoph Hellwig · 14 years ago
- f4e420d clean up write_begin usage for directories in pagecache by Christoph Hellwig · 14 years ago
- ea0f04e get rid of nobh_write_begin_newtrunc by Christoph Hellwig · 14 years ago
- eafdc7d sort out blockdev_direct_IO variants by Christoph Hellwig · 14 years ago