summaryrefslogtreecommitdiff
path: root/fs/ext4/file.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-03ext4: fix data corruption caused by unaligned direct AIOLukas Czerner1-1/+1
2018-04-13ext4: fix off-by-one on max nr_pages in ext4_find_unwritten_pgoff()Eryu Guan1-1/+1
2017-10-18ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsetsDarrick J. Wong1-2/+2
2017-08-11ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesizeJan Kara1-0/+3
2017-06-14ext4: fix SEEK_HOLEJan Kara1-36/+14
2014-10-30ext4: prevent bugon on race between write/fcntlDmitry Monakhov1-1/+1
2014-07-15ext4: remove readpage() check in ext4_mmap_file()Zhang Zhen1-4/+0
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-21/+14
2014-06-12->splice_write() via ->write_iter()Al Viro1-1/+1
2014-05-13ext4: add missing BUFFER_TRACE before ext4_journal_get_write_accessliang xie1-0/+1
2014-05-12ext4: make local functions staticStephen Hemminger1-1/+1
2014-05-07convert ext4 to ->write_iter()Al Viro1-18/+11
2014-05-07Merge ext4 changes in ext4_file_write() into for-nextAl Viro1-75/+75
2014-05-07switch simple generic_file_aio_read() users to ->read_iter()Al Viro1-2/+2
2014-04-21ext4: fix locking for O_APPEND writesTheodore Ts'o1-16/+26
2014-04-21ext4: factor out common code in ext4_file_write()Theodore Ts'o1-34/+22
2014-04-21ext4: move ext4_file_dio_write() into ext4_file_write()Theodore Ts'o1-74/+64
2014-04-21ext4: inline generic_file_aio_write() into ext4_file_write()Theodore Ts'o1-4/+16
2014-04-21ext4: rename uninitialized extents to unwrittenLukas Czerner1-1/+1
2014-04-21Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2014-04-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2014-04-12ext4: use i_size_read in ext4_unaligned_aio()Theodore Ts'o1-1/+1
2014-04-08mm: implement ->map_pages for page cacheKirill A. Shutemov1-0/+1
2014-04-04fs/direct-io.c: remove some left over checksDan Carpenter1-1/+1
2014-04-02kill the 4th argument of __generic_file_aio_write()Al Viro1-1/+1
2014-02-10fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro1-1/+1
2014-01-26ext2/3/4: use generic posix ACL infrastructureChristoph Hellwig1-0/+1
2013-09-04direct-io: Handle O_(D)SYNC AIOChristoph Hellwig1-1/+1
2013-08-17jbd2: Fix oops in jbd2_journal_file_inode()Jan Kara1-17/+4
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-22/+2
2013-07-03vfs: export lseek_execute() to modulesJie Liu1-22/+2
2013-06-01ext4: fix overflows in SEEK_HOLE, SEEK_DATA implementationsJan Kara1-7/+7
2013-05-14Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2013-05-08aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-05-03ext4: fix fio regressionYan, Zheng1-2/+2
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-02-23new helper: file_inode(file)Al Viro1-1/+1
2013-02-18ext4: rename and improbe ext4_es_find_extent()Zheng Liu1-4/+2
2013-02-18ext4: refine extent status treeZheng Liu1-7/+5
2013-02-09ext4: pass context information to jbd2__journal_start()Theodore Ts'o1-1/+1
2013-01-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-8/+0
2012-12-25ext4: remove unaligned AIO warning printkEric Sandeen1-8/+0
2012-12-18lseek: the "whence" argument is called "whence"Andrew Morton1-11/+11
2012-12-11ext4: Remove CONFIG_EXT4_FS_XATTRTao Ma1-2/+0
2012-11-09ext4: introduce lseek SEEK_DATA/SEEK_HOLE supportZheng Liu1-2/+332
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov1-1/+1
2012-10-05ext4: fix ext4_flush_completed_IO wait semanticsDmitry Monakhov1-1/+1
2012-09-29ext4: give i_aiodio_unwritten a more appropriate nameDmitry Monakhov1-3/+3
2012-07-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-23/+98
2012-07-23ext4: convert last user of ext4_mark_super_dirty() to ext4_handle_dirty_super()Jan Kara1-1/+13