summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-08-02f2fs: fix to force keeping write barrier for strict fsync modeChao Yu1-0/+12
2021-08-02f2fs: fix wrong checkpoint_changed value in f2fs_remount()Chao Yu1-5/+2
2021-08-02f2fs: show sbi status in debugfs/f2fs/statusJaegeuk Kim1-2/+3
2021-08-02f2fs: turn back remapped address in compressed page endioDaeho Jeong1-1/+3
2021-08-02f2fs: change fiemap way in printing compression chunkDaeho Jeong1-33/+42
2021-08-02f2fs: do not submit NEW_ADDR to read node blockJaegeuk Kim1-1/+2
2021-08-02f2fs: compress: remove unneeded read when rewrite whole clusterFengnan Chang1-0/+3
2021-07-25f2fs: don't sleep while grabing nat_tree_lockJaegeuk Kim1-4/+13
2021-07-25f2fs: remove allow_outplace_dio()Eric Biggers3-12/+2
2021-07-25f2fs: make f2fs_write_failed() take struct inodeEric Biggers1-4/+3
2021-07-20f2fs: quota: fix potential deadlockChao Yu1-36/+48
2021-07-20f2fs: let's keep writing IOs on SBI_NEED_FSCKJaegeuk Kim2-1/+3
2021-07-19f2fs: Revert "f2fs: Fix indefinite loop in f2fs_gc() v1"Jia Yang1-1/+1
2021-07-14f2fs: avoid to create an empty string as the extension_listWang Xiaojun1-1/+1
2021-07-14f2fs: compress: fix to set zstd compress level correctlyChao Yu1-1/+2
2021-07-14f2fs: add sysfs nodes to get GC info for each GC modeDaeho Jeong4-0/+43
2021-07-10Merge tag '5.14-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds12-29/+135
2021-07-09Merge tag 'io_uring-5.14-2021-07-09' of git://git.kernel.dk/linux-blockLinus Torvalds1-123/+68
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-07-09cifs: update internal version numberSteve French1-1/+1
2021-07-09cifs: prevent NULL deref in cifs_compose_mount_options()Paulo Alcantara1-0/+3
2021-07-09SMB3.1.1: Add support for negotiating signing algorithmSteve French4-11/+86
2021-07-09Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-22/+51
2021-07-09Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-128/+113
2021-07-09Merge tag 'ceph-for-5.14-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds14-340/+300
2021-07-09Merge tag 'nfs-for-5.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds16-224/+347
2021-07-09Merge tag 'f2fs-for-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds17-484/+1068
2021-07-09io_uring: remove dead non-zero 'poll' checkJens Axboe1-1/+1
2021-07-09cifs: use helpers when parsing uid/gid mount options and validate themRonnie Sahlberg2-5/+20
2021-07-08io_uring: mitigate unlikely iopoll lagPavel Begunkov1-1/+5
2021-07-08Merge part 2 of branch 'sysfs-devel'Trond Myklebust3-8/+44
2021-07-08NFSv4/pNFS: Return an error if _nfs4_pnfs_v3_ds_connect can't load NFSv3Trond Myklebust1-1/+1
2021-07-08NFSv4/pNFS: Don't call _nfs4_pnfs_v3_ds_connect multiple timesTrond Myklebust1-26/+26
2021-07-08NFSv4/pnfs: Clean up layout get on openTrond Myklebust2-17/+17
2021-07-08NFSv4/pnfs: Fix layoutget behaviour after invalidationTrond Myklebust1-5/+5
2021-07-08NFSv4/pnfs: Fix the layout barrier updateTrond Myklebust1-15/+15
2021-07-08NFS: Fix fscache read from NFS after cache errorDave Wysochanski2-7/+16
2021-07-08NFS: Ensure nfs_readpage returns promptly when internal error occursDave Wysochanski1-3/+3
2021-07-08NFSv4.1 identify and mark RPC tasks that can move between transportsOlga Kornievskaia3-8/+44
2021-07-08ext4: inline jbd2_journal_[un]register_shrinker()Theodore Ts'o3-99/+62
2021-07-08ext4: fix flags validity checking for EXT4_IOC_CHECKPOINTTheodore Ts'o1-1/+1
2021-07-08ext4: fix possible UAF when remounting r/o a mmp-protected file systemTheodore Ts'o2-17/+20
2021-07-08CIFS: Clarify SMB1 code for POSIX LockSteve French1-1/+2
2021-07-08CIFS: Clarify SMB1 code for rename open fileSteve French1-1/+2
2021-07-07Merge tag 'nfsd-5.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds16-522/+1156
2021-07-07io_uring: fix drain alloc fail return codePavel Begunkov1-1/+1
2021-07-07CIFS: Clarify SMB1 code for deleteSteve French1-1/+2
2021-07-07CIFS: Clarify SMB1 code for SetFileSizeSteve French1-2/+2
2021-07-07f2fs: drop dirty node pages when cp is in error statusJaegeuk Kim1-7/+4
2021-07-07nfsd: fix NULL dereference in nfs3svc_encode_getaclresJ. Bruce Fields1-1/+2