summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-08-15ovl: prevent private clone if bind mount is not allowedMiklos Szeredi1-15/+27
2021-08-15pipe: increase minimum default pipe size to 2 pagesAlex Xu (Hello71)1-1/+16
2021-08-15reiserfs: check directory items on read from diskShreyansh Chouhan1-5/+26
2021-08-15reiserfs: add check for root_inode in reiserfs_fill_superYu Kuai1-0/+8
2021-08-08btrfs: mark compressed range uptodate only if all bio succeedGoldwyn Rodrigues1-1/+1
2021-08-04ocfs2: issue zeroout to EOF blocksJunxiao Bi1-39/+60
2021-08-04ocfs2: fix zero out valid dataJunxiao Bi1-2/+2
2021-08-04hfs: add lock nesting notation to hfs_find_initDesmond Cheong Zhi Xi2-1/+20
2021-08-04hfs: fix high memory mapping in hfs_bnode_readDesmond Cheong Zhi Xi1-5/+20
2021-08-04hfs: add missing clean-up in hfs_fill_superDesmond Cheong Zhi Xi1-5/+5
2021-07-28btrfs: compression: don't try to compress if we don't have enough pagesDavid Sterba1-1/+1
2021-07-28proc: Avoid mixing integer types in mem_rw()Marcelo Henrique Cerri1-1/+1
2021-07-20seq_file: disallow extremely large seq buffer allocationsEric Sandeen1-0/+4
2021-07-20nfs: fix acl memory leak of posix_acl_create()Gao Xiang1-2/+2
2021-07-20ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirtyJeff Layton1-9/+1
2021-07-20fs/jfs: Fix missing error code in lmLogInit()Jiapeng Chong1-0/+1
2021-07-20jfs: fix GPF in diFreePavel Skripkin1-1/+2
2021-07-20fuse: reject internal errnoMiklos Szeredi1-1/+1
2021-07-20udf: Fix NULL pointer dereference in udf_symlink functionArturo Giusti1-0/+4
2021-07-20reiserfs: add check for invalid 1st journal blockPavel Skripkin1-0/+14
2021-07-20writeback: fix obtain a reference to a freeing memcg cssMuchun Song1-2/+7
2021-07-20fs: dlm: cancel work sync otherconAlexander Aring1-1/+1
2021-07-20block_dump: remove block_dump feature in mark_inode_dirty()zhangyi (F)1-25/+0
2021-07-20btrfs: disable build on platforms having page size 256KChristophe Leroy1-0/+2
2021-07-20fuse: check connected before queueing on fpq->ioMiklos Szeredi1-0/+9
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-20btrfs: clear defrag status of a root if starting transaction failsDavid Sterba1-2/+4
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-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 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-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-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-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-22squashfs: fix divide error in calculate_skip()Phillip Lougher1-3/+3