summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* JFS: fix memleak in jfs_mountDongliang Mu2021-11-261-29/+22
* tracefs: Have tracefs directories not set OTH permission bits by defaultSteven Rostedt (VMware)2021-11-261-1/+2
* quota: correct error number in free_dqentry()Zhang Yi2021-11-261-0/+1
* quota: check block number when reading the block in quota fileZhang Yi2021-11-261-0/+14
* btrfs: fix lost error handling when replaying directory deletesFilipe Manana2021-11-261-1/+3
* ocfs2: fix data corruption on truncateJan Kara2021-11-261-2/+6
* isofs: Fix out of bound access for corrupted isofs imageJan Kara2021-11-121-0/+2
* ovl: fix missing negative dentry check in ovl_rename()Zheng Liang2021-10-271-3/+7
* ocfs2: mount fails with buffer overflow in strlenValentin Vidic2021-10-271-4/+10
* NFSD: Keep existing listeners on portlist errorBenjamin Coddington2021-10-271-1/+4
* nfsd4: Handle the NFSv4 READDIR 'dircount' hint being zeroTrond Myklebust2021-10-171-8/+11
* ext2: fix sleeping in atomic bugs on errorDan Carpenter2021-10-091-8/+6
* ext4: fix potential infinite loop in ext4_dx_readdir()yangerkun2021-10-061-3/+3
* qnx4: work around gcc false positive warning bugLinus Torvalds2021-10-061-9/+27
* qnx4: avoid stringop-overread errorsLinus Torvalds2021-10-061-17/+34
* cifs: fix incorrect check for null pointer in header_assembleSteve French2021-10-061-2/+3
* nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_groupNanyong Sun2021-09-261-1/+1
* nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_groupNanyong Sun2021-09-261-2/+2
* nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_groupNanyong Sun2021-09-261-1/+1
* nilfs2: fix memory leak in nilfs_sysfs_create_##name##_groupNanyong Sun2021-09-261-2/+2
* nilfs2: fix NULL pointer in nilfs_##name##_attr_releaseNanyong Sun2021-09-261-5/+3
* nilfs2: fix memory leak in nilfs_sysfs_create_device_groupNanyong Sun2021-09-261-4/+2
* ceph: lockdep annotations for try_nonblocking_invalidateJeff Layton2021-09-261-0/+2
* cifs: fix wrong release in sess_alloc_buffer() failed pathDing Hui2021-09-221-1/+1
* gfs2: Don't call dlm after protocol is unmountedBob Peterson2021-09-221-0/+5
* CIFS: Fix a potencially linear read overflowLen Baker2021-09-221-7/+2
* udf_get_extendedattr() had no boundary checks.Stian Skjelstad2021-09-221-2/+11
* Revert "btrfs: compression: don't try to compress if we don't have enough pages"Qu Wenruo2021-09-221-1/+1
* ext4: fix race writing to an inline_data file while its xattrs are changingTheodore Ts'o2021-09-221-0/+6
* ovl: prevent private clone if bind mount is not allowedMiklos Szeredi2021-08-151-15/+27
* pipe: increase minimum default pipe size to 2 pagesAlex Xu (Hello71)2021-08-151-1/+16
* reiserfs: check directory items on read from diskShreyansh Chouhan2021-08-151-5/+26
* reiserfs: add check for root_inode in reiserfs_fill_superYu Kuai2021-08-151-0/+8
* btrfs: mark compressed range uptodate only if all bio succeedGoldwyn Rodrigues2021-08-081-1/+1
* ocfs2: issue zeroout to EOF blocksJunxiao Bi2021-08-041-39/+60
* ocfs2: fix zero out valid dataJunxiao Bi2021-08-041-2/+2
* hfs: add lock nesting notation to hfs_find_initDesmond Cheong Zhi Xi2021-08-042-1/+20
* hfs: fix high memory mapping in hfs_bnode_readDesmond Cheong Zhi Xi2021-08-041-5/+20
* hfs: add missing clean-up in hfs_fill_superDesmond Cheong Zhi Xi2021-08-041-5/+5
* btrfs: compression: don't try to compress if we don't have enough pagesDavid Sterba2021-07-281-1/+1
* proc: Avoid mixing integer types in mem_rw()Marcelo Henrique Cerri2021-07-281-1/+1
* seq_file: disallow extremely large seq buffer allocationsEric Sandeen2021-07-201-0/+4
* nfs: fix acl memory leak of posix_acl_create()Gao Xiang2021-07-201-2/+2
* ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirtyJeff Layton2021-07-201-9/+1
* fs/jfs: Fix missing error code in lmLogInit()Jiapeng Chong2021-07-201-0/+1
* jfs: fix GPF in diFreePavel Skripkin2021-07-201-1/+2
* fuse: reject internal errnoMiklos Szeredi2021-07-201-1/+1
* udf: Fix NULL pointer dereference in udf_symlink functionArturo Giusti2021-07-201-0/+4
* reiserfs: add check for invalid 1st journal blockPavel Skripkin2021-07-201-0/+14
* writeback: fix obtain a reference to a freeing memcg cssMuchun Song2021-07-201-2/+7