aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-12-03f2fs: add compress_mode mount optionDaeho Jeong5-3/+56
2020-12-02f2fs: Remove unnecessary unlikely()Yangtao Li1-3/+1
2020-12-02f2fs: init dirty_secmap incorrectlyJack Qiu1-1/+1
2020-12-02f2fs: remove buffer_head which has 32bits limitJaegeuk Kim1-42/+34
2020-12-02f2fs: fix wrong block count instead of bytesJaegeuk Kim1-2/+2
2020-12-02f2fs: use new conversion functions between blks and bytesJaegeuk Kim1-25/+21
2020-12-02f2fs: rename logical_to_blk and blk_to_logicalJaegeuk Kim1-20/+20
2020-12-02f2fs: fix kbytes written stat for multi-device caseChao Yu4-16/+27
2020-12-02f2fs: compress: support chksumChao Yu4-2/+49
2020-12-02f2fs: fix to avoid REQ_TIME and CP_TIME collisionChao Yu2-24/+38
2020-12-02f2fs: change to use rwsem for cp_mutexSahitya Tummala5-10/+10
2020-12-02f2fs: Handle casefolding with EncryptionDaniel Rosenberg6-33/+106
2020-12-02fscrypt: Have filesystems handle their d_opsDaniel Rosenberg12-33/+3
2020-12-02libfs: Add generic function for setting dentry_opsDaniel Rosenberg1-0/+70
2020-12-02f2fs: Remove the redundancy initializationZhang Qilong2-2/+2
2020-12-02f2fs: remove writeback_inodes_sb in f2fs_remountLiu Song1-1/+0
2020-12-02f2fs: fix double free of unicode mapHyeongseok Kim1-0/+1
2020-12-02f2fs: fix compat F2FS_IOC_{MOVE,GARBAGE_COLLECT}_RANGEChao Yu1-33/+104
2020-12-02f2fs: avoid unneeded data copy in f2fs_ioc_move_range()Chao Yu1-6/+0
2020-12-02f2fs: add F2FS_IOC_SET_COMPRESS_OPTION ioctlDaeho Jeong1-0/+54
2020-12-02mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin2-2/+2
2020-12-02fscrypt: allow deleting files with unsupported encryption policyEric Biggers5-16/+41
2020-12-02fscrypt: unexport fscrypt_get_encryption_info()Eric Biggers2-1/+2
2020-12-02fscrypt: move fscrypt_require_key() to fscrypt_private.hEric Biggers1-0/+26
2020-12-02fscrypt: move body of fscrypt_prepare_setattr() out-of-lineEric Biggers1-0/+8
2020-12-02fscrypt: introduce fscrypt_prepare_readdir()Eric Biggers5-8/+12
2020-12-02ext4: don't call fscrypt_get_encryption_info() from dx_show_leaf()Eric Biggers1-7/+1
2020-12-02ubifs: remove ubifs_dir_open()Eric Biggers1-9/+0
2020-12-02f2fs: remove f2fs_dir_open()Eric Biggers1-8/+0
2020-12-02ext4: remove ext4_dir_open()Eric Biggers1-8/+0
2020-12-02Merge tag 'gfs2-v5.10-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds5-12/+42
2020-12-02fs: ext4: Modify inode-test.c to use KUnit parameterized testing featureArpitha Raghunandan1-154/+162
2020-12-02NFS: switch nfsiod to be an UNBOUND workqueue.NeilBrown1-1/+1
2020-12-02lockd: don't use interval-based rebinding over TCPCalum Mackay1-9/+11
2020-12-02NFSv4: Refactor to use user namespaces for nfs4idmapSargun Dhillon1-1/+1
2020-12-02NFS: NFSv2/NFSv3: Use cred from fs_context during mountSargun Dhillon1-2/+2
2020-12-02NFSv4: Fix a pNFS layout related use-after-free race when freeing the inodeTrond Myklebust3-3/+37
2020-12-02NFSv4: Fix open coded xdr_stream_remaining()Trond Myklebust1-3/+3
2020-12-02SUNRPC: Clean up the handling of page padding in rpc_prepare_reply_pages()Trond Myklebust3-39/+45
2020-12-02NFSv4: Fix the alignment of page data in the getdeviceinfo replyTrond Myklebust1-3/+7
2020-12-02pNFS: Clean up open coded xdr string decodingTrond Myklebust1-36/+7
2020-12-02pNFS/flexfiles: Fix up layoutstats reporting for non-TCP transportsTrond Myklebust1-7/+2
2020-12-02NFSv4/pNFS: Store the transport type in struct nfs4_pnfs_ds_addrTrond Myklebust2-15/+21
2020-12-02pNFS: Add helpers for allocation/free of struct nfs4_pnfs_ds_addrTrond Myklebust1-5/+16
2020-12-02NFSv4/pNFS: Use connections to a DS that are all of the same protocol familyTrond Myklebust1-1/+6
2020-12-02NFS: Switch mount code to use xprt_find_transport_ident()Trond Myklebust1-9/+12
2020-12-02NFS: Do uncached readdir when we're seeking a cookie in an empty page cacheTrond Myklebust1-0/+17
2020-12-02NFS: Reduce number of RPC calls when doing uncached readdirTrond Myklebust1-36/+69
2020-12-02NFS: Optimisations for monotonically increasing readdir cookiesTrond Myklebust1-1/+22
2020-12-02NFS: Improve handling of directory verifiersTrond Myklebust2-19/+23