summaryrefslogtreecommitdiff
path: root/fs/ext4/file.c
AgeCommit message (Expand)Author
2018-04-13ext4: fix off-by-one on max nr_pages in ext4_find_unwritten_pgoff()Eryu Guan
2017-10-18ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsetsDarrick J. Wong
2017-08-11ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesizeJan Kara
2017-06-14ext4: fix SEEK_HOLEJan Kara
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-10-07ext2/4, xfs: call thp_get_unmapped_area() for pmd mappingsToshi Kani
2016-09-30ext4: remove plugging from ext4_file_write_iter()Jan Kara
2016-09-30ext4: allow unlocked direct IO when pages are cachedJan Kara
2016-09-15ext4: create EXT4_MAX_BLOCKS() macroFabian Frederick
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-07-26dax: remote unused fault wrappersRoss Zwisler
2016-07-10ext4 crypto: migrate into vfs's crypto engineJaegeuk Kim
2016-05-26Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-05-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2016-05-16dax: Remove complete_unwritten argumentJan Kara
2016-05-13ext4: pre-zero allocated blocks for DAX IOJan Kara
2016-05-01fs: simplify the generic_write_sync prototypeChristoph Hellwig
2016-05-01fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig
2016-04-27ext4: remove trailing \n from ext4_warning/ext4_error callsJakub Wilk
2016-04-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-26ext4: use file_dentry()Miklos Szeredi
2016-03-26ext4: use dget_parent() in ext4_file_open()Miklos Szeredi
2016-03-17Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2016-03-09ext4: more efficient SEEK_DATA implementationJan Kara
2016-03-08ext4: use i_mutex to serialize unaligned AIO DIOJan Kara
2016-02-27ext2, ext4: fix issue with missing journal entry in ext4_dax_mkwrite()Ross Zwisler
2016-02-08ext4 crypto: move context consistency check to ext4_file_open()Theodore Ts'o
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-22ext4: call dax_pfn_mkwrite() for DAX fsync/msyncRoss Zwisler
2016-01-22wrappers for ->i_mutex accessAl Viro
2015-12-07ext4: use pre-zeroed blocks for DAX page faultsJan Kara
2015-12-07ext4: fix races between page faults and hole punchingJan Kara
2015-09-08ext4: start transaction before calling into DAXMatthew Wilcox
2015-09-08ext4: add ext4_get_block_dax()Matthew Wilcox
2015-09-08ext4: use ext4_get_block_write() for DAXMatthew Wilcox
2015-09-08ext4: huge page fault supportMatthew Wilcox
2015-09-08dax: move DAX-related functions to a new headerMatthew Wilcox
2015-06-30Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-06-04dax: don't abuse get_block mapping for endio callbacksDave Chinner
2015-05-31ext4 crypto: handle unexpected lack of encryption keysTheodore Ts'o
2015-05-18ext4 crypto: reorganize how we store keys in the inodeTheodore Ts'o
2015-04-19Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-04-15dax: unify ext2/4_{dax,}_file_operationsBoaz Harrosh
2015-04-15dax: use pfn_mkwrite to update c/mtime + freeze protectionBoaz Harrosh
2015-04-12ext4 crypto: implement the ext4 decryption read pathMichael Halcrow