summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2020-07-22fuse: Fix parameter for FS_IOC_{GET,SET}FLAGSChirantan Ekbote
2020-07-22ovl: fix unneeded call to ovl_change_flags()Amir Goldstein
2020-07-22ovl: relax WARN_ON() when decoding lower directory file handleAmir Goldstein
2020-07-22ovl: inode reference leak in ovl_is_inuse true case.youngjun
2020-07-22gfs2: read-only mounts should grab the sd_freeze_gl glockBob Peterson
2020-07-16btrfs: fix fatal extent_buffer readahead vs releasepage raceBoris Burkov
2020-07-16cifs: update ctime and mtime during truncateZhang Xiaoxu
2020-07-09cifs: Fix the target file was deleted when rename failed.Zhang Xiaoxu
2020-07-09SMB3: Honor lease disabling for multiuser mountsPaul Aurich
2020-07-09SMB3: Honor persistent/resilient handle flags for multiuser mountsPaul Aurich
2020-07-09SMB3: Honor 'seal' flag for multiuser mountsPaul Aurich
2020-07-09nfsd: apply umask on fs without ACL supportJ. Bruce Fields
2020-07-09SMB3: Honor 'posix' flag for multiuser mountsPaul Aurich
2020-07-09btrfs: fix a block group ref counter leak after failure to remove block groupFilipe Manana
2020-06-30xfs: add agf freeblocks verify in xfs_agf_verifyZheng Bin
2020-06-30NFSv4 fix CLOSE not waiting for direct IO compeletionOlga Kornievskaia
2020-06-30pNFS/flexfiles: Fix list corruption if the mirror count changesTrond Myklebust
2020-06-30ocfs2: fix panic on nfs server over ocfs2Junxiao Bi
2020-06-30ocfs2: fix value of OCFS2_INVALID_SLOTJunxiao Bi
2020-06-30ocfs2: load global_inode_allocJunxiao Bi
2020-06-30ocfs2: avoid inode removal while nfsd is accessing itJunxiao Bi
2020-06-30btrfs: fix failure of RWF_NOWAIT write into prealloc extent beyond eofFilipe Manana
2020-06-30btrfs: fix data block group relocation failure due to concurrent scrubFilipe Manana
2020-06-30cifs/smb3: Fix data inconsistent when zero file rangeZhang Xiaoxu
2020-06-30cifs/smb3: Fix data inconsistent when punch holeZhang Xiaoxu
2020-06-30fanotify: fix ignore mask logic for events on child and on dirAmir Goldstein
2020-06-25ext4: avoid race conditions when remounting with options that change daxTheodore Ts'o
2020-06-25ext4: fix partial cluster initialization when splitting extentSasha Levin
2020-06-25block: Fix use-after-free in blkdev_get()Jason Yan
2020-06-25afs: afs_write_end() should change i_size under the right lockDavid Howells
2020-06-25afs: Fix non-setting of mtime when writing into mmapDavid Howells
2020-06-25ext4: stop overwrite the errcode in ext4_setup_superyangerkun
2020-06-25afs: Fix memory leak in afs_put_sysnames()Zhihao Cheng
2020-06-25gfs2: fix use-after-free on transaction ail listsBob Peterson
2020-06-25gfs2: Allow lock_nolock mount to specify jid=XBob Peterson
2020-06-25NFSv4.1 fix rpc_call_done assignment for BIND_CONN_TO_SESSIONOlga Kornievskaia
2020-06-25dlm: remove BUG() before panic()Arnd Bergmann
2020-06-25nfsd: Fix svc_xprt refcnt leak when setup callback client failedXiyu Yang
2020-06-25f2fs: report delalloc reserve as non-free in statfs for project quotaKonstantin Khlebnikov
2020-06-22btrfs: fix wrong file range cleanup after an error filling dealloc rangeFilipe Manana
2020-06-22btrfs: fix error handling when submitting direct I/O bioOmar Sandoval
2020-06-22ext4: fix race between ext4_sync_parent() and rename()Eric Biggers
2020-06-22ext4: fix error pointer dereferenceJeffle Xu
2020-06-22ext4: fix EXT_MAX_EXTENT/INDEX to check for zeroed eh_maxHarshad Shirwadkar
2020-06-22btrfs: send: emit file capabilities after chownMarcos Paulo de Souza
2020-06-22btrfs: include non-missing as a qualifier for the latest_bdevAnand Jain
2020-06-22btrfs: qgroup: mark qgroup inconsistent if we're inherting snapshot to a new ...Qu Wenruo
2020-06-22xfs: fix duplicate verification from xfs_qm_dqflush()Brian Foster
2020-06-22xfs: reset buffer write failure state on successful completionBrian Foster
2020-06-22xfs: clean up the error handling in xfs_swap_extentsDarrick J. Wong