summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix to account compressed blocks in f2fs_compressed_blocks()Chao Yu2020-03-231-6/+22
* f2fs: xattr.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-231-1/+1
* f2fs: fix to update f2fs_super_block fields under sb_lockChao Yu2020-03-231-4/+13
* f2fs: Add a new CP flag to help fsck fix resize SPO issuesSahitya Tummala2020-03-231-2/+6
* f2fs: Fix mount failure due to SPO after a successful online resize FSSahitya Tummala2020-03-231-0/+6
* f2fs: use kmem_cache pool during inline xattr lookupsChao Yu2020-03-234-6/+65
* f2fs: skip migration only when BG_GC is calledJaegeuk Kim2020-03-191-1/+1
* f2fs: fix to show tracepoint correctlyChao Yu2020-03-191-2/+4
* f2fs: avoid __GFP_NOFAIL in f2fs_bio_allocChao Yu2020-03-192-9/+5
* f2fs: introduce F2FS_IOC_GET_COMPRESS_BLOCKSChao Yu2020-03-192-0/+19
* f2fs: fix to avoid triggering IO in write pathChao Yu2020-03-193-13/+15
* f2fs: add prefix for f2fs slab cache nameChao Yu2020-03-193-9/+9
* f2fs: introduce DEFAULT_IO_TIMEOUTChao Yu2020-03-1910-15/+25
* f2fs: skip GC when section is fullJaegeuk Kim2020-03-191-2/+2
* f2fs: add migration count iff migration happensJaegeuk Kim2020-03-191-1/+1
* f2fs: clean up bggc mount optionChao Yu2020-03-193-19/+28
* f2fs: clean up lfs/adaptive mount optionChao Yu2020-03-196-37/+30
* f2fs: fix to show norecovery mount optionChao Yu2020-03-192-2/+6
* f2fs: clean up parameter of macro XATTR_SIZE()Chao Yu2020-03-192-7/+6
* f2fs: clean up codes with {f2fs_,}data_blkaddr()Chao Yu2020-03-197-29/+24
* f2fs: show mounted timeJaegeuk Kim2020-03-194-2/+13
* f2fs: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-191-19/+19
* f2fs: allow to clear F2FS_COMPR_FL flagChao Yu2020-03-111-4/+4
* f2fs: fix to check dirty pages during compressed inode conversionChao Yu2020-03-111-0/+2
* f2fs: fix to account compressed inode correctlyChao Yu2020-03-111-1/+1
* f2fs: fix wrong check on F2FS_IOC_FSSETXATTRJaegeuk Kim2020-03-101-5/+8
* f2fs: fix to avoid use-after-free in f2fs_write_multi_pages()Chao Yu2020-03-101-1/+1
* f2fs: fix to avoid using uninitialized variableChao Yu2020-03-101-4/+12
* f2fs: fix inconsistent commentsChao Yu2020-03-1010-40/+21
* f2fs: remove i_sem lock coverage in f2fs_setxattr()Chao Yu2020-03-101-3/+0
* f2fs: cover last_disk_size update with spinlockChao Yu2020-03-105-8/+10
* f2fs: fix to check i_compr_blocks correctlyChao Yu2020-03-101-3/+20
* f2fs: fix to avoid potential deadlockChao Yu2020-02-271-3/+3
* f2fs: add missing function name in kernel messageChao Yu2020-02-272-3/+4
* f2fs: recycle unused compress_data.chksum feildChao Yu2020-02-272-3/+1
* f2fs: fix to avoid NULL pointer dereferenceChao Yu2020-02-271-1/+2
* f2fs: fix leaking uninitialized memory in compressed clustersEric Biggers2020-02-271-2/+6
* f2fs: fix the panic in do_checkpoint()Sahitya Tummala2020-02-273-11/+9
* f2fs: fix to wait all node page writebackChao Yu2020-02-271-3/+4
* Merge tag 'dax-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-02-124-11/+9
|\
| * dax: pass NOWAIT flag to iomap_applyJeff Moyer2020-02-061-0/+3
| * dax: Pass dax_dev instead of bdev to dax_writeback_mapping_range()Vivek Goyal2020-01-034-11/+6
* | Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-02-101-1/+1
|\ \
| * | kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-031-1/+1
* | | Merge tag 'zonefs-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2020-02-106-0/+1643
|\ \ \
| * | | fs: New zonefs file systemDamien Le Moal2020-02-076-0/+1643
* | | | Merge tag '5.6-rc-smb3-plugfest-patches' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-02-0922-129/+247
|\ \ \ \
| * | | | smb3: Add defines for new information level, FileIdInformationSteve French2020-02-071-0/+8
| * | | | smb3: print warning once if posix context returned on openSteve French2020-02-072-0/+30
| * | | | smb3: add one more dynamic tracepoint missing from strict fsync pathSteve French2020-02-071-1/+3