summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig1-0/+2
2020-09-24bdi: remove BDI_CAP_CGROUP_WRITEBACKChristoph Hellwig1-1/+0
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig7-13/+9
2020-09-24fs: remove the unused SB_I_MULTIROOT flagChristoph Hellwig1-2/+2
2020-09-24NFSv4: make cache consistency bitmask dynamicOlga Kornievskaia1-3/+42
2020-09-24nfs: fix spellint typo in pnfs.cWang Qing1-1/+1
2020-09-24fscrypt: rename DCACHE_ENCRYPTED_NAME to DCACHE_NOKEY_NAMEEric Biggers2-5/+4
2020-09-24fscrypt: don't call no-key names "ciphertext names"Eric Biggers3-12/+12
2020-09-24Merge tag 'for-5.9-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-12/+15
2020-09-23block: mark blkdev_get staticChristoph Hellwig1-2/+1
2020-09-23PM: rewrite is_hibernate_resume_dev to not require an inodeChristoph Hellwig1-1/+1
2020-09-23ocfs2: cleanup o2hb_region_dev_storeChristoph Hellwig1-18/+10
2020-09-23block: move the NEED_PART_SCAN flag to struct gendiskChristoph Hellwig1-4/+3
2020-09-23xfs: clean up calculation of LR header blocksGao Xiang2-35/+18
2020-09-23xfs: avoid LR buffer overrun due to crafted h_lenGao Xiang1-20/+19
2020-09-23xfs: don't release log intent items when recovery failsDarrick J. Wong4-31/+5
2020-09-23xfs: attach inode to dquot in xfs_bui_item_recoverDarrick J. Wong1-0/+5
2020-09-23xfs: log new intent items created as part of finishing recovered intent itemsDarrick J. Wong4-4/+32
2020-09-23xfs: check dabtree node hash values when loading child blocksDarrick J. Wong1-0/+14
2020-09-23xfs: don't free rt blocks when we're doing a REMAP bunmapi callDarrick J. Wong1-7/+12
2020-09-23xfs: Set xfs_buf's b_ops member when zeroing bitmap/summary filesChandan Babu R1-0/+1
2020-09-23fs: remove compat_sys_mountChristoph Hellwig4-63/+2
2020-09-23fs,nfs: lift compat nfs4 mount data handling into the nfs codeChristoph Hellwig2-75/+62
2020-09-23nfs: simplify nfs4_parse_monolithicChristoph Hellwig1-72/+63
2020-09-23fs: omfs: use kmemdup() rather than kmalloc+memcpyAlex Dewar1-2/+1
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller19-58/+175
2020-09-23Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-14/+13
2020-09-23Merge tag 'io_uring-5.9-2020-09-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-11/+38
2020-09-22btrfs: fix put of uninitialized kobject after seed device deleteAnand Jain1-6/+10
2020-09-22fscrypt: use sha256() instead of open codingEric Biggers1-16/+7
2020-09-22fscrypt: make fscrypt_set_test_dummy_encryption() take a 'const char *'Eric Biggers3-16/+8
2020-09-22fscrypt: handle test_dummy_encryption in more logical wayEric Biggers9-113/+119
2020-09-22fscrypt: move fscrypt_prepare_symlink() out-of-lineEric Biggers1-4/+35
2020-09-22fscrypt: make "#define fscrypt_policy" user-onlyEric Biggers1-1/+0
2020-09-22fscrypt: stop pretending that key setup is nofs-safeEric Biggers3-10/+7
2020-09-22fscrypt: require that fscrypt_encrypt_symlink() already has keyEric Biggers1-3/+7
2020-09-22fscrypt: remove fscrypt_inherit_context()Eric Biggers1-37/+0
2020-09-22fscrypt: adjust logging for in-creation inodesEric Biggers2-3/+10
2020-09-22ubifs: use fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers1-22/+16
2020-09-22f2fs: use fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers3-25/+7
2020-09-22ext4: use fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers1-20/+17
2020-09-22ext4: factor out ext4_xattr_credits_for_new_inode()Eric Biggers1-39/+51
2020-09-22fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers3-54/+206
2020-09-22reiserfs: Initialize inode keys properlyJan Kara1-5/+1
2020-09-22udf: Fix memory leak when mountingJan Kara1-8/+13
2020-09-22udf: Remove redundant initialization of variable retJing Xiangfeng1-1/+1
2020-09-21xfs: Set xfs_buf type flag when growing summary/bitmap filesChandan Babu R1-0/+8
2020-09-21xfs: drop extra transaction roll from inode extent truncateBrian Foster1-8/+1
2020-09-21pNFS/flexfiles: Be consistent about mirror index typesTrond Myklebust1-17/+17
2020-09-21iomap: Change calling convention for zeroingMatthew Wilcox (Oracle)2-25/+21