summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2018-05-30do d_instantiate/unlock_new_inode combinations safelyAl Viro
2018-05-01ext4: fix bitmap position validationLukas Czerner
2018-05-01ext4: add validity checks for bitmap block numbersTheodore Ts'o
2018-05-01ext4: prevent right-shifting extents beyond EXT_MAX_BLOCKSEric Biggers
2018-04-24ext4: don't allow r/w mounts if metadata blocks overlap the superblockTheodore Ts'o
2018-04-24ext4: fail ext4_iget for root directory if unallocatedTheodore Ts'o
2018-04-24ext4: protect i_disksize update by i_data_sem in direct write pathEryu Guan
2018-04-24ext4: don't update checksum of new initialized bitmapsTheodore Ts'o
2018-04-13ext4: fix off-by-one on max nr_pages in ext4_find_unwritten_pgoff()Eryu Guan
2018-04-13ext4: handle the rest of ext4_mb_load_buddy() ENOMEM errorsKonstantin Khlebnikov
2018-03-18ext4: inplace xattr block update fails to deduplicate blocksTahsin Erdogan
2018-02-22ext4: save error to disk in __ext4_grp_locked_error()Zhouyi Zhou
2018-02-22ext4: fix a race in the ext4 shutdown pathHarshad Shirwadkar
2017-12-20ext4: fix crash when a directory's i_size is too smallChandan Rajendra
2017-12-20ext4: fix fdatasync(2) after fallocate(2) operationEryu Guan
2017-11-30fscrypt: use ENOKEY when file cannot be created w/o keyEric Biggers
2017-11-30ext4: fix interaction between i_size, fallocate, and delalloc after a crashTheodore Ts'o
2017-11-08ext4: do not use stripe_width if it is not setJan Kara
2017-11-08ext4: fix stripe-unaligned allocationsJan Kara
2017-10-18ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsetsDarrick J. Wong
2017-10-12ext4: don't allow encrypted operations without keysTheodore Ts'o
2017-10-12ext4: Don't clear SGID when inheriting ACLsJan Kara
2017-10-12ext4: fix data corruption for mmap writesJan Kara
2017-09-27ext4: fix quota inconsistency during orphan cleanup for read-only mountszhangyi (F)
2017-09-27ext4: fix incorrect quotaoff if the quota feature is enabledzhangyi (F)
2017-08-11ext4: fix overflow caused by missing cast in ext4_resize_fs()Jerry Lee
2017-08-11ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesizeJan Kara
2017-07-15ext4: check return value of kstrtoull correctly in reserved_clusters_storeChao Yu
2017-06-14fs: add i_blocksize()Fabian Frederick
2017-06-14ext4: fix fdatasync(2) after extent manipulation operationsJan Kara
2017-06-14ext4: fix data corruption with EXT4_GET_BLOCKS_ZEROJan Kara
2017-06-14ext4: keep existing extra fields when inode expandsKonstantin Khlebnikov
2017-06-14ext4: fix SEEK_HOLEJan Kara
2017-05-25fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers
2017-05-20ext4: evict inline data when writing to memory mapEric Biggers
2017-04-21ext4: fix inode checksum calculation problem if i_extra_size is smallDaeho Jeong
2017-03-30ext4: lock the xattr block before checksuming itTheodore Ts'o
2017-03-30ext4: mark inode dirty after converting inline directoryEric Biggers
2017-03-26ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o
2017-03-18ext4: don't BUG when truncating encrypted inodes on the orphan listTheodore Ts'o
2017-03-12ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o
2017-03-12ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o
2017-03-12ext4: fix inline data error pathsTheodore Ts'o
2017-03-12ext4: fix use-after-iput when fscrypt contexts are inconsistentEric Biggers
2017-03-12ext4: fix data corruption in data=journal modeJan Kara
2017-03-12ext4: trim allocation requests to group sizeJan Kara
2017-03-12ext4: do not polute the extents cache while shifting extentsRoman Pen
2017-03-12ext4: Include forgotten start block on fallocate insert rangeRoman Pen
2017-03-12ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()Theodore Ts'o
2017-02-09ext4: validate s_first_meta_bg at mount timeEryu Guan