summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-01-12proc: fix lookup in /proc/net subdirectories after setns(2)Alexey Dobriyan3-18/+29
2021-01-12proc: change ->nlink under proc_subdir_lockAlexey Dobriyan1-16/+15
2021-01-09exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman2-11/+11
2021-01-09fuse: fix bad inodeMiklos Szeredi7-17/+74
2021-01-06fs/namespace.c: WARN if mnt_count has become negativeEric Biggers2-4/+7
2021-01-06f2fs: avoid race condition for shrinker countJaegeuk Kim6-24/+36
2021-01-06NFSv4: Fix a pNFS layout related use-after-free race when freeing the inodeTrond Myklebust3-3/+37
2021-01-06quota: Don't overflow quota file offsetsJan Kara1-4/+4
2021-01-06fcntl: Fix potential deadlock in send_sig{io, urg}()Boqun Feng1-4/+6
2021-01-06bfs: don't use WARNING: string when it's just info.Randy Dunlap1-1/+1
2021-01-06f2fs: fix shift-out-of-bounds in sanity_check_raw_super()Chao Yu1-5/+4
2021-01-06reiserfs: add check for an invalid ih_entry_countRustam Kovhaev1-0/+6
2021-01-06jffs2: Fix NULL pointer dereference in rp_size fs option parsingJamie Iles1-5/+5
2021-01-06jffs2: Allow setting rp_size to zero during remountinglizhe2-2/+6
2021-01-06ext4: don't remount read-only with errors=continue on rebootJan Kara1-8/+6
2021-01-06btrfs: fix race when defragmenting leads to unnecessary IOFilipe Manana1-0/+39
2021-01-06fscrypt: remove kernel-internal constants from UAPI headerEric Biggers3-3/+10
2021-01-06fscrypt: add fscrypt_is_nokey_name()Eric Biggers1-5/+5
2021-01-06f2fs: prevent creating duplicate encrypted filenamesEric Biggers1-0/+2
2021-01-06ubifs: prevent creating duplicate encrypted filenamesEric Biggers1-4/+13
2021-01-06ext4: prevent creating duplicate encrypted filenamesEric Biggers1-0/+3
2020-12-30jfs: Fix array index bounds check in dbAdjTreeDave Kleikamp1-1/+1
2020-12-30jffs2: Fix ignoring mounting options problem during remountinglizhe1-0/+17
2020-12-30jffs2: Fix GC exit abnormallyZhe Li1-0/+16
2020-12-30ubifs: wbuf: Don't leak kernel memory to flashRichard Weinberger1-2/+11
2020-12-30SMB3: avoid confusing warning message on mount to AzureSteve French1-1/+2
2020-12-30ceph: fix race in concurrent __ceph_remove_cap invocationsLuis Henriques1-2/+9
2020-12-30ext4: fix deadlock with fs freezing and EA inodesJan Kara1-5/+14
2020-12-30ext4: fix a memory leak of ext4_free_dataChunguang Xu1-0/+1
2020-12-30btrfs: trim: fix underflow in trim length to prevent access beyond device bou...Qu Wenruo3-0/+20
2020-12-30btrfs: do not shorten unpin len for caching block groupsJosef Bacik1-4/+4
2020-12-30ubifs: Fix error return code in ubifs_init_authentication()Wang ShaoBo1-1/+3
2020-12-30erofs: avoid using generic_block_bmapHuang Jianan1-19/+7
2020-12-30nfs_common: need lock during iterate through the listCheng Lin1-1/+5
2020-12-30nfsd: Fix message level for normal terminationkazuo ito1-2/+1
2020-12-30NFS: switch nfsiod to be an UNBOUND workqueue.NeilBrown1-1/+1
2020-12-30lockd: don't use interval-based rebinding over TCPCalum Mackay1-9/+11
2020-12-30NFSv4: Fix the alignment of page data in the getdeviceinfo replyTrond Myklebust1-3/+7
2020-12-30NFSv4.2: condition READDIR's mask for security label based on LSM stateOlga Kornievskaia1-2/+8
2020-12-30f2fs: call f2fs_get_meta_page_retry for nat pageJaegeuk Kim1-1/+1
2020-12-30quota: Sanity-check quota file headers on loadJan Kara1-0/+19
2020-12-30afs: Fix memory leak when mounting with multiple source parametersDavid Howells1-0/+3
2020-12-16proc: use untagged_addr() for pagemap_read addressesMiles Chen1-2/+6
2020-12-11gfs2: check for empty rgrp tree in gfs2_ri_updateBob Peterson1-0/+4
2020-12-11coredump: fix core_pattern parse errorMenglong Dong1-1/+2
2020-12-11cifs: fix potential use-after-free in cifs_echo_request()Paulo Alcantara1-0/+2
2020-12-11cifs: allow syscalls to be restarted in __smb_send_rqst()Paulo Alcantara1-2/+2
2020-12-02efivarfs: revert "fix memory leak in efivarfs_create()"Ard Biesheuvel2-1/+2
2020-12-02proc: don't allow async path resolution of /proc/self componentsJens Axboe1-0/+7
2020-12-02cifs: fix a memleak with modefromsidNamjae Jeon1-0/+1