summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix to do sanity check on segment/section countChao Yu2020-09-291-0/+6
* f2fs: fix to check segment boundary during SIT page readaheadChao Yu2020-09-291-0/+2
* f2fs: fix uninit-value in f2fs_lookupChao Yu2020-09-291-5/+3
* f2fs: remove unneeded parameter in find_in_block()Chao Yu2020-09-291-11/+6
* f2fs: fix wrong total_sections check and fsmeta checkWang Xiaojun2020-09-292-4/+5
* f2fs: remove duplicated code in sanity_check_area_boundaryWang Xiaojun2020-09-291-8/+4
* f2fs: remove unused check on version_bitmapWang Xiaojun2020-09-291-3/+0
* f2fs: relocate blkzoned feature checkChao Yu2020-09-291-12/+11
* f2fs: do sanity check on zoned block device pathChao Yu2020-09-291-0/+6
* f2fs: add trace exit in exception pathZhang Qilong2020-09-291-1/+5
* f2fs: change return value of reserved_segments to unsigned intXiaojun Wang2020-09-291-2/+2
* f2fs: clean up kvfreeChao Yu2020-09-1410-28/+28
* f2fs: change virtual mapping way for compression pagesDaeho Jeong2020-09-111-10/+26
* f2fs: change return value of f2fs_disable_compressed_file to boolDaeho Jeong2020-09-113-14/+9
* f2fs: change i_compr_blocks of inode to atomic valueDaeho Jeong2020-09-114-21/+30
* f2fs: ignore compress mount option on image w/o compression featureChao Yu2020-09-111-6/+6
* f2fs: allocate proper size memory for zstd decompressChao Yu2020-09-112-4/+5
* f2fs: change compr_blocks of superblock info to 64bitDaeho Jeong2020-09-112-7/+8
* f2fs: add block address limit check to compressed fileDaeho Jeong2020-09-111-8/+9
* f2fs: check position in move range ioctlDan Robertson2020-09-111-0/+3
* f2fs: correct statistic of APP_DIRECT_IO/APP_DIRECT_READ_IOJack Qiu2020-09-111-0/+6
* f2fs: Simplify SEEK_DATA implementationMatthew Wilcox (Oracle)2020-09-111-27/+8
* f2fs: support age threshold based garbage collectionChao Yu2020-09-1110-60/+623
* f2fs: Use generic casefolding supportDaniel Rosenberg2020-09-104-88/+20
* fs: Add standard casefolding supportDaniel Rosenberg2020-09-101-0/+87
* unicode: Add utf8_casefold_hashDaniel Rosenberg2020-09-101-1/+22
* f2fs: compress: use more readable atomic_t type for {cic,dic}.refChao Yu2020-09-103-10/+10
* f2fs: fix compile warningChao Yu2020-09-101-2/+5
* f2fs: support 64-bits key in f2fs rb-tree node entryChao Yu2020-09-103-7/+49
* f2fs: inherit mtime of original block during GCChao Yu2020-09-104-17/+50
* f2fs: record average update time of segmentChao Yu2020-09-101-3/+18
* f2fs: introduce inmem cursegChao Yu2020-09-108-52/+113
* f2fs: compress: remove unneeded codeChao Yu2020-09-101-4/+0
* f2fs: remove duplicated type castingXiaojun Wang2020-09-103-4/+4
* f2fs: support zone capacity less than zone sizeAravind Ramesh2020-09-106-37/+260
* Merge tag 'f2fs-for-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-09-103-4/+10
|\
| * f2fs: Return EOF on unaligned end of file DIO readGabriel Krisman Bertazi2020-09-091-0/+3
| * f2fs: fix indefinite loop scanning for free nidSahitya Tummala2020-09-091-0/+3
| * f2fs: Fix type of section block count variablesShin'ichiro Kawasaki2020-09-091-4/+4
* | Merge tag 'nfs-for-5.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-09-091-2/+9
|\ \ | |/ |/|
| * NFS: Zero-stateid SETATTR should first return delegationChuck Lever2020-09-051-1/+3
| * NFSv4.1 handle ERR_DELAY error reclaiming locking state on delegation recallOlga Kornievskaia2020-08-271-1/+6
* | Merge tag 'io_uring-5.9-2020-09-06' of git://git.kernel.dk/linux-blockLinus Torvalds2020-09-061-3/+52
|\ \
| * | io_uring: fix linked deferred ->files cancellationPavel Begunkov2020-09-061-2/+23
| * | io_uring: fix cancel of deferred reqs with ->filesPavel Begunkov2020-09-051-0/+27
| * | io_uring: fix explicit async read/write mapping for large segmentsJens Axboe2020-09-051-3/+4
* | | Merge tag 'xfs-5.9-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-09-051-1/+1
|\ \ \
| * | | xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt filesDarrick J. Wong2020-09-031-1/+1
* | | | xfs: don't update mtime on COW faultsMikulas Patocka2020-09-051-2/+10
* | | | ext2: don't update mtime on COW faultsMikulas Patocka2020-09-051-2/+4