- 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 · 9 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 · 9 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
- 97443aa 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 · 13 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
- af5a30d fix truncate inode time modification breakage by Nick Piggin · 14 years ago
- 737f2e9 ext2: convert to use the new truncate convention. by npiggin@suse.de · 15 years ago
- 1275562 quota: unify quota init condition in setattr by Dmitry Monakhov · 15 years ago
- e0a5cba BKL: Remove BKL from ext2 filesystem by Jan Blunck · 15 years ago
- c15271f ext2: Add ext2_sb_info s_lock spinlock by Jan Blunck · 15 years ago
- e213e26 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 15 years ago
- a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 15 years ago
- 871a293 dquot: cleanup dquot initialize routine by Christoph Hellwig · 15 years ago
- 907f455 dquot: move dquot initialization responsibility into the filesystem by Christoph Hellwig · 15 years ago
- b43fa82 dquot: cleanup dquot transfer routine by Christoph Hellwig · 15 years ago
- 2314b07 ext2: Unify log messages in ext2 by Alexey Fisher · 15 years ago
- aa261f5 HWPOISON: Enable .remove_error_page for migration aware file systems by Andi Kleen · 15 years ago
- a2a735a ext2: Update comment about generic_osync_inode by Jan Kara · 15 years ago
- 5e78b43 switch ext2 to inode->i_acl by Al Viro · 15 years ago
- e1740a4 switch ext2 to simple_fsync() by Al Viro · 15 years ago
- 316cb4ef3 ext2: fix data corruption for racing writes by Jan Kara · 16 years ago
- 6f90bee ext2: Use lowercase names of quota functions by Jan Kara · 16 years ago
- 22d613d ext2: fix ext2_splice_branch() comments by Qinghuang Feng · 16 years ago
- 8d6d0c4 ext2: ensure fast symlinks are NUL-terminated by Duane Griffin · 16 years ago
- 68c9d70 generic block based fiemap implementation by Josef Bacik · 16 years ago
- 8ab22b9 vfs: pagecache usage optimization for pagesize!=blocksize by Hisashi Hifumi · 16 years ago
- 4c8b312 ext2: use ext2_fsblk_t type by Akinobu Mita · 17 years ago