summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-08-21f2fs: check if file namelen exceeds max valueSheng Yong
2020-08-21f2fs: check memory boundary by insane namelenJaegeuk Kim
2020-08-21nfs: Move call to security_inode_listsecurity into nfs_listxattrAndreas Gruenbacher
2020-08-21xfs: don't call xfs_da_shrink_inode with NULL bpEric Sandeen
2020-07-31xfs: set format back to extents if xfs_bmap_extents_to_btreeEric Sandeen
2020-07-31Revert "cifs: Fix the target file was deleted when rename failed."Steve French
2020-07-31btrfs: fix mount failure caused by race with umountBoris Burkov
2020-07-31btrfs: fix double free on ulist after backref resolution failureFilipe Manana
2020-07-31SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for direct IO com...Olga Kornievskaia
2020-07-22fuse: Fix parameter for FS_IOC_{GET,SET}FLAGSChirantan Ekbote
2020-07-22btrfs: fix fatal extent_buffer readahead vs releasepage raceBoris Burkov
2020-07-09cifs: Fix the target file was deleted when rename failed.Zhang Xiaoxu
2020-07-09SMB3: Honor persistent/resilient handle flags for multiuser mountsPaul Aurich
2020-07-09SMB3: Honor 'seal' flag for multiuser mountsPaul Aurich
2020-07-09btrfs: fix data block group relocation failure due to concurrent scrubFilipe Manana
2020-07-09btrfs: cow_file_range() num_bytes and disk_num_bytes are sameAnand Jain
2020-06-29NFSv4 fix CLOSE not waiting for direct IO compeletionOlga Kornievskaia
2020-06-29pNFS/flexfiles: Fix list corruption if the mirror count changesTrond Myklebust
2020-06-29ocfs2: fix panic on nfs server over ocfs2Junxiao Bi
2020-06-29ocfs2: fix value of OCFS2_INVALID_SLOTJunxiao Bi
2020-06-29ocfs2: load global_inode_allocJunxiao Bi
2020-06-29cifs/smb3: Fix data inconsistent when zero file rangeZhang Xiaoxu
2020-06-29cifs/smb3: Fix data inconsistent when punch holeZhang Xiaoxu
2020-06-29ext4: fix partial cluster initialization when splitting extentJeffle Xu
2020-06-29block: Fix use-after-free in blkdev_get()Jason Yan
2020-06-29gfs2: Allow lock_nolock mount to specify jid=XBob Peterson
2020-06-29dlm: remove BUG() before panic()Arnd Bergmann
2020-06-29nfsd: Fix svc_xprt refcnt leak when setup callback client failedXiyu Yang
2020-06-20btrfs: fix error handling when submitting direct I/O bioOmar Sandoval
2020-06-20btrfs: send: emit file capabilities after chownMarcos Paulo de Souza
2020-06-20Btrfs: fix unreplayable log after snapshot delete + parent dir fsyncFilipe Manana
2020-06-20ext4: fix EXT_MAX_EXTENT/INDEX to check for zeroed eh_maxHarshad Shirwadkar
2020-06-20btrfs: do not ignore error from btrfs_next_leaf() when inserting checksumsFilipe Manana
2020-06-20fat: don't allow to mount if the FAT length == 0OGAWA Hirofumi
2020-06-20proc: Use new_inode not new_inode_pseudoEric W. Biederman
2020-06-20ovl: initialize error in ovl_copy_xattrYuxuan Shui
2020-06-20nilfs2: fix null pointer dereference at nilfs_segctor_do_construct()Ryusuke Konishi
2020-06-20cgroup, blkcg: Prepare some symbols for module and !CONFIG_CGROUP usagesTejun Heo
2020-06-03fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info()Alexander Potapenko
2020-06-03cifs: Fix null pointer check in cifs_readSteve French
2020-06-03cachefiles: Fix race between read_waiter and read_copier involving op->to_doLei Xue
2020-05-27Revert "gfs2: Don't demote a glock until its revokes are written"Bob Peterson
2020-05-27ext4: lock the xattr block before checksuming itTheodore Ts'o
2020-05-27ceph: fix double unlock in handle_cap_export()Wu Bo
2020-05-27fix multiplication overflow in copy_fdtable()Al Viro
2020-05-20exec: Move would_dump into flush_old_execEric W. Biederman
2020-05-20cifs: Fix a race condition with cifs_echo_requestRonnie Sahlberg
2020-05-20cifs: Check for timeout on Negotiate stageSamuel Cabrero
2020-05-20chardev: add helper function to register char devs with a struct deviceLogan Gunthorpe
2020-05-20ext4: add cond_resched() to ext4_protect_reserved_inodeShijie Luo