summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-08-07ext4: fix direct I/O read errorJiang Ying1-0/+5
2020-07-29Revert "cifs: Fix the target file was deleted when rename failed."Steve French1-8/+2
2020-07-29nfsd4: fix NULL dereference in nfsd/clients display codeJ. Bruce Fields1-1/+19
2020-07-29btrfs: fix page leaks after failure to lock page for delallocRobbie Ko1-1/+2
2020-07-29btrfs: fix mount failure caused by race with umountBoris Burkov1-0/+8
2020-07-29btrfs: fix double free on ulist after backref resolution failureFilipe Manana1-0/+1
2020-07-29btrfs: reloc: clear DEAD_RELOC_TREE bit for orphan roots to prevent runaway b...Qu Wenruo1-0/+2
2020-07-29btrfs: reloc: fix reloc root leak and NULL pointer dereferenceQu Wenruo1-3/+6
2020-07-29SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for direct IO com...Olga Kornievskaia2-10/+4
2020-07-29fuse: fix weird page warningMiklos Szeredi1-1/+2
2020-07-22fuse: Fix parameter for FS_IOC_{GET,SET}FLAGSChirantan Ekbote1-1/+11
2020-07-22fuse: use ->reconfigure() instead of ->remount_fs()Miklos Szeredi1-3/+5
2020-07-22fuse: ignore 'data' argument of mount(..., MS_REMOUNT)Miklos Szeredi1-0/+7
2020-07-22ovl: fix unneeded call to ovl_change_flags()Amir Goldstein1-4/+6
2020-07-22ovl: relax WARN_ON() when decoding lower directory file handleAmir Goldstein1-1/+1
2020-07-22ovl: inode reference leak in ovl_is_inuse true case.youngjun1-1/+10
2020-07-22ovl: fix regression with re-formatted lower squashfsAmir Goldstein1-0/+12
2020-07-22fuse: don't ignore errors from fuse_writepages_fill()Vasily Averin1-2/+0
2020-07-22NFS: Fix interrupted slots by sending a solo SEQUENCE operationAnna Schumaker1-2/+18
2020-07-22gfs2: read-only mounts should grab the sd_freeze_gl glockBob Peterson1-1/+11
2020-07-22cifs: prevent truncation from long to int in wait_for_free_creditsRonnie Sahlberg1-1/+1
2020-07-16btrfs: fix double put of block group with nocowJosef Bacik1-8/+1
2020-07-16btrfs: fix fatal extent_buffer readahead vs releasepage raceBoris Burkov1-16/+24
2020-07-16cifs: update ctime and mtime during truncateZhang Xiaoxu1-0/+9
2020-07-09cifs: Fix the target file was deleted when rename failed.Zhang Xiaoxu1-2/+8
2020-07-09SMB3: Honor 'handletimeout' flag for multiuser mountsPaul Aurich1-0/+1
2020-07-09SMB3: Honor lease disabling for multiuser mountsPaul Aurich1-0/+1
2020-07-09SMB3: Honor persistent/resilient handle flags for multiuser mountsPaul Aurich1-0/+2
2020-07-09SMB3: Honor 'seal' flag for multiuser mountsPaul Aurich1-0/+1
2020-07-09nfsd: apply umask on fs without ACL supportJ. Bruce Fields1-0/+6
2020-07-09SMB3: Honor 'posix' flag for multiuser mountsPaul Aurich1-4/+1
2020-07-09nfsd: fix nfsdfs inode reference count leakJ. Bruce Fields1-0/+1
2020-07-09nfsd4: fix nfsdfs reference count loopJ. Bruce Fields3-11/+22
2020-07-09io_uring: make sure async workqueue is canceled on exitJens Axboe1-0/+63
2020-06-30xfs: add agf freeblocks verify in xfs_agf_verifyZheng Bin1-0/+16
2020-06-30NFSv4 fix CLOSE not waiting for direct IO compeletionOlga Kornievskaia2-4/+10
2020-06-30pNFS/flexfiles: Fix list corruption if the mirror count changesTrond Myklebust1-4/+7
2020-06-30ocfs2: fix panic on nfs server over ocfs2Junxiao Bi1-3/+6
2020-06-30ocfs2: fix value of OCFS2_INVALID_SLOTJunxiao Bi1-1/+1
2020-06-30ocfs2: load global_inode_allocJunxiao Bi1-1/+1
2020-06-30ocfs2: avoid inode removal while nfsd is accessing itJunxiao Bi2-1/+17
2020-06-30btrfs: fix failure of RWF_NOWAIT write into prealloc extent beyond eofFilipe Manana1-3/+0
2020-06-30btrfs: check if a log root exists before locking the log_mutex on unlinkFilipe Manana2-0/+7
2020-06-30btrfs: fix data block group relocation failure due to concurrent scrubFilipe Manana1-1/+18
2020-06-30btrfs: fix bytes_may_use underflow when running balance and scrub in parallelFilipe Manana1-5/+12
2020-06-30erofs: fix partially uninitialized misuse in z_erofs_onlinepage_fixupGao Xiang1-10/+10
2020-06-30afs: Fix storage of cell namesDavid Howells2-1/+10
2020-06-30cifs/smb3: Fix data inconsistent when zero file rangeZhang Xiaoxu1-0/+5
2020-06-30cifs/smb3: Fix data inconsistent when punch holeZhang Xiaoxu1-0/+6
2020-06-30cifs: Fix cached_fid refcnt leak in open_shrootXiyu Yang1-0/+1