summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2023-05-13ext4: bail out of ext4_xattr_ibody_get() fails for any reasonTheodore Ts'o
2023-05-13ext4: add bounds checking in get_max_inline_xattr_value_size()Theodore Ts'o
2023-05-13ext4: add indication of ro vs r/w mounts in the mount messageTheodore Ts'o
2023-05-13ext4: fix deadlock when converting an inline directory in nojournal modeTheodore Ts'o
2023-05-13ext4: improve error recovery code paths in __ext4_remount()Theodore Ts'o
2023-05-13ext4: improve error handling from ext4_dirhash()Theodore Ts'o
2023-05-13ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabledTheodore Ts'o
2023-05-13ext4: check iomap type only if ext4_iomap_begin() does not failBaokun Li
2023-05-13ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csumTudor Ambarus
2023-05-13ext4: fix data races when using cached status extentsJan Kara
2023-05-13ext4: avoid deadlock in fs reclaim with page writebackJan Kara
2023-05-13ext4: fix invalid free tracking in ext4_xattr_move_to_block()Theodore Ts'o
2023-05-13ext4: remove a BUG_ON in ext4_mb_release_group_pa()Theodore Ts'o
2023-05-13ext4: allow ext4_get_group_info() to failTheodore Ts'o
2023-05-07ext4: fix lockdep warning when enabling MMPJan Kara
2023-05-07ext4: fix WARNING in mb_find_extentYe Bin
2023-05-01Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-04-28ext4: clean up error handling in __ext4_fill_super()Theodore Ts'o
2023-04-28ext4: reflect error codes from ext4_multi_mount_protect() to its callersTheodore Ts'o
2023-04-28ext4: fix lost error code reporting in __ext4_fill_super()Theodore Ts'o
2023-04-28ext4: fix unused iterator variable warningsNathan Chancellor
2023-04-28ext4: fix use-after-free read in ext4_find_extent for bigalloc + inlineYe Bin
2023-04-28ext4: fix i_disksize exceeding i_size problem in paritally written caseZhihao Cheng
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-26Merge tag 'for-6.4/io_uring-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds
2023-04-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-04-24Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-04-19ext4: Add a uapi header for ext4 userspace APIsJosh Triplett
2023-04-19ext4: remove useless conditional branch codewuchi
2023-04-19ext4: remove unneeded check of nr_to_submitTom Rix
2023-04-14ext4: move dax and encrypt checking into ext4_check_feature_compatibility()Jason Yan
2023-04-14ext4: factor out ext4_block_group_meta_init()Jason Yan
2023-04-14ext4: move s_reserved_gdt_blocks and addressable checking into ext4_check_geo...Jason Yan
2023-04-14ext4: rename two functions with 'check'Jason Yan
2023-04-14ext4: factor out ext4_flex_groups_free()Jason Yan
2023-04-14ext4: use ext4_group_desc_free() in ext4_put_super() to save some duplicated ...Jason Yan
2023-04-14ext4: factor out ext4_percpu_param_init() and ext4_percpu_param_destroy()Jason Yan
2023-04-14ext4: factor out ext4_hash_info_init()Jason Yan
2023-04-14Revert "ext4: Fix warnings when freezing filesystem with journaled data"Jan Kara
2023-04-14ext4: Update comment in mpage_prepare_extent_to_map()Jan Kara
2023-04-14ext4: Simplify handling of journalled data in ext4_bmap()Jan Kara
2023-04-14ext4: Drop special handling of journalled data from ext4_quota_on()Jan Kara
2023-04-14ext4: Drop special handling of journalled data from ext4_evict_inode()Jan Kara
2023-04-14ext4: Fix special handling of journalled data from extent zeroingJan Kara
2023-04-14ext4: Drop special handling of journalled data from extent shifting operationsJan Kara
2023-04-14ext4: Drop special handling of journalled data from ext4_sync_file()Jan Kara
2023-04-14ext4: Commit transaction before writing back pages in data=journal modeJan Kara
2023-04-14ext4: Clear dirty bit from pages without data to writeJan Kara
2023-04-14ext4: Keep pages with journalled data dirtyJan Kara