summaryrefslogtreecommitdiff
path: root/fs/ext4/ext4_journal.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop part.h from common headerSimon Glass1-0/+1
2020-05-01fs: ext4: avoid NULL check before free()Heinrich Schuchardt1-10/+5
2020-04-27fs: ext4: skip journal state if fs has metadata_csumArnaud Ferraris1-0/+3
2019-07-18ext4: add support for filesystems without JOURNALMarek Szyprowski1-0/+4
2019-04-09fs: ext4: cache extent dataStephen Warren1-10/+12
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-1/+1
2017-08-26fs: ext4: Fix journal overrun issue reported by CoverityTom Rini1-2/+2
2016-09-23ext4: Fix memory leak of journal buffer if block is updated multiple timesStefan Brüns1-1/+5
2016-09-23ext4: fix endianess problems in ext4 write supportMichael Walle1-6/+9
2014-01-20fs/ext4: fix calling put_ext4 with truncated offsetMa Haijun1-4/+4
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-07-16Fix ext2/ext4 filesystem accesses beyond 2TiBFrederic Leroy1-7/+12
2013-05-10fs/ext4: Support device block sizes != 512 bytesEgbert Eich1-4/+2
2013-04-02Consolidate bool typeYork Sun1-4/+4
2012-12-07fs:ext4:fix: Code refactoring to suppress compiler warningsŁukasz Majewski1-2/+1
2012-08-10ext4fs write supportUma Shankar1-0/+667