summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-07-15nilfs2: fix memory leak in nilfs_sysfs_delete_device_groupPavel Skripkin
2021-07-15afs: Fix an IS_ERR() vs NULL checkDan Carpenter
2021-07-15gfs2: Fix use-after-free in gfs2_glock_shrink_scanHillf Danton
2021-07-15gfs2: Prevent direct-I/O write fallback errors from getting lostAndreas Gruenbacher
2021-07-15proc: only require mm_struct for writingLinus Torvalds
2021-07-15NFSv4: nfs4_proc_set_acl needs to restore NFS_CAP_UIDGID_NOMAP on error.Dai Ngo
2021-07-15NFSv4: Fix second deadlock in nfs4_evict_inode()Trond Myklebust
2021-07-15NFS: Fix use-after-free in nfs4_init_client()Anna Schumaker
2021-07-15NFSv4: Fix deadlock between nfs4_evict_inode() and nfs4_opendata_get_inode()Trond Myklebust
2021-07-15NFS: Fix a potential NULL dereference in nfs_get_client()Dan Carpenter
2021-07-15btrfs: promote debugging asserts to full-fledged checks in validate_superNikolay Borisov
2021-07-15btrfs: return value from btrfs_mark_extent_written() in case of errorRitesh Harjani
2021-07-15proc: Track /proc/$pid/attr/ opener mm_structKees Cook
2021-07-15btrfs: fix unmountable seed device after fstrimAnand Jain
2021-07-15btrfs: fixup error handling in fixup_inode_link_countsJosef Bacik
2021-07-15btrfs: return errors from btrfs_del_csums in cleanup_ref_headJosef Bacik
2021-07-15btrfs: fix error handling in btrfs_del_csumsJosef Bacik
2021-07-15btrfs: mark ordered extent and inode with error if we fail to finishJosef Bacik
2021-07-15ocfs2: fix data corruption by fallocateJunxiao Bi
2021-07-15ext4: fix bug on in ext4_es_cache_extent as ext4_split_extent_at failedYe Bin
2021-07-15btrfs: tree-checker: do not error out if extent ref hash doesn't matchJosef Bacik
2021-07-15SMB3: incorrect file id in requests compounded with openSteve French
2021-07-15btrfs: do not BUG_ON in link_to_fixup_dirJosef Bacik
2021-07-15btrfs: return whole extents in fiemapBoris Burkov
2021-07-15NFSv4: Fix v4.0/v4.1 SEEK_DATA return -ENOTSUPP when set NFS_V4_2 configZhang Xiaoxu
2021-07-15NFS: Don't corrupt the value of pg_bytes_written in nfs_do_recoalesce()Trond Myklebust
2021-07-15NFS: Fix an Oopsable condition in __nfs_pageio_add_request()Trond Myklebust
2021-07-15NFS: fix an incorrect limit in filelayout_decode_layout()Dan Carpenter
2021-07-15fs/nfs: Use fatal_signal_pending instead of signal_pendingzhouchuangao
2021-07-15proc: Check /proc/$pid/attr/ writes against file openerKees Cook
2021-07-15NFSv4: Fix a NULL pointer dereference in pnfs_mark_matching_lsegs_return()Anna Schumaker
2021-07-15cifs: set server->cipher_type to AES-128-CCM for SMB3.0Aurelien Aptel
2021-07-15ext4: fix error handling in ext4_end_enable_verity()Eric Biggers
2021-07-15Revert "ecryptfs: replace BUG_ON with error handling code"Greg Kroah-Hartman
2021-07-15cifs: fix memory leak in smb2_copychunk_rangeRonnie Sahlberg
2021-07-15btrfs: avoid RCU stalls while running delayed iputsJosef Bacik
2021-07-15block: reexpand iov_iter after read/writeyangerkun
2021-07-15ceph: fix fscache invalidationJeff Layton
2021-07-15f2fs: fix error handling in f2fs_end_enable_verity()Eric Biggers
2021-07-15iomap: fix sub-page uptodate handlingChristoph Hellwig
2021-07-15mm/hugetlb: fix F_SEAL_FUTURE_WRITEPeter Xu
2021-07-15squashfs: fix divide error in calculate_skip()Phillip Lougher
2021-07-15hfsplus: prevent corruption in shrinking truncateJouni Roivas
2021-07-15ceph: fix inode leak on getattr error in __fh_to_dentryJeff Layton
2021-07-15NFSv4.2 fix handling of sr_eof in SEEK's replyOlga Kornievskaia
2021-07-15pNFS/flexfiles: fix incorrect size check in decode_nfs_fh()Nikola Livic
2021-07-15NFS: Deal correctly with attribute generation counter overflowTrond Myklebust
2021-07-15NFSv4.2: Always flush out writes in nfs42_proc_fallocate()Trond Myklebust
2021-07-15f2fs: fix a redundant call to f2fs_balance_fs if an error occursColin Ian King
2021-07-15cuse: prevent cloneMiklos Szeredi