aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/file.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-17Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-80/+49
2016-03-09ext4: more efficient SEEK_DATA implementationGravatar Jan Kara 1-61/+36
2016-03-08ext4: use i_mutex to serialize unaligned AIO DIOGravatar Jan Kara 1-19/+13
2016-02-27ext2, ext4: fix issue with missing journal entry in ext4_dax_mkwrite()Gravatar Ross Zwisler 1-17/+2
2016-02-08ext4 crypto: move context consistency check to ext4_file_open()Gravatar Theodore Ts'o 1-0/+9
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-9/+9
2016-01-22ext4: call dax_pfn_mkwrite() for DAX fsync/msyncGravatar Ross Zwisler 1-1/+3
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-9/+9
2015-12-07ext4: use pre-zeroed blocks for DAX page faultsGravatar Jan Kara 1-17/+3
2015-12-07ext4: fix races between page faults and hole punchingGravatar Jan Kara 1-9/+57
2015-09-08ext4: start transaction before calling into DAXGravatar Matthew Wilcox 1-3/+52
2015-09-08ext4: add ext4_get_block_dax()Gravatar Matthew Wilcox 1-3/+3
2015-09-08ext4: use ext4_get_block_write() for DAXGravatar Matthew Wilcox 1-4/+4
2015-09-08ext4: huge page fault supportGravatar Matthew Wilcox 1-1/+9
2015-09-08dax: move DAX-related functions to a new headerGravatar Matthew Wilcox 1-0/+1
2015-06-30Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+14
2015-06-04dax: don't abuse get_block mapping for endio callbacksGravatar Dave Chinner 1-2/+14
2015-05-31ext4 crypto: handle unexpected lack of encryption keysGravatar Theodore Ts'o 1-7/+10
2015-05-18ext4 crypto: reorganize how we store keys in the inodeGravatar Theodore Ts'o 1-2/+2
2015-04-19Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-3/+16
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-16/+17
2015-04-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-18/+1
2015-04-15dax: unify ext2/4_{dax,}_file_operationsGravatar Boaz Harrosh 1-20/+0
2015-04-15dax: use pfn_mkwrite to update c/mtime + freeze protectionGravatar Boaz Harrosh 1-0/+1
2015-04-12ext4 crypto: implement the ext4 decryption read pathGravatar Michael Halcrow 1-2/+16
2015-04-11mirror O_APPEND and O_DIRECT into iocb->ki_flagsGravatar Al Viro 1-2/+2
2015-04-11switch generic_write_checks() to iocb and iterGravatar Al Viro 1-14/+6
2015-04-11ext4_file_write_iter: move generic_write_checks() upGravatar Al Viro 1-19/+20
2015-04-11generic_write_checks(): drop isblk argumentGravatar Al Viro 1-1/+1
2015-04-11lift generic_write_checks() into callers of __generic_file_write_iter()Gravatar Al Viro 1-3/+11
2015-04-11make new_sync_{read,write}() staticGravatar Al Viro 1-4/+0
2015-04-02ext4: remove unused header filesGravatar Sheng Yong 1-1/+0
2015-03-25fs: move struct kiocb to fs.hGravatar Christoph Hellwig 1-1/+1
2015-02-16ext4: add DAX functionalityGravatar Ross Zwisler 1-2/+47
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubGravatar Kirill A. Shutemov 1-1/+0
2015-01-02Revert "ext4: fix suboptimal seek_{data,hole} extents traversial"Gravatar Theodore Ts'o 1-106/+114
2014-12-02ext4: fix suboptimal seek_{data,hole} extents traversialGravatar Dmitry Monakhov 1-114/+106
2014-10-30ext4: prevent bugon on race between write/fcntlGravatar Dmitry Monakhov 1-1/+1
2014-07-15ext4: remove readpage() check in ext4_mmap_file()Gravatar Zhang Zhen 1-4/+0
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-21/+14
2014-06-12->splice_write() via ->write_iter()Gravatar Al Viro 1-1/+1
2014-05-12ext4: add missing BUFFER_TRACE before ext4_journal_get_write_accessGravatar liang xie 1-0/+1
2014-05-12ext4: make local functions staticGravatar Stephen Hemminger 1-1/+1
2014-05-06convert ext4 to ->write_iter()Gravatar Al Viro 1-18/+11
2014-05-06Merge ext4 changes in ext4_file_write() into for-nextGravatar Al Viro 1-75/+75
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Gravatar Al Viro 1-2/+2
2014-04-21ext4: fix locking for O_APPEND writesGravatar Theodore Ts'o 1-16/+26
2014-04-21ext4: factor out common code in ext4_file_write()Gravatar Theodore Ts'o 1-34/+22
2014-04-21ext4: move ext4_file_dio_write() into ext4_file_write()Gravatar Theodore Ts'o 1-74/+64
2014-04-21ext4: inline generic_file_aio_write() into ext4_file_write()Gravatar Theodore Ts'o 1-4/+16