summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2018-12-11Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAmit Pundir
2018-12-10Revert "BACKPORT, FROMLIST: fscrypt: add Speck128/256 support"Alistair Strachan
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-10-04Merge remote-tracking branch 'origin/upstream-f2fs-stable-linux-4.4.y' into a...Amit Pundir
2018-10-03Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAmit Pundir
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
2018-07-13Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidMark Brown
2018-07-11ext4: check superblock mapped prior to committingJon Derrick
2018-07-11ext4: add more mount time checks of the superblockTheodore Ts'o
2018-07-11ext4: add more inode number paranoia checksTheodore Ts'o
2018-07-11ext4: clear i_data in ext4_inode_info when removing inline dataTheodore Ts'o
2018-07-11ext4: include the illegal physical block in the bad map ext4_error msgTheodore Ts'o
2018-07-11ext4: verify the depth of extent tree in ext4_find_extent()Theodore Ts'o
2018-07-11ext4: only look at the bg_flags field if it is validTheodore Ts'o
2018-07-11ext4: always check block group bounds in ext4_init_block_bitmap()Theodore Ts'o
2018-07-11ext4: make sure bitmaps and the inode table don't overlap with bg descriptorsTheodore Ts'o
2018-07-08mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara
2018-07-08ext4: use pagevec_lookup_range_tag()Jan Kara
2018-07-05Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidMark Brown
2018-07-03ext4: fix fencepost error in check for inode count overflow during resizeJan Kara
2018-07-03ext4: update mtime in ext4_punch_hole even if no blocks are releasedLukas Czerner