summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2019-10-05ext4: fix punch hole for inline_data file systemsTheodore Ts'o
2019-07-21fscrypt: don't set policy for a dead directoryHongjie Fang
2019-06-11ext4: do not delete unlinked inode from orphan list on failed truncateJan Kara
2019-06-11ext4: zero out the unused memory region in the extent tree blockSriram Rajagopalan
2019-06-11ext4: fix ext4_show_options for file systems w/o journalDebabrata Banerjee
2019-06-11ext4: actually request zeroing of inode table after growKirill Tkhai
2019-04-27ext4: prohibit fstrim in norecovery modeDarrick J. Wong
2019-04-27ext4: report real fs size after failed resizeLukas Czerner
2019-04-27ext4: add missing brelse() in add_new_gdb_meta_bg()Lukas Czerner
2019-04-27ext4: cleanup bh release code in ext4_ind_remove_space()zhangyi (F)
2019-04-03ext4: brelse all indirect buffer in ext4_ind_remove_space()zhangyi (F)
2019-04-03ext4: fix data corruption caused by unaligned direct AIOLukas Czerner
2019-04-03ext4: fix NULL pointer dereference while journal is abortedJiufei Xue
2019-03-23ext4: fix crash during online resizingJan Kara
2019-01-16ext4: fix a potential fiemap/page fault deadlock w/ inline_dataTheodore Ts'o
2019-01-13ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o
2019-01-13ext4: fix EXT4_IOC_GROUP_ADD ioctlruippan (潘睿)
2019-01-13ext4: missing unlock/put_page() in ext4_try_to_write_inline_data()Maurizio Lombardi
2019-01-13ext4: fix possible use after free in ext4_quota_enablePan Bian
2018-11-21ext4: fix buffer leak in __ext4_read_dirblock() on error pathVasily Averin
2018-11-21ext4: fix buffer leak in ext4_xattr_move_to_block() on error pathVasily Averin
2018-11-21ext4: release bs.bh before re-using in ext4_xattr_block_find()Vasily Averin
2018-11-21ext4: fix possible leak of sbi->s_group_desc_leak in error pathTheodore Ts'o
2018-11-21ext4: avoid possible double brelse() in add_new_gdb() on error pathTheodore Ts'o
2018-11-21ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizingVasily Averin
2018-11-21ext4: avoid buffer leak in ext4_orphan_add() after prior errorsVasily Averin
2018-11-21ext4: fix possible inode leak in the retry loop of ext4_resize_fs()Vasily Averin
2018-11-21ext4: avoid potential extra brelse in setup_new_flex_group_blocks()Vasily Averin
2018-11-21ext4: add missing brelse() add_new_gdb_meta_bg()'s error pathVasily Averin
2018-11-21ext4: add missing brelse() in set_flexbg_block_bitmap()'s error pathVasily Averin
2018-11-21ext4: add missing brelse() update_backups()'s error pathVasily Averin
2018-11-21ext4: avoid running out of journal credits when appending to an inline fileTheodore Ts'o
2018-11-21ext4: initialize retries variable in ext4_da_write_inline_data_begin()Lukas Czerner
2018-11-21ext4: fix argument checking in EXT4_IOC_MOVE_EXTTheodore Ts'o
2018-10-20ext4: add corruption check in ext4_xattr_set_entry()Theodore Ts'o
2018-10-13ext4: always verify the magic number in xattr blocksTheodore Ts'o
2018-10-10ext4: never move the system.data xattr out of the inode bodyTheodore Ts'o
2018-09-29ext4: don't mark mmp buffer head dirtyLi Dongyang
2018-09-29ext4: fix online resizing for bigalloc file systems with a 1k block sizeTheodore Ts'o
2018-09-29ext4: fix online resize's handling of a too-small final block groupTheodore Ts'o
2018-09-29ext4: recalucate superblock checksum after updating free blocks/inodesTheodore Ts'o
2018-09-29ext4: avoid divide by zero fault when deleting corrupted inline directoriesTheodore Ts'o
2018-09-05ext4: reset error code in ext4_find_entry in fallbackEric Sandeen
2018-09-05ext4: sysfs: print ext4_super_block fields as little-endianArnd Bergmann
2018-09-05ext4: check for NUL characters in extended attribute's nameTheodore Ts'o
2018-08-24ext4: fix spectre gadget in ext4_mb_regular_allocator()Jeremy Cline
2018-08-15ext4: fix check to prevent initializing reserved inodesTheodore Ts'o
2018-08-09ext4: fix false negatives *and* false positives in ext4_check_descriptors()Theodore Ts'o
2018-08-06ext4: check for allocation block validity with block group lockedTheodore Ts'o
2018-08-06ext4: fix inline data updates with checksums enabledTheodore Ts'o