summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2020-06-30btrfs: fix a block group ref counter leak after failure to remove block groupSasha Levin1-10/+9
2020-06-24f2fs: avoid utf8_strncasecmp() with unstable nameEric Biggers1-0/+16
2020-06-24f2fs: split f2fs_d_compare() from f2fs_match_name()Eric Biggers2-40/+35
2020-06-24ext4: avoid race conditions when remounting with options that change daxTheodore Ts'o1-12/+10
2020-06-24jbd2: clean __jbd2_journal_abort_hard() and __journal_abort_soft()zhangyi (F)1-61/+42
2020-06-24ext4: avoid utf8_strncasecmp() with unstable nameEric Biggers1-0/+16
2020-06-24ext4: fix partial cluster initialization when splitting extentJeffle Xu1-1/+1
2020-06-24block: Fix use-after-free in blkdev_get()Jason Yan1-5/+7
2020-06-24afs: Fix the mapping of the UAEOVERFLOW abort codeDavid Howells1-0/+1
2020-06-24afs: Set error flag rather than return error from file status decodeDavid Howells4-123/+55
2020-06-24afs: Always include dir in bulk status fetch from afs_do_lookup()David Howells1-2/+7
2020-06-24afs: Fix EOF corruptionDavid Howells1-1/+11
2020-06-24afs: afs_write_end() should change i_size under the right lockDavid Howells1-2/+2
2020-06-24afs: Fix non-setting of mtime when writing into mmapDavid Howells1-0/+1
2020-06-24ext4: stop overwrite the errcode in ext4_setup_superyangerkun1-0/+1
2020-06-24nfs: set invalid blocks after NFSv4 writesZheng Bin1-3/+11
2020-06-24afs: Fix memory leak in afs_put_sysnames()Zhihao Cheng1-0/+1
2020-06-24f2fs: don't return vmalloc() memory from f2fs_kmalloc()Eric Biggers4-14/+8
2020-06-24gfs2: fix use-after-free on transaction ail listsBob Peterson1-2/+9
2020-06-24nfsd: safer handling of corrupted c_typeJ. Bruce Fields1-2/+1
2020-06-24gfs2: Allow lock_nolock mount to specify jid=XBob Peterson1-1/+1
2020-06-24nfsd4: make drc_slab global, not per-netJ. Bruce Fields4-13/+25
2020-06-24ceph: don't return -ESTALE if there's still an open fileLuis Henriques1-1/+8
2020-06-24NFSv4.1 fix rpc_call_done assignment for BIND_CONN_TO_SESSIONOlga Kornievskaia1-1/+1
2020-06-24fuse: copy_file_range should truncate cacheMiklos Szeredi1-0/+22
2020-06-24fuse: fix copy_file_range cache issuesMiklos Szeredi1-12/+8
2020-06-24dlm: remove BUG() before panic()Arnd Bergmann1-1/+0
2020-06-24virtiofs: schedule blocking async replies in separate workerVivek Goyal3-35/+73
2020-06-24f2fs: handle readonly filesystem in f2fs_ioc_shutdown()Chao Yu1-1/+8
2020-06-24cifs: set up next DFS target before generic_ip_connect()Paulo Alcantara1-9/+9
2020-06-24nfsd: Fix svc_xprt refcnt leak when setup callback client failedXiyu Yang1-0/+2
2020-06-24f2fs: report delalloc reserve as non-free in statfs for project quotaKonstantin Khlebnikov1-1/+2
2020-06-22f2fs: fix checkpoint=disable:%u%%Jaegeuk Kim2-6/+20
2020-06-22ext4: fix race between ext4_sync_parent() and rename()Eric Biggers1-15/+13