summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* do_epoll_ctl(): clean the failure exits up a bitAl Viro2020-08-261-6/+4
* epoll: Keep a reference on files added to the check listMarc Zyngier2020-08-261-2/+7
* ext4: fix potential negative array index in do_split()Eric Sandeen2020-08-261-3/+13
* xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_initEiichi Tsukata2020-08-261-2/+4
* jffs2: fix UAF problemZhe Li2020-08-261-1/+5
* xfs: fix inode quota reservation checksDarrick J. Wong2020-08-261-1/+1
* ext4: fix checking of directory entry validity for inline directoriesJan Kara2020-08-261-3/+3
* ext4: clean up ext4_match() and callersEric Biggers2020-08-261-56/+25
* romfs: fix uninitialized memory leak in romfs_dev_read()Jann Horn2020-08-261-3/+1
* btrfs: don't show full path of bind mounts in subvol=Josef Bacik2020-08-261-2/+8
* btrfs: export helpers for subvolume name/id resolutionMarcos Paulo de Souza2020-08-264-8/+15
* fs/ufs: avoid potential u32 multiplication overflowColin Ian King2020-08-211-1/+1
* nfs: Fix getxattr kernel panic and memory overflowJeffrey Mitchell2020-08-212-3/+5
* ocfs2: change slot number type s16 to u16Junxiao Bi2020-08-213-6/+6
* ext2: fix missing percpu_counter_incMikulas Patocka2020-08-211-1/+2
* btrfs: fix memory leaks after failure to lookup checksums during inode loggingFilipe Manana2020-08-211-6/+2
* btrfs: only search for left_info if there is no right_info in try_merge_free_...Josef Bacik2020-08-211-2/+2
* 9p: Fix memory leak in v9fs_mountZheng Bin2020-08-211-3/+2
* fs/minix: reject too-large maximum file sizeEric Biggers2020-08-211-2/+20
* fs/minix: don't allow getting deleted inodesEric Biggers2020-08-211-0/+14
* fs/minix: check return value of sb_getblk()Eric Biggers2020-08-211-1/+7
* dlm: Fix kobject memleakWang Hai2020-08-211-3/+3
* fs/btrfs: Add cond_resched() for try_release_extent_mapping() stallsPaul E. McKenney2020-08-211-0/+2
* ext4: fix direct I/O read errorJiang Ying2020-08-211-0/+7
* f2fs: check if file namelen exceeds max valueSheng Yong2020-08-211-1/+2
* f2fs: check memory boundary by insane namelenJaegeuk Kim2020-08-211-1/+10
* nfs: Move call to security_inode_listsecurity into nfs_listxattrAndreas Gruenbacher2020-08-212-17/+40
* xfs: don't call xfs_da_shrink_inode with NULL bpEric Sandeen2020-08-211-3/+2
* xfs: set format back to extents if xfs_bmap_extents_to_btreeEric Sandeen2020-07-311-0/+2
* Revert "cifs: Fix the target file was deleted when rename failed."Steve French2020-07-311-8/+2
* btrfs: fix mount failure caused by race with umountBoris Burkov2020-07-311-0/+8
* btrfs: fix double free on ulist after backref resolution failureFilipe Manana2020-07-311-0/+1
* SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for direct IO com...Olga Kornievskaia2020-07-312-10/+4
* fuse: Fix parameter for FS_IOC_{GET,SET}FLAGSChirantan Ekbote2020-07-221-1/+11
* btrfs: fix fatal extent_buffer readahead vs releasepage raceBoris Burkov2020-07-221-16/+24
* cifs: Fix the target file was deleted when rename failed.Zhang Xiaoxu2020-07-091-2/+8
* SMB3: Honor persistent/resilient handle flags for multiuser mountsPaul Aurich2020-07-091-0/+2
* SMB3: Honor 'seal' flag for multiuser mountsPaul Aurich2020-07-091-0/+1
* btrfs: fix data block group relocation failure due to concurrent scrubFilipe Manana2020-07-091-1/+18
* btrfs: cow_file_range() num_bytes and disk_num_bytes are sameAnand Jain2020-07-091-9/+8
* NFSv4 fix CLOSE not waiting for direct IO compeletionOlga Kornievskaia2020-06-292-4/+10
* pNFS/flexfiles: Fix list corruption if the mirror count changesTrond Myklebust2020-06-291-4/+7
* ocfs2: fix panic on nfs server over ocfs2Junxiao Bi2020-06-291-3/+6
* ocfs2: fix value of OCFS2_INVALID_SLOTJunxiao Bi2020-06-291-1/+1
* ocfs2: load global_inode_allocJunxiao Bi2020-06-291-1/+1
* cifs/smb3: Fix data inconsistent when zero file rangeZhang Xiaoxu2020-06-291-0/+6
* cifs/smb3: Fix data inconsistent when punch holeZhang Xiaoxu2020-06-291-0/+6
* ext4: fix partial cluster initialization when splitting extentJeffle Xu2020-06-291-1/+1
* block: Fix use-after-free in blkdev_get()Jason Yan2020-06-291-5/+7
* gfs2: Allow lock_nolock mount to specify jid=XBob Peterson2020-06-291-1/+1