summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-06-18gfs2: Fix use-after-free in gfs2_glock_shrink_scanHillf Danton1-1/+1
2021-06-18gfs2: fix a deadlock on withdraw-during-mountBob Peterson1-3/+21
2021-06-18gfs2: Prevent direct-I/O write fallback errors from getting lostAndreas Gruenbacher1-1/+4
2021-06-16proc: only require mm_struct for writingLinus Torvalds1-1/+3
2021-06-16NFSv4: nfs4_proc_set_acl needs to restore NFS_CAP_UIDGID_NOMAP on error.Dai Ngo1-0/+8
2021-06-16NFSv4: Fix second deadlock in nfs4_evict_inode()Trond Myklebust1-2/+7
2021-06-16NFS: Fix use-after-free in nfs4_init_client()Anna Schumaker1-1/+1
2021-06-16NFSv4: Fix deadlock between nfs4_evict_inode() and nfs4_opendata_get_inode()Trond Myklebust2-1/+12
2021-06-16NFS: Fix a potential NULL dereference in nfs_get_client()Dan Carpenter1-1/+1
2021-06-16btrfs: promote debugging asserts to full-fledged checks in validate_superNikolay Borisov1-8/+18
2021-06-16btrfs: return value from btrfs_mark_extent_written() in case of errorRitesh Harjani1-2/+2
2021-06-16proc: Track /proc/$pid/attr/ opener mm_structKees Cook1-1/+8
2021-06-10btrfs: fix unmountable seed device after fstrimAnand Jain1-3/+7
2021-06-10btrfs: fix deadlock when cloning inline extents and low on available spaceFilipe Manana1-16/+22
2021-06-10btrfs: abort in rename_exchange if we fail to insert the second refJosef Bacik1-1/+6
2021-06-10btrfs: fixup error handling in fixup_inode_link_countsJosef Bacik1-6/+7
2021-06-10btrfs: return errors from btrfs_del_csums in cleanup_ref_headJosef Bacik1-1/+1
2021-06-10btrfs: fix error handling in btrfs_del_csumsJosef Bacik1-5/+5
2021-06-10btrfs: mark ordered extent and inode with error if we fail to finishJosef Bacik1-0/+12
2021-06-10ocfs2: fix data corruption by fallocateJunxiao Bi1-5/+50
2021-06-10ext4: fix accessing uninit percpu counter variable with fast_commitRitesh Harjani1-2/+4
2021-06-10ext4: fix memory leak in ext4_mb_init_backend on error path.Phillip Potter1-1/+1
2021-06-10ext4: fix fast commit alignment issuesHarshad Shirwadkar2-99/+90
2021-06-10ext4: fix bug on in ext4_es_cache_extent as ext4_split_extent_at failedYe Bin1-20/+23
2021-06-10ext4: fix memory leak in ext4_fill_superAlexey Makhalov1-2/+9
2021-06-10gfs2: fix scheduling while atomic bug in glocksBob Peterson1-0/+2
2021-06-10io_uring: use better types for cflagsPavel Begunkov1-2/+3
2021-06-10io_uring: fix link timeout refsPavel Begunkov1-0/+1
2021-06-10btrfs: tree-checker: do not error out if extent ref hash doesn't matchJosef Bacik1-12/+4
2021-06-03block: fix a race between del_gendisk and BLKRRPARTGulam Mohamed1-0/+3
2021-06-03SMB3: incorrect file id in requests compounded with openSteve French1-3/+3
2021-06-03btrfs: do not BUG_ON in link_to_fixup_dirJosef Bacik1-2/+0
2021-06-03btrfs: release path before starting transaction when cloning inline extentFilipe Manana1-0/+5
2021-06-03btrfs: return whole extents in fiemapBoris Burkov1-1/+6
2021-06-03afs: Fix the nlink handling of dir-over-dir renameDavid Howells1-1/+3
2021-06-03NFSv4: Fix v4.0/v4.1 SEEK_DATA return -ENOTSUPP when set NFS_V4_2 configZhang Xiaoxu1-1/+1
2021-06-03NFS: Don't corrupt the value of pg_bytes_written in nfs_do_recoalesce()Trond Myklebust1-7/+5
2021-06-03NFS: Fix an Oopsable condition in __nfs_pageio_add_request()Trond Myklebust1-4/+5
2021-06-03NFS: fix an incorrect limit in filelayout_decode_layout()Dan Carpenter1-1/+1
2021-06-03fs/nfs: Use fatal_signal_pending instead of signal_pendingzhouchuangao1-2/+2
2021-06-03proc: Check /proc/$pid/attr/ writes against file openerKees Cook1-0/+4
2021-06-03NFSv4: Fix a NULL pointer dereference in pnfs_mark_matching_lsegs_return()Anna Schumaker1-8/+7
2021-06-03cifs: set server->cipher_type to AES-128-CCM for SMB3.0Aurelien Aptel1-0/+7
2021-05-26Revert "ecryptfs: replace BUG_ON with error handling code"Greg Kroah-Hartman1-4/+2
2021-05-26cifs: fix memory leak in smb2_copychunk_rangeRonnie Sahlberg1-0/+2
2021-05-26btrfs: avoid RCU stalls while running delayed iputsJosef Bacik1-0/+1
2021-05-22block: reexpand iov_iter after read/writeyangerkun1-3/+17
2021-05-22ceph: don't allow access to MDS-private inodesJeff Layton4-0/+42
2021-05-22ceph: don't clobber i_snap_caps on non-I_NEW inodeJeff Layton1-4/+5
2021-05-22ceph: fix fscache invalidationJeff Layton2-0/+2