summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* f2fs: support fault injection for f2fs_kmem_cache_alloc()Chao Yu2021-08-1712-30/+58
* f2fs: compress: allow write compress released file after truncate to zeroFengnan Chang2021-08-171-0/+8
* f2fs: correct comment in segment.hYangtao Li2021-08-131-2/+2
* f2fs: improve sbi status info in debugfs/f2fs/statusYangtao Li2021-08-131-5/+26
* f2fs: compress: avoid duplicate counting of valid blocks when read compressed...Fengnan Chang2021-08-121-5/+17
* f2fs: fix to do sanity check for sb/cp fields correctlyChao Yu2021-08-061-4/+18
* f2fs: avoid unneeded memory allocation in __add_ino_entry()Chao Yu2021-08-061-5/+17
* f2fs: extent cache: support unaligned extentChao Yu2021-08-055-11/+132
* f2fs: Kconfig: clean up config options about compressionTiezhu Yang2021-08-051-9/+7
* f2fs: reduce the scope of setting fsck tag when de->name_len is zeroYangtao Li2021-08-051-5/+9
* f2fs: fix to stop filesystem update once CP failedChao Yu2021-08-043-6/+23
* f2fs: add sysfs node to control ra_pages for fadvise seq fileDaeho Jeong2021-08-034-0/+46
* f2fs: introduce discard_unit mount optionChao Yu2021-08-034-32/+122
* f2fs: fix min_seq_blocks can not make sense in some scenes.Laibin Qiu2021-08-021-1/+1
* f2fs: fix to force keeping write barrier for strict fsync modeChao Yu2021-08-021-0/+12
* f2fs: fix wrong checkpoint_changed value in f2fs_remount()Chao Yu2021-08-021-5/+2
* f2fs: show sbi status in debugfs/f2fs/statusJaegeuk Kim2021-08-021-2/+3
* f2fs: turn back remapped address in compressed page endioDaeho Jeong2021-08-021-1/+3
* f2fs: change fiemap way in printing compression chunkDaeho Jeong2021-08-021-33/+42
* f2fs: do not submit NEW_ADDR to read node blockJaegeuk Kim2021-08-021-1/+2
* f2fs: compress: remove unneeded read when rewrite whole clusterFengnan Chang2021-08-021-0/+3
* f2fs: don't sleep while grabing nat_tree_lockJaegeuk Kim2021-07-251-4/+13
* f2fs: remove allow_outplace_dio()Eric Biggers2021-07-253-12/+2
* f2fs: make f2fs_write_failed() take struct inodeEric Biggers2021-07-251-4/+3
* f2fs: quota: fix potential deadlockChao Yu2021-07-201-36/+48
* f2fs: let's keep writing IOs on SBI_NEED_FSCKJaegeuk Kim2021-07-202-1/+3
* f2fs: Revert "f2fs: Fix indefinite loop in f2fs_gc() v1"Jia Yang2021-07-191-1/+1
* f2fs: avoid to create an empty string as the extension_listWang Xiaojun2021-07-141-1/+1
* f2fs: compress: fix to set zstd compress level correctlyChao Yu2021-07-141-1/+2
* f2fs: add sysfs nodes to get GC info for each GC modeDaeho Jeong2021-07-144-0/+43
* Merge tag '5.14-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-07-1012-29/+135
|\
| * cifs: update internal version numberSteve French2021-07-091-1/+1
| * cifs: prevent NULL deref in cifs_compose_mount_options()Paulo Alcantara2021-07-091-0/+3
| * SMB3.1.1: Add support for negotiating signing algorithmSteve French2021-07-094-11/+86
| * cifs: use helpers when parsing uid/gid mount options and validate themRonnie Sahlberg2021-07-092-5/+20
| * CIFS: Clarify SMB1 code for POSIX LockSteve French2021-07-071-1/+2
| * CIFS: Clarify SMB1 code for rename open fileSteve French2021-07-071-1/+2
| * CIFS: Clarify SMB1 code for deleteSteve French2021-07-071-1/+2
| * CIFS: Clarify SMB1 code for SetFileSizeSteve French2021-07-071-2/+2
| * smb3: fix typo in header fileSteve French2021-07-051-1/+1
| * CIFS: Clarify SMB1 code for UnixSetPathInfoSteve French2021-07-031-3/+2
| * CIFS: Clarify SMB1 code for UnixCreateSymLinkSteve French2021-07-031-1/+2
| * cifs: clarify SMB1 code for UnixCreateHardLinkSteve French2021-07-032-1/+3
| * cifs: make locking consistent around the server session statusSteve French2021-07-033-1/+9
* | Merge tag 'io_uring-5.14-2021-07-09' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-091-123/+68
|\ \
| * | io_uring: remove dead non-zero 'poll' checkJens Axboe2021-07-091-1/+1
| * | io_uring: mitigate unlikely iopoll lagPavel Begunkov2021-07-081-1/+5
| * | io_uring: fix drain alloc fail return codePavel Begunkov2021-07-071-1/+1
| * | io_uring: fix exiting io_req_task_work_add leaksPavel Begunkov2021-07-011-46/+24
| * | io_uring: simplify task_work funcPavel Begunkov2021-07-011-44/+28