summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* ext4: Call aops write_begin() and write_end() directlyMatthew Wilcox (Oracle)2022-05-081-4/+5
* fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-5/+5
* fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)2022-05-083-8/+8
* ext4: Use scoped memory APIs in ext4_write_begin()Matthew Wilcox (Oracle)2022-05-083-13/+11
* ext4: Use scoped memory APIs in ext4_da_write_begin()Matthew Wilcox (Oracle)2022-05-083-11/+9
* ext4: Use scoped memory API in mext_page_double_lock()Matthew Wilcox (Oracle)2022-05-081-4/+9
* ext4: Allow GFP_FS allocations in ext4_da_convert_inline_data_to_extent()Matthew Wilcox (Oracle)2022-05-081-3/+1
* ext4: Use page_symlink() instead of __page_symlink()Matthew Wilcox (Oracle)2022-05-081-1/+6
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-04-227-24/+97
|\
| * ext4: update the cached overhead value in the superblockTheodore Ts'o2022-04-143-0/+19
| * ext4: force overhead calculation if the s_overhead_cluster makes no senseTheodore Ts'o2022-04-141-3/+12
| * ext4: fix overhead calculation to account for the reserved gdt blocksTheodore Ts'o2022-04-141-1/+3
| * ext4: limit length to bitmap_maxbytes - blocksize in punch_holeTadeusz Struk2022-04-121-1/+10
| * ext4: fix use-after-free in ext4_search_dirYe Bin2022-04-122-2/+6
| * ext4: fix bug_on in start_this_handle during umount filesystemYe Bin2022-04-121-7/+12
| * ext4: fix symlink file size not match to file contentYe Bin2022-04-121-1/+3
| * ext4: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong2022-04-123-9/+32
* | ext4: Correct ext4_journalled_dirty_folio() conversionMatthew Wilcox (Oracle)2022-04-011-1/+1
* | fs: Pass an iocb to generic_perform_write()Matthew Wilcox (Oracle)2022-04-011-1/+1
* | fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)2022-04-011-1/+1
* | Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-261-4/+1
|\ \
| * | block: remove the per-bio/request write hintChristoph Hellwig2022-03-071-4/+1
| * | Merge branch 'for-5.18/alloc-cleanups' into for-5.18/write-streamsJens Axboe2022-03-071-4/+3
| |\ \
| * \ \ Merge branch 'for-5.18/block' into for-5.18/write-streamsJens Axboe2022-03-072-9/+7
| |\ \ \
* | \ \ \ Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds2022-03-241-2/+2
|\ \ \ \ \
| * | | | | treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-171-2/+2
* | | | | | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-65/+64
|\ \ \ \ \ \
| * | | | | | fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioMatthew Wilcox (Oracle)2022-03-161-1/+1
| * | | | | | fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)2022-03-161-6/+6
| * | | | | | fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)2022-03-151-10/+11
| * | | | | | ext4: Convert invalidatepage to invalidate_folioMatthew Wilcox (Oracle)2022-03-151-29/+27
| * | | | | | fs: Remove noop_invalidatepage()Matthew Wilcox (Oracle)2022-03-151-1/+0
| * | | | | | fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)2022-03-151-16/+16
| * | | | | | ext4: Use folio_invalidate()Matthew Wilcox (Oracle)2022-03-151-2/+3
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-221-1/+1
|\ \ \ \ \ \
| * | | | | | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
| |/ / / / /
* | | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-03-2213-264/+472
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | ext4: fix kernel doc warningsTheodore Ts'o2022-03-152-3/+4
| * | | | | ext4: add commit tid info in ext4_fc_commit_start/stop trace eventsRitesh Harjani2022-03-151-2/+2
| * | | | | ext4: add commit_tid info in jbd debug logRitesh Harjani2022-03-151-6/+9
| * | | | | ext4: add transaction tid info in fc_track eventsRitesh Harjani2022-03-151-5/+5
| * | | | | ext4: add new trace event in ext4_fc_cleanupRitesh Harjani2022-03-151-0/+1
| * | | | | ext4: return early for non-eligible fast_commit track eventsRitesh Harjani2022-03-152-14/+60
| * | | | | ext4: do not call FC trace event in ext4_fc_commit() if FS does not support FCRitesh Harjani2022-03-121-3/+3
| * | | | | ext4: remove unused enum EXT4_FC_COMMIT_FAILEDRitesh Harjani2022-03-121-1/+0
| * | | | | ext4: warn when dirtying page w/o buffers in data=journal modeJan Kara2022-03-121-4/+6
| * | | | | ext4: make mb_optimize_scan performance mount option work with extentsOjaswin Mujoo2022-03-121-1/+1
| * | | | | ext4: make mb_optimize_scan option work with set/unset mount cmdOjaswin Mujoo2022-03-121-10/+14
| * | | | | ext4: don't BUG if someone dirty pages without asking ext4 firstTheodore Ts'o2022-03-031-0/+25
| * | | | | ext4: remove redundant assignment to variable split_flag1Colin Ian King2022-03-031-1/+0