summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix to check segment boundary during SIT page readaheadChao Yu2020-11-051-0/+2
* f2fs: fix uninit-value in f2fs_lookupChao Yu2020-11-051-5/+3
* f2fs: add trace exit in exception pathZhang Qilong2020-11-051-1/+5
* mm: fix exec activate_mm vs TLB shootdown and lazy tlb switching raceNicholas Piggin2020-11-051-1/+14
* fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers2020-11-056-56/+119
* fscrypt: only set dentry_operations on ciphertext dentriesEric Biggers2020-11-051-2/+1
* fs, fscrypt: clear DCACHE_ENCRYPTED_NAME when unaliasing directoryEric Biggers2020-11-051-0/+15
* fscrypt: fix race allowing rename() and link() of ciphertext dentriesEric Biggers2020-11-051-1/+11
* fscrypt: clean up and improve dentry revalidationEric Biggers2020-11-052-30/+32
* fscrypt: return -EXDEV for incompatible rename or link into encrypted dirEric Biggers2020-11-052-5/+4
* fuse: fix page dereference after freeMiklos Szeredi2020-11-051-10/+18
* efivarfs: Replace invalid slashes with exclamation marks in dentries.Michael Schaller2020-11-051-0/+3
* reiserfs: Fix memory leak in reiserfs_parse_options()Jan Kara2020-10-301-4/+4
* xfs: make sure the rt allocator doesn't run off the endDarrick J. Wong2020-10-301-0/+11
* reiserfs: only call unlock_new_inode() if I_NEWEric Biggers2020-10-301-1/+2
* udf: Avoid accessing uninitialized data on failed inode readJan Kara2020-10-301-11/+14
* udf: Limit sparing table sizeJan Kara2020-10-301-0/+6
* ntfs: add check for mft record size in superblockRustam Kovhaev2020-10-301-0/+6
* fs: dlm: fix configfs memory leakAlexander Aring2020-10-301-0/+3
* ext4: limit entries returned when counting fsmap recordsDarrick J. Wong2020-10-301-0/+3
* ramfs: fix nommu mmap with gaps in the page cacheMatthew Wilcox (Oracle)2020-10-301-1/+1
* f2fs: wait for sysfs kobject removal before freeing f2fs_sb_infoJamie Iles2020-10-301-0/+1
* xfs: fix high key handling in the rt allocator's query_range functionDarrick J. Wong2020-10-291-7/+4
* xfs: limit entries returned when counting fsmap recordsDarrick J. Wong2020-10-291-0/+3
* mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan2020-10-291-2/+1
* quota: clear padding in v2r1_mem2diskdqb()Eric Dumazet2020-10-291-0/+1
* cifs: Return the error from crypt_message when enc/dec key not found.Shyam Prasad N2020-10-291-1/+1
* cifs: remove bogus debug codeDan Carpenter2020-10-291-8/+8
* reiserfs: Fix oops during mountJan Kara2020-10-171-0/+7
* reiserfs: Initialize inode keys properlyJan Kara2020-10-171-5/+1
* cifs: Fix incomplete memory allocation on setxattr pathVladimir Zapolskiy2020-10-141-1/+1
* ep_create_wakeup_source(): dentry name can change under you...Al Viro2020-10-071-3/+4
* epoll: EPOLL_CTL_ADD: close the race in decision to take fast pathAl Viro2020-10-071-0/+1
* epoll: replace ->visited/visited_list with generation countAl Viro2020-10-071-19/+7
* epoll: do not insert into poll queues until all sanity checks are doneAl Viro2020-10-071-19/+18
* nfs: Fix security label length not being resetJeffrey Mitchell2020-10-071-0/+3
* btrfs: qgroup: fix data leak caused by race between writeback and truncateQu Wenruo2020-10-011-13/+10
* cifs: Fix double add page to memcg when cifs_readpagesZhang Xiaoxu2020-10-011-4/+7
* ceph: fix potential race in ceph_check_capsJeff Layton2020-10-011-1/+13
* btrfs: don't force read-only after error in drop snapshotDavid Sterba2020-10-011-2/+0
* fuse: don't check refcount after stealing pageMiklos Szeredi2020-10-011-1/+0
* bdev: Reduce time holding bd_mutex in sync in blkdev_close()Douglas Anderson2020-10-011-0/+10
* NFS: Fix races nfs_page_group_destroy() vs nfs_destroy_unlinked_subrequests()Trond Myklebust2020-10-012-24/+53
* ubifs: Fix out-of-bounds memory access caused by abnormal value of node_lenLiu Song2020-10-011-2/+14
* nfsd: Don't add locks to closed or closing open stateidsTrond Myklebust2020-10-011-30/+43
* ext4: mark block bitmap corrupted when found instead of BUGONDmitry Monakhov2020-10-011-2/+9
* xfs: mark dir corrupt when lookup-by-hash failsDarrick J. Wong2020-10-011-0/+3
* xfs: don't ever return a stale pointer from __xfs_dir3_free_readDarrick J. Wong2020-10-011-0/+1
* ext4: fix a data race at inode->i_disksizeQiujun Huang2020-10-011-1/+1
* ceph: ensure we have a new cap before continuing in fill_inodeJeff Layton2020-10-011-1/+4