summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2018-10-21do d_instantiate/unlock_new_inode combinations safelyAl Viro
2018-10-21ext4: force revalidation of directory pointer after seekdir(2)Theodore Ts'o
2018-10-21ext4: add extra checks to ext4_xattr_block_get()Theodore Ts'o
2018-10-21ext4: correctly detect when an xattr value has an invalid sizeEric Biggers
2018-10-21ext4: add bounds checking to ext4_xattr_find_entry()Theodore Ts'o
2018-10-21ext4: protect i_disksize update by i_data_sem in direct write pathEryu Guan
2018-10-21ext4: don't update checksum of new initialized bitmapsTheodore Ts'o
2018-10-03mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov
2018-09-25ext4: avoid running out of journal credits when appending to an inline fileTheodore Ts'o
2018-09-25ext4: add more inode number paranoia checksTheodore Ts'o
2018-09-25ext4: clear i_data in ext4_inode_info when removing inline dataTheodore Ts'o
2018-09-25ext4: never move the system.data xattr out of the inode bodyTheodore Ts'o
2018-09-25ext4: always verify the magic number in xattr blocksTheodore Ts'o
2018-09-25ext4: add corruption check in ext4_xattr_set_entry()Theodore Ts'o
2018-09-25ext4: fix false negatives *and* false positives in ext4_check_descriptors()Theodore Ts'o
2018-09-25ext4: make sure bitmaps and the inode table don't overlap with bg descriptorsTheodore Ts'o
2018-09-25ext4: don't allow r/w mounts if metadata blocks overlap the superblockTheodore Ts'o
2018-09-25ext4: always check block group bounds in ext4_init_block_bitmap()Theodore Ts'o
2018-09-25ext4: verify the depth of extent tree in ext4_find_extent()Theodore Ts'o
2018-09-25ext4: fix check to prevent initializing reserved inodesTheodore Ts'o
2018-09-25ext4: only look at the bg_flags field if it is validTheodore Ts'o
2018-06-16ext4: save error to disk in __ext4_grp_locked_error()Zhouyi Zhou
2018-06-16ext4: fix bitmap position validationLukas Czerner
2018-06-16ext4: add validity checks for bitmap block numbersTheodore Ts'o
2018-06-16ext4: fail ext4_iget for root directory if unallocatedTheodore Ts'o
2018-03-03ext4: fix crash when a directory's i_size is too smallChandan Rajendra
2018-03-03ext4: fix fdatasync(2) after fallocate(2) operationEryu Guan
2018-02-13ext4: fix interaction between i_size, fallocate, and delalloc after a crashTheodore Ts'o
2017-11-11ext4: fix overflow caused by missing cast in ext4_resize_fs()Jerry Lee
2017-11-11ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesizeJan Kara
2017-10-12ext4: Don't clear SGID when inheriting ACLsJan Kara
2017-10-12ext4: preserve i_mode if __ext4_set_acl() failsErnesto A. Fernández
2017-09-15ext4: fix fdatasync(2) after extent manipulation operationsJan Kara
2017-09-15ext4: fix data corruption for mmap writesJan Kara
2017-09-15ext4: handle the rest of ext4_mb_load_buddy() ENOMEM errorsKonstantin Khlebnikov
2017-09-15ext4: use __GFP_NOFAIL in ext4_free_blocks()Konstantin Khlebnikov
2017-09-15ext4: keep existing extra fields when inode expandsKonstantin Khlebnikov
2017-09-15ext4: fix SEEK_HOLEJan Kara
2017-08-26ext4: evict inline data when writing to memory mapEric Biggers
2017-07-18ext4: lock the xattr block before checksuming itTheodore Ts'o
2017-07-18ext4: mark inode dirty after converting inline directoryEric Biggers
2017-06-05ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o
2017-06-05ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o
2017-06-05ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o
2017-06-05ext4: fix inline data error pathsTheodore Ts'o
2017-06-05ext4: fix data corruption in data=journal modeJan Kara
2017-06-05ext4: use private version of page_zero_new_buffers() for data=journal modeTheodore Ts'o
2017-06-05ext4: trim allocation requests to group sizeJan Kara
2017-06-05ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()Theodore Ts'o
2017-06-05ext4: avoid deadlock when expanding inode sizeJan Kara