summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2020-04-24ext4: do not commit super on read-only bdevEric Sandeen
2020-04-24ext4: do not zeroout extents beyond i_disksizeJan Kara
2020-04-24ext4: fix incorrect inodes per group in error messageJosh Triplett
2020-04-24ext4: fix incorrect group count in ext4_fill_super error messageJosh Triplett
2020-04-24ext4: fix a data race at inode->i_blocksQian Cai
2020-03-11ext4: potential crash on allocation error in ext4_alloc_flex_bg_array()Dan Carpenter
2020-03-11ext4: fix potential race between s_group_info online resizing and accessSuraj Jitindar Singh
2020-03-11ext4: fix potential race between s_flex_groups online resizing and accessSuraj Jitindar Singh
2020-03-11ext4: fix potential race between online resizing and write operationsTheodore Ts'o
2020-02-28ext4: fix race between writepages and enabling EXT4_EXTENTS_FLEric Biggers
2020-02-28ext4: rename s_journal_flag_rwsem to s_writepages_rwsemEric Biggers
2020-02-28ext4: fix mount failure with quota configured as moduleJan Kara
2020-02-28ext4: add cond_resched() to __ext4_find_entry()Shijie Luo
2020-02-28ext4: fix a data race in EXT4_I(inode)->i_disksizeQian Cai
2020-02-28ext4: improve explanation of a mount failure caused by a misconfigured kernelTheodore Ts'o
2020-02-28ext4: fix checksum errors with indexed dirsJan Kara
2020-02-28ext4: don't assume that mmp_nodename/bdevname have NULAndreas Dilger
2020-02-14ext4: fix deadlock allocating crypto bounce page from mempoolEric Biggers
2020-01-29ext4: set error return correctly when ext4_htree_store_dirent failsColin Ian King
2020-01-23ext4: add more paranoia checking in ext4_expand_extra_isize handlingTheodore Ts'o
2020-01-23ext4: fix use-after-free race with debug_want_extra_isizeBarret Rhoden
2020-01-04ext4: work around deleting a file with i_nlink == 0 safelyTheodore Ts'o
2020-01-04ext4: check for directory entries too close to block endJan Kara
2020-01-04ext4: fix ext4_empty_dir() for directories with holesJan Kara
2019-12-21ext4: fix a bug in ext4_wait_for_tail_page_commityangerkun
2019-10-05ext4: fix punch hole for inline_data file systemsTheodore Ts'o
2019-10-05ext4: fix warning inside ext4_convert_unwritten_extents_endioRakesh Pandit
2019-08-04ext4: allow directory holesTheodore Ts'o
2019-05-31ext4: do not delete unlinked inode from orphan list on failed truncateJan Kara
2019-05-21ext4: fix data corruption caused by overlapping unaligned and aligned IOLukas Czerner
2019-05-21ext4: zero out the unused memory region in the extent tree blockSriram Rajagopalan
2019-05-21ext4: fix ext4_show_options for file systems w/o journalDebabrata Banerjee
2019-05-21ext4: actually request zeroing of inode table after growKirill Tkhai
2019-04-20ext4: prohibit fstrim in norecovery modeDarrick J. Wong
2019-04-20ext4: report real fs size after failed resizeLukas Czerner
2019-04-20ext4: add missing brelse() in add_new_gdb_meta_bg()Lukas Czerner
2019-04-05ext4: cleanup bh release code in ext4_ind_remove_space()zhangyi (F)
2019-03-27ext4: brelse all indirect buffer in ext4_ind_remove_space()zhangyi (F)
2019-03-27ext4: fix data corruption caused by unaligned direct AIOLukas Czerner
2019-03-27ext4: fix NULL pointer dereference while journal is abortedJiufei Xue
2019-03-23ext4: fix crash during online resizingJan Kara
2019-01-16ext4: avoid kernel warning when writing the superblock to a dead deviceTheodore Ts'o
2019-01-16ext4: fix a potential fiemap/page fault deadlock w/ inline_dataTheodore Ts'o
2019-01-16ext4: make sure enough credits are reserved for dioread_nolock writesTheodore Ts'o
2019-01-09ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o
2019-01-09ext4: include terminating u32 in size of xattr entries when expanding inodesTheodore Ts'o
2019-01-09ext4: fix EXT4_IOC_GROUP_ADD ioctlruippan (潘睿)
2019-01-09ext4: missing unlock/put_page() in ext4_try_to_write_inline_data()Maurizio Lombardi
2019-01-09ext4: fix possible use after free in ext4_quota_enablePan Bian
2018-11-21ext4: fix buffer leak in __ext4_read_dirblock() on error pathVasily Averin