summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-07-20btrfs: disable build on platforms having page size 256KChristophe Leroy1-0/+2
2021-07-20btrfs: abort transaction if we fail to update the delayed inodeJosef Bacik1-0/+8
2021-07-20btrfs: fix error handling in __btrfs_update_delayed_inodeJosef Bacik1-6/+4
2021-07-20fuse: check connected before queueing on fpq->ioMiklos Szeredi1-0/+9
2021-07-20ext4: use ext4_grp_locked_error in mb_find_extentStephen Brennan1-4/+5
2021-07-20ext4: fix avefreec in find_group_orlovPan Dong1-6/+5
2021-07-20ext4: remove check for zero nr_to_scan in ext4_es_scan()Zhang Yi1-3/+0
2021-07-20ext4: correct the cache_nr in tracepoint ext4_es_shrink_exitZhang Yi1-0/+1
2021-07-20ext4: fix kernel infoleak via ext4_extent_headerAnirudh Rayabharam1-0/+3
2021-07-20ext4: cleanup in-core orphan list if ext4_truncate() failed to get a transact...Zhang Yi1-1/+8
2021-07-20btrfs: clear defrag status of a root if starting transaction failsDavid Sterba1-2/+4
2021-07-20btrfs: send: fix invalid path for unlink operations after parent orphanizationFilipe Manana1-0/+11
2021-07-20ntfs: fix validity check for file name attributeDesmond Cheong Zhi Xi1-1/+1
2021-06-30nilfs2: fix memory leak in nilfs_sysfs_delete_device_groupPavel Skripkin1-0/+1
2021-06-30unfuck sysfs_mount()Al Viro1-3/+3
2021-06-30kernfs: deal with kernfs_fill_super() failuresAl Viro1-0/+1
2021-06-30gfs2: Fix use-after-free in gfs2_glock_shrink_scanHillf Danton1-1/+1
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-16NFS: Fix use-after-free in nfs4_init_client()Anna Schumaker1-1/+1
2021-06-16NFS: Fix a potential NULL dereference in nfs_get_client()Dan Carpenter1-1/+1
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: fixup error handling in fixup_inode_link_countsJosef Bacik1-6/+7
2021-06-10btrfs: fix error handling in btrfs_del_csumsJosef Bacik1-5/+5
2021-06-10ocfs2: fix data corruption by fallocateJunxiao Bi1-5/+50
2021-06-10ext4: fix bug on in ext4_es_cache_extent as ext4_split_extent_at failedYe Bin1-20/+23
2021-06-03hugetlbfs: hugetlb_fault_mutex_hash() cleanupMike Kravetz1-2/+2
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-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 incorrect limit in filelayout_decode_layout()Dan Carpenter1-1/+1
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-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-22block: reexpand iov_iter after read/writeyangerkun1-3/+17
2021-05-22ceph: fix fscache invalidationJeff Layton2-0/+2
2021-05-22squashfs: fix divide error in calculate_skip()Phillip Lougher1-3/+3
2021-05-22NFSv4.2 fix handling of sr_eof in SEEK's replyOlga Kornievskaia1-1/+4
2021-05-22pNFS/flexfiles: fix incorrect size check in decode_nfs_fh()Nikola Livic1-1/+1
2021-05-22NFS: Deal correctly with attribute generation counter overflowTrond Myklebust1-4/+4
2021-05-22NFSv4.2: Always flush out writes in nfs42_proc_fallocate()Trond Myklebust1-7/+9
2021-05-22f2fs: fix a redundant call to f2fs_balance_fs if an error occursColin Ian King1-1/+2
2021-05-22cuse: prevent cloneMiklos Szeredi1-0/+2
2021-05-22fs: dlm: fix debugfs dumpAlexander Aring1-0/+1
2021-05-22ext4: fix error code in ext4_commit_superFengnan Chang1-2/+4
2021-05-22ext4: fix check to prevent false positive report of incorrect used inodesZhang Yi1-16/+32
2021-05-22jffs2: check the validity of dstlen in jffs2_zlib_compress()Yang Yang1-0/+3