summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-05-14xfs: fix return of uninitialized value in variable errorColin Ian King1-0/+1
2021-05-14io_uring: fix overflows checks in provide buffersPavel Begunkov1-2/+8
2021-05-14seccomp: Fix CONFIG tests for Seccomp_filtersKenta.Tada@sony.com1-0/+2
2021-05-14afs: Fix updating of i_mode due to 3rd party changeDavid Howells1-3/+3
2021-05-14NFSv4.2: fix copy stateid copying for the async copyOlga Kornievskaia1-2/+2
2021-05-14NFSD: Fix sparse warning in nfs4proc.cChuck Lever1-6/+2
2021-05-14ovl: fix missing revert_creds() on error pathDan Carpenter1-1/+2
2021-05-14io_uring: truncate lengths larger than MAX_RW_COUNT on provide buffersThadeu Lima de Souza Cascardo1-2/+2
2021-05-11ext4: Fix occasional generic/418 failureJan Kara1-4/+21
2021-05-11ext4: allow the dax flag to be set and cleared on inline directoriesTheodore Ts'o2-1/+8
2021-05-11ext4: fix error return code in ext4_fc_perform_commit()Xu Yihang1-1/+3
2021-05-11ext4: fix ext4_error_err save negative errno into superblockYe Bin1-1/+1
2021-05-11ext4: fix error code in ext4_commit_superFengnan Chang1-2/+4
2021-05-11ext4: do not set SB_ACTIVE in ext4_orphan_cleanup()Zhang Yi1-3/+0
2021-05-11ext4: fix check to prevent false positive report of incorrect used inodesZhang Yi1-16/+32
2021-05-11ext4: annotate data race in jbd2_journal_dirty_metadata()Jan Kara1-4/+4
2021-05-11ext4: annotate data race in start_this_handle()Jan Kara1-1/+6
2021-05-11smb3: do not attempt multichannel to server which does not support itSteve French1-0/+6
2021-05-11smb3: when mounting with multichannel include it in requested capabilitiesSteve French1-0/+5
2021-05-11jffs2: check the validity of dstlen in jffs2_zlib_compress()Yang Yang1-0/+3
2021-05-11exfat: fix erroneous discard when clear cluster bitHyeongseok Kim1-10/+1
2021-05-11fuse: fix write deadlockVivek Goyal2-12/+30
2021-05-11jffs2: Hook up splice_write callbackJoel Stanley1-0/+1
2021-05-11jffs2: Fix kasan slab-out-of-bounds problemlizhe1-1/+1
2021-05-11NFSv4: Don't discard segments marked for return in _pnfs_return_layout()Trond Myklebust1-1/+1
2021-05-11NFS: Don't discard pNFS layout segments that are marked for returnTrond Myklebust1-0/+5
2021-05-11NFS: fs_context: validate UDP retrans to prevent shift out-of-boundsRandy Dunlap1-0/+12
2021-05-11f2fs: fix to avoid out-of-bounds memory accessChao Yu1-0/+3
2021-05-11f2fs: fix error handling in f2fs_end_enable_verity()Eric Biggers1-21/+54
2021-05-11ubifs: Only check replay with inode type to judge if inode linkedGuochun Mao1-1/+2
2021-05-11virtiofs: fix memory leak in virtio_fs_probe()Luis Henriques1-0/+1
2021-05-11fs: fix reporting supported extra file attributes for statx()Theodore Ts'o1-0/+8
2021-05-11btrfs: fix race when picking most recent mod log operation for an old rootFilipe Manana1-0/+20
2021-05-11btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'sJosef Bacik1-3/+3
2021-05-11btrfs: do proper error handling in btrfs_update_reloc_rootJosef Bacik1-4/+2
2021-05-11btrfs: do proper error handling in create_reloc_rootJosef Bacik1-6/+28
2021-05-11btrfs: fix race between transaction aborts and fsyncs leading to use-after-freeFilipe Manana1-1/+11
2021-05-11btrfs: fix metadata extent leak after failure to create subvolumeFilipe Manana1-3/+15
2021-05-11btrfs: handle remount to no compress during compressionQu Wenruo1-3/+8
2021-05-11smb2: fix use-after-free in smb2_ioctl_query_info()Aurelien Aptel1-9/+5
2021-05-11cifs: detect dead connections only when echoes are enabled.Shyam Prasad N1-0/+1
2021-05-11cifs: fix out-of-bound memory access when calling smb3_notify() at mount pointEugene Korenevsky1-1/+1
2021-05-11cifs: Return correct error code from smb2_get_enc_keyPaul Aurich1-1/+1
2021-05-11erofs: add unsupported inode i_format checkGao Xiang2-0/+10
2021-05-11fs/epoll: restore waking from ep_done_scan()Davidlohr Bueso1-0/+6
2021-05-11ecryptfs: fix kernel panic with null dev_nameJeffrey Mitchell1-0/+6
2021-05-07ovl: allow upperdir inside lowerdirMiklos Szeredi1-5/+7
2021-05-07ovl: fix leaked dentryMickaël Salaün1-0/+1
2021-04-21readdir: make sure to verify directory entry for legacy interfaces tooLinus Torvalds1-0/+6
2021-04-16Merge branch 'dev-5.10' into dev-5.10-intelJae Hyun Yoo20-65/+122