summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-08-21ext4: fix direct I/O read errorJiang Ying1-0/+5
2020-08-21xfs: fix missed wakeup on l_flush_waitRik van Riel1-5/+4
2020-08-21f2fs: check if file namelen exceeds max valueSheng Yong1-1/+2
2020-08-21f2fs: check memory boundary by insane namelenJaegeuk Kim1-1/+10
2020-08-21xfs: don't call xfs_da_shrink_inode with NULL bpEric Sandeen1-3/+2
2020-08-21xfs: validate cached inodes are free when allocatedDave Chinner1-25/+48
2020-08-21xfs: catch inode allocation state mismatch corruptionDave Chinner1-1/+22
2020-07-31xfs: set format back to extents if xfs_bmap_extents_to_btreeEric Sandeen1-0/+4
2020-07-31Revert "cifs: Fix the target file was deleted when rename failed."Steve French1-8/+2
2020-07-31btrfs: fix mount failure caused by race with umountBoris Burkov1-0/+8
2020-07-31btrfs: fix double free on ulist after backref resolution failureFilipe Manana1-0/+1
2020-07-31SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for direct IO com...Olga Kornievskaia2-10/+4
2020-07-22fuse: Fix parameter for FS_IOC_{GET,SET}FLAGSChirantan Ekbote1-1/+11
2020-07-22btrfs: fix fatal extent_buffer readahead vs releasepage raceBoris Burkov1-16/+24
2020-07-22cifs: 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 persistent/resilient handle flags for multiuser mountsPaul Aurich1-0/+2
2020-07-09SMB3: Honor 'seal' flag for multiuser mountsPaul Aurich1-0/+1
2020-07-09btrfs: fix data block group relocation failure due to concurrent scrubFilipe Manana1-1/+18
2020-07-09btrfs: cow_file_range() num_bytes and disk_num_bytes are sameAnand Jain1-9/+8
2020-07-09btrfs: fix a block group ref counter leak after failure to remove block groupFilipe Manana1-10/+9
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-30cifs/smb3: Fix data inconsistent when zero file rangeZhang Xiaoxu1-0/+6
2020-06-30cifs/smb3: Fix data inconsistent when punch holeZhang Xiaoxu1-0/+6
2020-06-30media: dvb_frontend: Add compat_ioctl callbackJaedon Shin1-17/+0
2020-06-30ext4: fix partial cluster initialization when splitting extentJeffle Xu1-1/+1
2020-06-30block: Fix use-after-free in blkdev_get()Jason Yan1-5/+7
2020-06-30gfs2: Allow lock_nolock mount to specify jid=XBob Peterson1-1/+1
2020-06-30NFSv4.1 fix rpc_call_done assignment for BIND_CONN_TO_SESSIONOlga Kornievskaia1-1/+1
2020-06-30dlm: remove BUG() before panic()Arnd Bergmann1-1/+0
2020-06-30nfsd: Fix svc_xprt refcnt leak when setup callback client failedXiyu Yang1-0/+2
2020-06-20btrfs: fix error handling when submitting direct I/O bioOmar Sandoval1-3/+3
2020-06-20ext4: fix race between ext4_sync_parent() and rename()Eric Biggers1-15/+13
2020-06-20ext4: fix EXT_MAX_EXTENT/INDEX to check for zeroed eh_maxHarshad Shirwadkar1-3/+6
2020-06-20btrfs: send: emit file capabilities after chownMarcos Paulo de Souza1-0/+67
2020-06-20btrfs: do not ignore error from btrfs_next_leaf() when inserting checksumsFilipe Manana1-2/+4
2020-06-20fat: don't allow to mount if the FAT length == 0OGAWA Hirofumi1-0/+6
2020-06-20proc: Use new_inode not new_inode_pseudoEric W. Biederman3-3/+3
2020-06-20ovl: initialize error in ovl_copy_xattrYuxuan Shui1-1/+1
2020-06-20nilfs2: fix null pointer dereference at nilfs_segctor_do_construct()Ryusuke Konishi1-0/+2
2020-06-20cgroup, blkcg: Prepare some symbols for module and !CONFIG_CGROUP usagesTejun Heo1-0/+1
2020-06-03fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info()Alexander Potapenko1-1/+1
2020-06-03cifs: Fix null pointer check in cifs_readSteve French1-1/+1
2020-06-03cachefiles: Fix race between read_waiter and read_copier involving op->to_doLei Xue1-1/+1
2020-06-03gfs2: move privileged user check to gfs2_quota_lock_checkBob Peterson2-3/+3