summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2023-06-15ext4: treat stripe in block unitKemeng Shi2-7/+24
2023-06-15ext4: fix wrong unit use in ext4_mb_find_by_goalKemeng Shi1-2/+1
2023-06-15ext4: fix unit mismatch in ext4_mb_new_blocks_simpleKemeng Shi1-2/+4
2023-06-15ext4: fix wrong unit use in ext4_mb_normalize_requestKemeng Shi1-1/+1
2023-06-15ext4: Call fsverity_verify_folio()Matthew Wilcox1-1/+1
2023-06-15ext4: Make ext4_write_inline_data_end() use folioRitesh Harjani3-15/+17
2023-06-15ext4: Make mpage_journal_page_buffers use folioRitesh Harjani1-15/+13
2023-06-15ext4: Change remaining tracepoints to use folioRitesh Harjani1-3/+4
2023-06-15ext4: kill unused function ext4_journalled_write_inline_dataRitesh Harjani2-28/+0
2023-06-15ext4: drop the call to ext4_error() from ext4_get_group_info()Fabio M. De Francesco1-11/+9
2023-06-15Revert "ext4: remove unnecessary check in ext4_bg_num_gdb_nometa"Kemeng Shi1-1/+4
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-1/+1
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig1-8/+3
2023-06-10filemap: update ki_pos in generic_perform_writeChristoph Hellwig1-6/+3
2023-06-10backing_dev: remove current->backing_dev_infoChristoph Hellwig1-2/+0
2023-06-08ext4: only check dquot_initialize_needed() when debuggingTheodore Ts'o1-2/+4
2023-06-08Revert "ext4: don't clear SB_RDONLY when remounting r/w until quota is re-ena...Theodore Ts'o1-5/+1
2023-06-05ext4: wire up the ->mark_dead holder operation for log devicesChristoph Hellwig1-1/+10
2023-06-05ext4: wire up sops->shutdownChristoph Hellwig1-0/+6
2023-06-05ext4: split ext4_shutdownChristoph Hellwig2-9/+16
2023-06-05block: introduce holder opsChristoph Hellwig1-1/+2
2023-06-02Revert "ext4: remove ac->ac_found > sbi->s_mb_min_to_scan dead check in ext4_...Ojaswin Mujoo1-1/+15
2023-06-02ext4: Remove ext4 locking of moved directoryJan Kara1-15/+2
2023-05-30ext4: enable the lazy init thread when remounting read/writeTheodore Ts'o1-12/+12
2023-05-30ext4: fix fsync for non-directoriesJan Kara1-0/+7
2023-05-30ext4: add lockdep annotations for i_data_sem for ea_inode'sTheodore Ts'o2-0/+6
2023-05-30ext4: disallow ea_inodes with extended attributesTheodore Ts'o1-0/+3
2023-05-30ext4: set lockdep subclass for the ea_inode in ext4_xattr_inode_cache_find()Theodore Ts'o1-0/+1
2023-05-28ext4: add EA_INODE checking to ext4_iget()Theodore Ts'o3-35/+35
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-05-16ext4: Use generic_buffers_fsync_noflush() implementationRitesh Harjani (IBM)1-17/+16
2023-05-14ext4: bail out of ext4_xattr_ibody_get() fails for any reasonTheodore Ts'o1-1/+1
2023-05-14ext4: add bounds checking in get_max_inline_xattr_value_size()Theodore Ts'o1-1/+11
2023-05-14ext4: add indication of ro vs r/w mounts in the mount messageTheodore Ts'o1-4/+6
2023-05-14ext4: fix deadlock when converting an inline directory in nojournal modeTheodore Ts'o1-1/+2
2023-05-14ext4: improve error recovery code paths in __ext4_remount()Theodore Ts'o1-3/+10
2023-05-14ext4: improve error handling from ext4_dirhash()Theodore Ts'o2-17/+42
2023-05-14ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabledTheodore Ts'o1-1/+5
2023-05-14ext4: check iomap type only if ext4_iomap_begin() does not failBaokun Li1-1/+1
2023-05-14ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csumTudor Ambarus1-4/+2
2023-05-14ext4: fix data races when using cached status extentsJan Kara1-17/+13
2023-05-14ext4: avoid deadlock in fs reclaim with page writebackJan Kara3-13/+40
2023-05-14ext4: fix invalid free tracking in ext4_xattr_move_to_block()Theodore Ts'o1-2/+3
2023-05-14ext4: remove a BUG_ON in ext4_mb_release_group_pa()Theodore Ts'o1-1/+5
2023-05-14ext4: allow ext4_get_group_info() to failTheodore Ts'o5-29/+82
2023-05-08ext4: fix lockdep warning when enabling MMPJan Kara1-9/+21
2023-05-08ext4: fix WARNING in mb_find_extentYe Bin1-0/+25
2023-05-01Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-36/+56
2023-04-28ext4: clean up error handling in __ext4_fill_super()Theodore Ts'o1-22/+29