aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/file.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-18ext4: remove unnecessary parameter "needed" in ext4_discard_preallocationsKemeng Shi1-1/+1
2023-11-30ext4: fix warning in ext4_dio_write_end_io()Jan Kara1-6/+8
2023-10-31ext4: properly sync file size update after O_SYNC direct IOJan Kara1-88/+65
2023-10-31ext4: fix racy may inline data check in dio writeBrian Foster1-7/+9
2023-08-31Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-22/+16
2023-08-27ext4: drop dio overwrite only flag and associated warningBrian Foster1-15/+10
2023-08-24mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)1-6/+5
2023-07-29ext4: make ext4_forced_shutdown() take struct super_blockJan Kara1-7/+6
2023-06-29Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-40/+46
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-8/+3
2023-06-26ext4: allow concurrent unaligned dio overwritesBrian Foster1-40/+46
2023-06-09filemap: update ki_pos in generic_perform_writeChristoph Hellwig1-6/+3
2023-06-09backing_dev: remove current->backing_dev_infoChristoph Hellwig1-2/+0
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells1-1/+1
2023-05-24ext4: Provide a splice-read wrapperDavid Howells1-1/+12
2023-04-03fs: add FMODE_DIO_PARALLEL_WRITE flagJens Axboe1-1/+2
2023-02-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-12/+22
2023-02-14ext4: dio take shared inode lock when overwriting preallocated blocksZhang Yi1-12/+22
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2022-10-20fs: rename current get acl methodChristian Brauner1-1/+1
2022-10-06Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+6
2022-09-29ext4: avoid crash when inline data creation follows DIO writeJan Kara1-0/+6
2022-09-11ext4: support STATX_DIOALIGNEric Biggers1-16/+26
2022-09-11fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGNEric Biggers1-2/+7
2022-05-16iomap: add per-iomap_iter private dataChristoph Hellwig1-2/+2
2022-04-01fs: Pass an iocb to generic_perform_write()Matthew Wilcox (Oracle)1-1/+1
2022-02-08ext4: support direct I/O with fscrypt using blk-cryptoEric Biggers1-4/+6
2021-12-23ext4: use ext4_journal_start/stop for fast commit transactionsHarshad Shirwadkar1-4/+0
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+3
2021-10-24iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher1-2/+3
2021-10-18block: switch polling to be bio basedChristoph Hellwig1-1/+1
2021-09-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+2
2021-08-30ext4: Support for checksumming from journal triggersJan Kara1-1/+2
2021-07-13ext4: Convert to use mapping->invalidate_lockJan Kara1-6/+7
2021-04-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-4/+21
2021-04-22ext4: Fix occasional generic/418 failureJan Kara1-4/+21
2021-04-12ext4: convert to fileattrMiklos Szeredi1-0/+2
2021-01-23iomap: pass a flags argument to iomap_dio_rwChristoph Hellwig1-3/+2
2020-12-22ext4: don't leak old mountpoint samplesTheodore Ts'o1-1/+1
2020-12-22ext4: drop ext4_handle_dirty_super()Jan Kara1-1/+1
2020-12-22ext4: protect superblock modifications with a buffer lockJan Kara1-0/+3
2020-11-06ext4: make s_mount_flags modifications atomicHarshad Shirwadkar1-2/+2
2020-11-06ext4: remove unnecessary fast commit calls from ext4_file_mmapHarshad Shirwadkar1-2/+0
2020-10-21ext4: main fast-commit commit pathHarshad Shirwadkar1-2/+8
2020-10-18ext4: flag as supporting buffered async readsJens Axboe1-1/+1
2020-08-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-4/+7
2020-08-19ext4: limit the length of per-inode prealloc listbrookxu1-1/+1
2020-08-06ext4: do not block RWF_NOWAIT dio write on unallocated spaceJan Kara1-0/+4
2020-08-06ext4: fix coding style in file.cDio Putra1-3/+2
2020-08-05iomap: fall back to buffered writes for invalidation failuresChristoph Hellwig1-0/+2
2020-06-03ext4: don't block for O_DIRECT if IOCB_NOWAIT is setJens Axboe1-0/+6
2020-06-03ext4: handle ext4_mark_inode_dirty errorsHarshad Shirwadkar1-2/+9
2020-03-05ext4: start to support iopoll methodXiaoguang Wang1-0/+1
2019-12-26ext4: Optimize ext4 DIO overwritesJan Kara1-1/+4
2019-12-22ext4: Move to shared i_rwsem even without dioread_nolock mount optRitesh Harjani1-6/+3
2019-12-22ext4: Start with shared i_rwsem in case of DIO instead of exclusiveRitesh Harjani1-49/+142
2019-12-22ext4: fix ext4_dax_read/write inode locking sequence for IOCB_NOWAITRitesh Harjani1-4/+6
2019-11-05ext4: introduce direct I/O write using iomap infrastructureMatthew Bobrowski1-72/+174
2019-11-05ext4: move inode extension check out from ext4_iomap_alloc()Matthew Bobrowski1-1/+23
2019-11-05ext4: move inode extension/truncate code out from ->iomap_end() callbackMatthew Bobrowski1-1/+88
2019-11-05ext4: introduce direct I/O read using iomap infrastructureMatthew Bobrowski1-2/+53
2019-11-05ext4: introduce new callback for IOMAP_REPORTMatthew Bobrowski1-2/+4
2019-09-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-2/+0
2019-08-12ext4: add basic fs-verity supportEric Biggers1-0/+4
2019-08-11ext4: remove unnecessary error checkShi Siyuan1-2/+0
2019-07-18Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+6
2019-07-05ext4: disable map_sync for async flushPankaj Gupta1-4/+6
2019-06-09ext4: enforce the immutable flag on open filesTheodore Ts'o1-0/+4
2019-05-10ext4: fix data corruption caused by overlapping unaligned and aligned IOLukas Czerner1-0/+7
2019-03-14ext4: fix data corruption caused by unaligned direct AIOLukas Czerner1-1/+1
2018-08-17dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang1-1/+1
2018-05-13ext4: do not update s_last_mounted of a frozen fsAmir Goldstein1-5/+9
2018-05-13ext4: factor out helper ext4_sample_last_mounted()Amir Goldstein1-36/+46
2018-05-13fs: ext4: add new return type vm_fault_tSouptick Joarder1-3/+4
2018-01-07ext4: fix ENOSPC handling in DAX page fault handlerJan Kara1-2/+8
2018-01-07dax: pass detailed error code from dax_iomap_fault()Jan Kara1-1/+1
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-6/+20
2017-11-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-249/+14
2017-11-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-19/+4
2017-11-03ext4: Support for synchronous DAX faultsJan Kara1-1/+14
2017-11-03ext4: Simplify error handling in ext4_dax_huge_fault()Jan Kara1-6/+7
2017-11-03dax: Allow dax_iomap_fault() to return pfnJan Kara1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-18ext4: switch to fscrypt_file_open()Eric Biggers1-19/+4
2017-10-01ext4: Switch to iomap for SEEK_HOLE / SEEK_DATAChristoph Hellwig1-249/+14
2017-09-14Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+3
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-43/+5
2017-09-06mm: remove nr_pages argument from pagevec_lookup{,_range}()Jan Kara1-1/+1
2017-09-06ext4: use pagevec_lookup_range() in ext4_find_unwritten_pgoff()Jan Kara1-10/+4
2017-09-06mm: make pagevec_lookup() update indexJan Kara1-3/+1
2017-09-06dax: use common 4k zero page for dax mmap readsRoss Zwisler1-31/+1
2017-09-04fs: support RWF_NOWAIT for buffered readsChristoph Hellwig1-3/+3
2017-08-24ext4: fix fault handling when mounted with -o dax,roRandy Dodgen1-1/+14
2017-08-24ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsetsDarrick J. Wong1-2/+2
2017-08-05ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesizeJan Kara1-0/+3
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-1/+1
2017-07-09Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-7/+0
2017-06-23ext4: don't bother checking for encryption key in ->mmap()Eric Biggers1-7/+0
2017-06-20ext4: nowait aio supportGoldwyn Rodrigues1-6/+29
2017-05-24ext4: fix off-by-one on max nr_pages in ext4_find_unwritten_pgoff()Eryu Guan1-1/+1
2017-05-21ext4: fix off-by-in in loop termination in ext4_find_unwritten_pgoff()Jan Kara1-1/+1
2017-05-21ext4: fix SEEK_HOLEJan Kara1-36/+14
2017-05-12ext4: return to starting transaction in ext4_dax_huge_fault()Jan Kara1-4/+17
2017-04-03ext4: Add statx supportDavid Howells1-1/+1
2017-02-24mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang1-3/+9
2017-02-24mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang1-22/+1
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-9/+8
2017-02-22mm, dax: change pmd_fault() to take only vmf parameterDave Jiang1-4/+4
2017-02-22mm, dax: make pmd_fault() and friends be the same as fault()Dave Jiang1-5/+4
2017-02-08ext4: fix DAX write lockingChristoph Hellwig1-9/+1
2017-02-05ext4: add shutdown bit and check for itTheodore Ts'o1-0/+12
2016-12-26ext4: Simplify DAX fault pathJan Kara1-38/+10
2016-11-20ext4: convert DAX faults to iomap infrastructureJan Kara1-4/+5
2016-11-20ext4: DAX iomap write supportJan Kara1-0/+40
2016-11-20ext4: convert DAX reads to iomap infrastructureJan Kara1-1/+37
2016-11-20ext4: factor out checks from ext4_file_write_iter()Jan Kara1-47/+50
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-3/+0
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-3/+0
2016-10-07ext2/4, xfs: call thp_get_unmapped_area() for pmd mappingsToshi Kani1-0/+1
2016-09-30ext4: remove plugging from ext4_file_write_iter()Jan Kara1-4/+0
2016-09-30ext4: allow unlocked direct IO when pages are cachedJan Kara1-2/+1
2016-09-15ext4: create EXT4_MAX_BLOCKS() macroFabian Frederick1-2/+1
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2016-07-26dax: remote unused fault wrappersRoss Zwisler1-2/+2
2016-07-10ext4 crypto: migrate into vfs's crypto engineJaegeuk Kim1-5/+5
2016-05-26Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2016-05-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-3/+3
2016-05-16dax: Remove complete_unwritten argumentJan Kara1-2/+2
2016-05-13ext4: pre-zero allocated blocks for DAX IOJan Kara1-2/+2
2016-05-01fs: simplify the generic_write_sync prototypeChristoph Hellwig1-7/+2
2016-05-01fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig1-1/+1
2016-04-27ext4: remove trailing \n from ext4_warning/ext4_error callsJakub Wilk1-1/+1
2016-04-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+8
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-03-26ext4: use file_dentry()Miklos Szeredi1-1/+1
2016-03-26ext4: use dget_parent() in ext4_file_open()Miklos Szeredi1-4/+8
2016-03-17Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-80/+49
2016-03-09ext4: more efficient SEEK_DATA implementationJan Kara1-61/+36
2016-03-08ext4: use i_mutex to serialize unaligned AIO DIOJan Kara1-19/+13
2016-02-27ext2, ext4: fix issue with missing journal entry in ext4_dax_mkwrite()Ross Zwisler1-17/+2
2016-02-08ext4 crypto: move context consistency check to ext4_file_open()Theodore Ts'o1-0/+9
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-9/+9
2016-01-22ext4: call dax_pfn_mkwrite() for DAX fsync/msyncRoss Zwisler1-1/+3
2016-01-22wrappers for ->i_mutex accessAl Viro1-9/+9
2015-12-07ext4: use pre-zeroed blocks for DAX page faultsJan Kara1-17/+3
2015-12-07ext4: fix races between page faults and hole punchingJan Kara1-9/+57
2015-09-08ext4: start transaction before calling into DAXMatthew Wilcox1-3/+52
2015-09-08ext4: add ext4_get_block_dax()Matthew Wilcox1-3/+3
2015-09-08ext4: use ext4_get_block_write() for DAXMatthew Wilcox1-4/+4
2015-09-08ext4: huge page fault supportMatthew Wilcox1-1/+9
2015-09-08dax: move DAX-related functions to a new headerMatthew Wilcox1-0/+1
2015-06-30Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+14
2015-06-04dax: don't abuse get_block mapping for endio callbacksDave Chinner1-2/+14
2015-05-31ext4 crypto: handle unexpected lack of encryption keysTheodore Ts'o1-7/+10
2015-05-18ext4 crypto: reorganize how we store keys in the inodeTheodore Ts'o1-2/+2
2015-04-19Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-3/+16
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-16/+17
2015-04-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-18/+1
2015-04-15dax: unify ext2/4_{dax,}_file_operationsBoaz Harrosh1-20/+0
2015-04-15dax: use pfn_mkwrite to update c/mtime + freeze protectionBoaz Harrosh1-0/+1
2015-04-12ext4 crypto: implement the ext4 decryption read pathMichael Halcrow1-2/+16
2015-04-11mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro1-2/+2
2015-04-11switch generic_write_checks() to iocb and iterAl Viro1-14/+6
2015-04-11ext4_file_write_iter: move generic_write_checks() upAl Viro1-19/+20
2015-04-11generic_write_checks(): drop isblk argumentAl Viro1-1/+1
2015-04-11lift generic_write_checks() into callers of __generic_file_write_iter()Al Viro1-3/+11
2015-04-11make new_sync_{read,write}() staticAl Viro1-4/+0
2015-04-02ext4: remove unused header filesSheng Yong1-1/+0
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-1/+1
2015-02-16ext4: add DAX functionalityRoss Zwisler1-2/+47
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov1-1/+0
2015-01-02Revert "ext4: fix suboptimal seek_{data,hole} extents traversial"Theodore Ts'o1-106/+114
2014-12-02ext4: fix suboptimal seek_{data,hole} extents traversialDmitry Monakhov1-114/+106
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-12ext4: 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-06convert ext4 to ->write_iter()Al Viro1-18/+11
2014-05-06Merge ext4 changes in ext4_file_write() into for-nextAl Viro1-75/+75
2014-05-06switch 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-20ext4: rename uninitialized extents to unwrittenLukas Czerner1-1/+1
2014-04-20Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2014-04-12Merge 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-07mm: implement ->map_pages for page cacheKirill A. Shutemov1-0/+1
2014-04-03fs/direct-io.c: remove some left over checksDan Carpenter1-1/+1
2014-04-01kill the 4th argument of __generic_file_aio_write()Al Viro1-1/+1
2014-02-09fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro1-1/+1
2014-01-25ext2/3/4: use generic posix ACL infrastructureChristoph Hellwig1-0/+1
2013-09-04direct-io: Handle O_(D)SYNC AIOChristoph Hellwig1-1/+1
2013-08-16jbd2: 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