summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-02-24udf: Allow writing to 'Rewritable' partitionsJan Kara1-1/+0
2020-02-24ext4: fix deadlock allocating bio_post_read_ctx from mempoolEric Biggers1-2/+15
2020-02-24jbd2: clear JBD2_ABORT flag before journal_reset to update log tail info when...Kai Li1-1/+5
2020-02-24ext4: fix ext4_dax_read/write inode locking sequence for IOCB_NOWAITRitesh Harjani1-4/+6
2020-02-24f2fs: call f2fs_balance_fs outside of locked pageJaegeuk Kim1-3/+4
2020-02-24f2fs: preallocate DIO blocks when forcing buffered_ioJaegeuk Kim2-23/+33
2020-02-19ext4: choose hardlimit when softlimit is larger than hardlimit in ext4_statfs...Chengguang Xu1-6/+17
2020-02-19jbd2: do not clear the BH_Mapped flag when forgetting a metadata bufferzhangyi (F)1-4/+21
2020-02-19jbd2: move the clearing of b_modified flag to the journal_unmap_buffer()zhangyi (F)2-32/+21
2020-02-19NFSv4.1 make cachethis=no for writesOlga Kornievskaia1-1/+1
2020-02-19cifs: fix mount option display for sec=krb5iPetr Pavlu1-1/+5
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