summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-08-26do_epoll_ctl(): clean the failure exits up a bitAl Viro1-6/+4
2020-08-26epoll: Keep a reference on files added to the check listMarc Zyngier1-2/+7
2020-08-26ext4: fix potential negative array index in do_split()Eric Sandeen1-3/+13
2020-08-26xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_initEiichi Tsukata1-2/+4
2020-08-26jffs2: fix UAF problemZhe Li1-1/+5
2020-08-26xfs: fix inode quota reservation checksDarrick J. Wong1-1/+1
2020-08-26ext4: fix checking of directory entry validity for inline directoriesJan Kara1-3/+3
2020-08-26ext4: clean up ext4_match() and callersEric Biggers1-56/+25
2020-08-26romfs: fix uninitialized memory leak in romfs_dev_read()Jann Horn1-3/+1
2020-08-26btrfs: don't show full path of bind mounts in subvol=Josef Bacik1-2/+8
2020-08-26btrfs: export helpers for subvolume name/id resolutionMarcos Paulo de Souza4-8/+15
2020-08-21fs/ufs: avoid potential u32 multiplication overflowColin Ian King1-1/+1
2020-08-21nfs: Fix getxattr kernel panic and memory overflowJeffrey Mitchell2-3/+5
2020-08-21ocfs2: change slot number type s16 to u16Junxiao Bi3-6/+6
2020-08-21ext2: fix missing percpu_counter_incMikulas Patocka1-1/+2
2020-08-21btrfs: fix memory leaks after failure to lookup checksums during inode loggingFilipe Manana1-6/+2
2020-08-21btrfs: only search for left_info if there is no right_info in try_merge_free_...Josef Bacik1-2/+2
2020-08-219p: Fix memory leak in v9fs_mountZheng Bin1-3/+2
2020-08-21fs/minix: reject too-large maximum file sizeEric Biggers1-2/+20
2020-08-21fs/minix: don't allow getting deleted inodesEric Biggers1-0/+14
2020-08-21fs/minix: check return value of sb_getblk()Eric Biggers1-1/+7
2020-08-21dlm: Fix kobject memleakWang Hai1-3/+3
2020-08-21fs/btrfs: Add cond_resched() for try_release_extent_mapping() stallsPaul E. McKenney1-0/+2
2020-08-21ext4: fix direct I/O read errorJiang Ying1-0/+7
2020-08-21f2fs: check if file namelen exceeds max valueSheng Yong1-1/+2
2020-08-21f2fs: check memory boundary by insane namelenJaegeuk Kim1-1/+10
2020-08-21nfs: Move call to security_inode_listsecurity into nfs_listxattrAndreas Gruenbacher2-17/+40
2020-08-21xfs: don't call xfs_da_shrink_inode with NULL bpEric Sandeen1-3/+2
2020-07-31xfs: set format back to extents if xfs_bmap_extents_to_btreeEric Sandeen1-0/+2
2020-07-31Revert "cifs: Fix the target file was deleted when rename failed."Steve French1-8/+2
2020-07-31btrfs: fix mount failure caused by race with umountBoris Burkov1-0/+8
2020-07-31btrfs: fix double free on ulist after backref resolution failureFilipe Manana1-0/+1
2020-07-31SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for direct IO com...Olga Kornievskaia2-10/+4
2020-07-22fuse: Fix parameter for FS_IOC_{GET,SET}FLAGSChirantan Ekbote1-1/+11
2020-07-22btrfs: fix fatal extent_buffer readahead vs releasepage raceBoris Burkov1-16/+24
2020-07-09cifs: Fix the target file was deleted when rename failed.Zhang Xiaoxu1-2/+8
2020-07-09SMB3: Honor persistent/resilient handle flags for multiuser mountsPaul Aurich1-0/+2
2020-07-09SMB3: Honor 'seal' flag for multiuser mountsPaul Aurich1-0/+1
2020-07-09btrfs: fix data block group relocation failure due to concurrent scrubFilipe Manana1-1/+18
2020-07-09btrfs: cow_file_range() num_bytes and disk_num_bytes are sameAnand Jain1-9/+8
2020-06-30NFSv4 fix CLOSE not waiting for direct IO compeletionOlga Kornievskaia2-4/+10
2020-06-30pNFS/flexfiles: Fix list corruption if the mirror count changesTrond Myklebust1-4/+7
2020-06-30ocfs2: fix panic on nfs server over ocfs2Junxiao Bi1-3/+6
2020-06-30ocfs2: fix value of OCFS2_INVALID_SLOTJunxiao Bi1-1/+1
2020-06-30ocfs2: load global_inode_allocJunxiao Bi1-1/+1
2020-06-30cifs/smb3: Fix data inconsistent when zero file rangeZhang Xiaoxu1-0/+6
2020-06-30cifs/smb3: Fix data inconsistent when punch holeZhang Xiaoxu1-0/+6
2020-06-30ext4: fix partial cluster initialization when splitting extentJeffle Xu1-1/+1
2020-06-30block: Fix use-after-free in blkdev_get()Jason Yan1-5/+7
2020-06-30gfs2: Allow lock_nolock mount to specify jid=XBob Peterson1-1/+1