summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-02-19cifs: make sure we do not overflow the max EA buffer sizeRonnie Sahlberg1-1/+34
2020-02-19btrfs: log message when rw remount is attempted with unclean tree-logDavid Sterba1-0/+2
2020-02-19btrfs: print message when tree-log replay startsDavid Sterba1-0/+1
2020-02-19btrfs: ref-verify: fix memory leaksWenwen Wang1-0/+5
2020-02-19Btrfs: fix race between using extent maps and merging themFilipe Manana1-0/+11
2020-02-19ext4: improve explanation of a mount failure caused by a misconfigured kernelTheodore Ts'o1-10/+4
2020-02-19ext4: add cond_resched() to ext4_protect_reserved_inodeShijie Luo1-0/+1
2020-02-19ext4: fix checksum errors with indexed dirsJan Kara4-7/+31
2020-02-19ext4: fix support for inode sizes > 1024 bytesTheodore Ts'o1-8/+10
2020-02-19ext4: don't assume that mmp_nodename/bdevname have NULAndreas Dilger1-5/+7
2020-02-15NFSv4.0: nfs4_do_fsinfo() should not do implicit lease renewalsRobert Milkowski4-14/+11
2020-02-15NFSv4: try lease recovery on NFS4ERR_EXPIREDRobert Milkowski1-0/+5
2020-02-15NFSv4: pnfs_roc() must use cred_fscmp() to compare credsTrond Myklebust1-1/+1
2020-02-15NFS: Fix fix of show_nfs_errorsTrond Myklebust1-15/+16
2020-02-15NFS/pnfs: Fix pnfs_generic_prepare_to_resend_writes()Trond Myklebust5-9/+16
2020-02-15NFS: Revalidate the file size on a fatal write errorTrond Myklebust1-0/+8
2020-02-15nfs: NFS_SWAP should depend on SWAPGeert Uytterhoeven1-1/+1
2020-02-11cifs: fail i/o on soft mounts if sessionsetup errors outRonnie Sahlberg1-2/+8
2020-02-11btrfs: free block groups after free'ing fs treesJosef Bacik1-2/+9
2020-02-11btrfs: use bool argument in free_root_pointers()Anand Jain1-5/+5
2020-02-11ubifs: Fix memory leak from c->sup_nodeQuanyang Wang1-0/+2
2020-02-11nfsd: Return the correct number of bytes written to the fileTrond Myklebust1-0/+1
2020-02-11nfsd: fix jiffies/time_t mixup in LRU listArnd Bergmann2-2/+2
2020-02-11nfsd: fix delay timer on 32-bit architecturesArnd Bergmann1-1/+1
2020-02-11ext2: Adjust indentation in ext2_fill_superNathan Chancellor1-3/+3
2020-02-11fix up iter on short count in fuse_direct_io()Miklos Szeredi1-1/+4
2020-02-11ocfs2: fix oops when writing cloned fileGang He1-8/+6
2020-02-11aio: prevent potential eventfd recursion on pollJens Axboe1-2/+18
2020-02-11eventfd: track eventfd_signal() recursion depthJens Axboe1-0/+15
2020-02-11gfs2: fix O_SYNC write handlingAndreas Gruenbacher1-30/+21
2020-02-11gfs2: move setting current->backing_dev_infoChristoph Hellwig1-11/+10
2020-02-11gfs2: fix gfs2_find_jhead that returns uninitialized jhead with seq 0Abhi Das1-1/+1
2020-02-11btrfs: Correctly handle empty trees in find_first_clear_extent_bitNikolay Borisov2-14/+27
2020-02-11btrfs: flush write bio if we loop in extent_write_cache_pagesJosef Bacik1-1/+10
2020-02-11Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana5-16/+8
2020-02-11btrfs: drop log root for dropped rootsJosef Bacik1-10/+12
2020-02-11btrfs: set trans->drity in btrfs_commit_transactionJosef Bacik1-0/+8
2020-02-11Btrfs: fix infinite loop during fsync after rename operationsFilipe Manana1-0/+44
2020-02-11Btrfs: make deduplication with range including the last block workFilipe Manana1-1/+2
2020-02-11Btrfs: fix missing hole after hole punching and fsync when using NO_HOLESFilipe Manana1-288/+100
2020-02-11ext4: fix race conditions in ->d_compare() and ->d_hash()Eric Biggers1-3/+6
2020-02-11ext4: fix deadlock allocating crypto bounce page from mempoolEric Biggers1-5/+14
2020-02-11jbd2_seq_info_next should increase position indexVasily Averin1-0/+1
2020-02-11nfsd: fix filecache lookupTrond Myklebust1-0/+6
2020-02-11NFS: Directory page cache pages need to be locked when readTrond Myklebust1-11/+19
2020-02-11NFS: Fix memory leaks and corruption in readdirTrond Myklebust1-2/+15
2020-02-11btrfs: Handle another split brain scenario with metadata uuid featureNikolay Borisov1-3/+14
2020-02-11btrfs: fix improper setting of scanned for range cyclic write cache pagesJosef Bacik1-2/+10
2020-02-11f2fs: fix race conditions in ->d_compare() and ->d_hash()Eric Biggers1-3/+6
2020-02-11f2fs: fix dcache lookup of !casefolded directoriesEric Biggers1-1/+1