summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-01-17btrfs: fix deadlock when cloning inline extent and low on free metadata spaceFilipe Manana7-8/+40
2021-01-17btrfs: skip unnecessary searches for xattrs when logging an inodeFilipe Manana3-1/+18
2021-01-17io_uring: Fix return value from alloc_fixed_file_ref_nodeMatthew Wilcox (Oracle)1-6/+6
2021-01-17io_uring: patch up IOPOLL overflow_flush syncPavel Begunkov1-37/+41
2021-01-17io_uring: limit {io|sq}poll submit locking scopePavel Begunkov1-3/+6
2021-01-17io_uring: synchronise IOPOLL on task_submit failPavel Begunkov1-5/+6
2021-01-12btrfs: send: fix wrong file path when there is an inode with a pending rmdirFilipe Manana1-18/+31
2021-01-12btrfs: qgroup: don't try to wait flushing if we're already holding a transactionQu Wenruo1-10/+20
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-06ext4: avoid s_mb_prefetch to be zero in individual scenariosChunguang Xu1-4/+5
2021-01-06io_uring: remove racy overflow list fast checksPavel Begunkov1-4/+1
2021-01-06ceph: fix inode refcount leak when ceph_fill_inode on non-I_NEW inode failsJeff Layton1-0/+2
2021-01-06NFSv4.2: Don't error when exiting early on a READ_PLUS buffer overflowTrond Myklebust1-19/+17
2021-01-06fs/namespace.c: WARN if mnt_count has become negativeEric Biggers2-4/+7
2021-01-06f2fs: fix race of pending_pages in decompressionDaeho Jeong3-13/+48
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-06io_uring: check kthread stopped flag when sq thread is unparkedXiaoguang Wang1-1/+9
2021-01-06fcntl: Fix potential deadlock in send_sig{io, urg}()Boqun Feng1-4/+6
2021-01-06ext4: check for invalid block size early when mounting a file systemTheodore Ts'o1-24/+16
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-06io_uring: fix io_sqe_files_unregister() hangsPavel Begunkov1-2/+22
2021-01-06io_uring: add a helper for setting a ref nodePavel Begunkov1-10/+12
2021-01-06io_uring: use bottom half safe lock for fixed file dataJens Axboe1-8/+8
2021-01-06io_uring: don't assume mm is constant across submitsJens Axboe1-7/+7
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-06io_uring: close a small race gap for files cancelPavel Begunkov1-4/+4
2020-12-30openat2: reject RESOLVE_BENEATH|RESOLVE_IN_ROOTAleksa Sarai1-0/+4
2020-12-30jfs: Fix array index bounds check in dbAdjTreeDave Kleikamp1-1/+1
2020-12-30fsnotify: fix events reported to watching parent and childAmir Goldstein2-37/+54
2020-12-30inotify: convert to handle_inode_event() interfaceAmir Goldstein3-54/+14
2020-12-30fsnotify: generalize handle_inode_event()Amir Goldstein3-9/+26
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.1.1: do not log warning message if server doesn't populate saltSteve French2-5/+16
2020-12-30SMB3.1.1: remove confusing mount warning when no SPNEGO info on negprot rspSteve French1-4/+12
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-30ovl: make ioctl() safeMiklos Szeredi1-71/+16
2020-12-30ext4: don't remount read-only with errors=continue on rebootJan Kara1-8/+6
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-30ext4: fix an IS_ERR() vs NULL checkDan Carpenter1-2/+2
2020-12-30btrfs: fix race when defragmenting leads to unnecessary IOFilipe Manana1-0/+39