summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2021-01-06ext4: avoid s_mb_prefetch to be zero in individual scenariosChunguang Xu
2021-01-06io_uring: remove racy overflow list fast checksPavel Begunkov
2021-01-06ceph: fix inode refcount leak when ceph_fill_inode on non-I_NEW inode failsJeff Layton
2021-01-06NFSv4.2: Don't error when exiting early on a READ_PLUS buffer overflowTrond Myklebust
2021-01-06fs/namespace.c: WARN if mnt_count has become negativeEric Biggers
2021-01-06f2fs: fix race of pending_pages in decompressionDaeho Jeong
2021-01-06f2fs: avoid race condition for shrinker countJaegeuk Kim
2021-01-06NFSv4: Fix a pNFS layout related use-after-free race when freeing the inodeTrond Myklebust
2021-01-06quota: Don't overflow quota file offsetsJan Kara
2021-01-06io_uring: check kthread stopped flag when sq thread is unparkedXiaoguang Wang
2021-01-06fcntl: Fix potential deadlock in send_sig{io, urg}()Boqun Feng
2021-01-06ext4: check for invalid block size early when mounting a file systemTheodore Ts'o
2021-01-06bfs: don't use WARNING: string when it's just info.Randy Dunlap
2021-01-06f2fs: fix shift-out-of-bounds in sanity_check_raw_super()Chao Yu
2021-01-06reiserfs: add check for an invalid ih_entry_countRustam Kovhaev
2021-01-06io_uring: fix io_sqe_files_unregister() hangsPavel Begunkov
2021-01-06io_uring: add a helper for setting a ref nodePavel Begunkov
2021-01-06io_uring: use bottom half safe lock for fixed file dataJens Axboe
2021-01-06io_uring: don't assume mm is constant across submitsJens Axboe
2021-01-06jffs2: Fix NULL pointer dereference in rp_size fs option parsingJamie Iles
2021-01-06jffs2: Allow setting rp_size to zero during remountinglizhe
2021-01-06io_uring: close a small race gap for files cancelPavel Begunkov
2020-12-30openat2: reject RESOLVE_BENEATH|RESOLVE_IN_ROOTAleksa Sarai
2020-12-30jfs: Fix array index bounds check in dbAdjTreeDave Kleikamp
2020-12-30fsnotify: fix events reported to watching parent and childAmir Goldstein
2020-12-30inotify: convert to handle_inode_event() interfaceAmir Goldstein
2020-12-30fsnotify: generalize handle_inode_event()Amir Goldstein
2020-12-30jffs2: Fix ignoring mounting options problem during remountinglizhe
2020-12-30jffs2: Fix GC exit abnormallyZhe Li
2020-12-30ubifs: wbuf: Don't leak kernel memory to flashRichard Weinberger
2020-12-30SMB3.1.1: do not log warning message if server doesn't populate saltSteve French
2020-12-30SMB3.1.1: remove confusing mount warning when no SPNEGO info on negprot rspSteve French
2020-12-30SMB3: avoid confusing warning message on mount to AzureSteve French
2020-12-30ceph: fix race in concurrent __ceph_remove_cap invocationsLuis Henriques
2020-12-30ovl: make ioctl() safeMiklos Szeredi
2020-12-30ext4: don't remount read-only with errors=continue on rebootJan Kara
2020-12-30ext4: fix deadlock with fs freezing and EA inodesJan Kara
2020-12-30ext4: fix a memory leak of ext4_free_dataChunguang Xu
2020-12-30ext4: fix an IS_ERR() vs NULL checkDan Carpenter
2020-12-30btrfs: fix race when defragmenting leads to unnecessary IOFilipe Manana
2020-12-30btrfs: update last_byte_to_unpin in switch_commit_rootsJosef Bacik
2020-12-30btrfs: do not shorten unpin len for caching block groupsJosef Bacik
2020-12-30io_uring: make ctx cancel on exit targeted to actual ctxJens Axboe
2020-12-30io_uring: fix double io_uring freePavel Begunkov
2020-12-30io_uring: fix ignoring xa_store errorsPavel Begunkov
2020-12-30io_uring: hold uring_lock while completing failed polled io in io_wq_submit_w...Xiaoguang Wang
2020-12-30io_uring: fix 0-iov read buffer selectPavel Begunkov
2020-12-30io_uring: fix io_wqe->work_list corruptionXiaoguang Wang
2020-12-30io_uring: always let io_iopoll_complete() complete polled ioXiaoguang Wang
2020-12-30io_uring: fix racy IOPOLL completionsPavel Begunkov