- 2ca824c io_uring: flush timeouts that should already have expired by Marcelo Diop-Gonzalez · 4 years ago
- 13ef6bcc fs: fix lazytime expiration handling in __writeback_single_inode() by Eric Biggers · 4 years ago
- adc1111 btrfs: send: fix invalid clone operations when cloning from the same file and root by Filipe Manana · 4 years ago
- 018abb5 btrfs: don't clear ret in btrfs_start_dirty_block_groups by Josef Bacik · 4 years, 1 month ago
- 14e17e9 btrfs: fix lockdep splat in btrfs_recover_relocation by Josef Bacik · 4 years, 1 month ago
- 5169a28 btrfs: do not double free backref nodes on error by Josef Bacik · 4 years, 1 month ago
- 9e2fc8f btrfs: don't get an EINTR during drop_snapshot for reloc by Josef Bacik · 4 years, 1 month ago
- fdcaa4a nfsd4: readdirplus shouldn't return parent of export by J. Bruce Fields · 4 years ago
- c6dc4f8 umount(2): move the flag validity checks first by Al Viro · 4 years, 1 month ago
- cd223237 ext4: fix superblock checksum failure when setting password salt by Jan Kara · 4 years, 1 month ago
- 51121ea NFS: nfs_igrab_and_active must first reference the superblock by Trond Myklebust · 4 years ago
- b468956 NFS: nfs_delegation_find_inode_server must first reference the superblock by Trond Myklebust · 4 years ago
- 01a12a2 NFS/pNFS: Fix a leak of the layout 'plh_outstanding' counter by Trond Myklebust · 4 years ago
- b666f39 NFS/pNFS: Don't leak DS commits in pnfs_generic_retry_commit() by Trond Myklebust · 4 years ago
- 067aefc NFS/pNFS: Don't call pnfs_free_bucket_lseg() before removing the request by Trond Myklebust · 4 years ago
- e6ae164 NFS: Adjust fs_context error logging by Scott Mayhew · 4 years, 1 month ago
- 06f58db pNFS: Stricter ordering of layoutget and layoutreturn by Trond Myklebust · 4 years, 1 month ago
- ecaaad1 pNFS: Mark layout for return if return-on-close was not sent by Trond Myklebust · 4 years, 1 month ago
- f128de1 pNFS: We want return-on-close to complete when evicting the inode by Trond Myklebust · 4 years, 1 month ago
- 1b42712 NFS4: Fix use-after-free in trace_event_raw_event_nfs4_set_lock by Dave Wysochanski · 4 years, 1 month ago
- 1eea108 mm: don't play games with pinned pages in clear_page_refs by Linus Torvalds · 4 years ago
- 41b0b0c mm: fix clear_refs_write locking by Linus Torvalds · 4 years ago
- bc880f2 poll: fix performance regression due to out-of-line __put_user() by Linus Torvalds · 4 years ago
- 94dbb87 io_uring: drop file refs after task cancel by Pavel Begunkov · 4 years, 1 month ago
- 2954386 btrfs: fix transaction leak and crash after RO remount caused by qgroup rescan by Filipe Manana · 4 years, 1 month ago
- f89d84b btrfs: merge critical sections of discard lock in workfn by Pavel Begunkov · 4 years, 2 months ago
- 33061bd btrfs: fix async discard stall by Pavel Begunkov · 4 years, 2 months ago
- f7f3282 io_uring: drop mm and files after task_work_run by Pavel Begunkov · 4 years ago
- a3647cd io_uring: don't take files/mm for a dead task by Pavel Begunkov · 4 years ago
- 85958f6 ext4: don't leak old mountpoint samples by Theodore Ts'o · 4 years, 1 month ago
- 41b5ec7 btrfs: tree-checker: check if chunk item end overflows by Su Yue · 4 years, 1 month ago
- 531c88c cifs: fix interrupted close commands by Paulo Alcantara · 4 years ago
- 0e4c42c cifs: check pointer before freeing by Tom Rix · 4 years ago
- 2207c3c ext4: fix bug for rename with RENAME_WHITEOUT by yangerkun · 4 years, 1 month ago
- 15a062c ext4: fix wrong list_splice in ext4_fc_cleanup by Daejun Park · 4 years, 1 month ago
- 6c557cb1 ext4: use IS_ERR instead of IS_ERR_OR_NULL and set inode null when IS_ERR by Yi Li · 4 years, 1 month ago
- f37fba6 btrfs: prevent NULL pointer dereference in extent_io_tree_panic by Su Yue · 4 years, 1 month ago
- e883eb5 btrfs: reloc: fix wrong file extent type check to avoid false ENOENT by Qu Wenruo · 4 years, 1 month ago
- 2bbe923 zonefs: select CONFIG_CRC32 by Arnd Bergmann · 4 years, 1 month ago
- 7973356 fanotify: Fix sys_fanotify_mark() on native x86-32 by Brian Gerst · 4 years, 2 months ago
- e3b5252 btrfs: shrink delalloc pages instead of full inodes by Josef Bacik · 4 years ago
- 17243f7 btrfs: fix deadlock when cloning inline extent and low on free metadata space by Filipe Manana · 4 years, 2 months ago
- 8773816 btrfs: skip unnecessary searches for xattrs when logging an inode by Filipe Manana · 4 years, 2 months ago
- 458b405 io_uring: Fix return value from alloc_fixed_file_ref_node by Matthew Wilcox (Oracle) · 4 years ago
- 85e25e2 io_uring: patch up IOPOLL overflow_flush sync by Pavel Begunkov · 4 years ago
- bc924dd io_uring: limit {io|sq}poll submit locking scope by Pavel Begunkov · 4 years ago
- 1d5e50d io_uring: synchronise IOPOLL on task_submit fail by Pavel Begunkov · 4 years ago
- 5e84c99 btrfs: send: fix wrong file path when there is an inode with a pending rmdir by Filipe Manana · 4 years, 1 month ago
- 1888e5d btrfs: qgroup: don't try to wait flushing if we're already holding a transaction by Qu Wenruo · 4 years, 2 months ago
- ab7709b exec: Transform exec_update_mutex into a rw_semaphore by Eric W. Biederman · 4 years, 2 months ago
- 36cf9ae fuse: fix bad inode by Miklos Szeredi · 4 years, 1 month ago
- aceb8ae ext4: avoid s_mb_prefetch to be zero in individual scenarios by Chunguang Xu · 4 years, 2 months ago
- c7b04d2 io_uring: remove racy overflow list fast checks by Pavel Begunkov · 4 years, 1 month ago
- 86be0f2 ceph: fix inode refcount leak when ceph_fill_inode on non-I_NEW inode fails by Jeff Layton · 4 years, 2 months ago
- 8bcfa17 NFSv4.2: Don't error when exiting early on a READ_PLUS buffer overflow by Trond Myklebust · 4 years, 1 month ago
- eae1fb3 fs/namespace.c: WARN if mnt_count has become negative by Eric Biggers · 4 years, 3 months ago
- db6129f f2fs: fix race of pending_pages in decompression by Daeho Jeong · 4 years, 2 months ago
- ee3f8ae f2fs: avoid race condition for shrinker count by Jaegeuk Kim · 4 years, 2 months ago
- 3c0f0f5 NFSv4: Fix a pNFS layout related use-after-free race when freeing the inode by Trond Myklebust · 4 years, 2 months ago
- 26058c3 quota: Don't overflow quota file offsets by Jan Kara · 4 years, 3 months ago
- b5a2f09 io_uring: check kthread stopped flag when sq thread is unparked by Xiaoguang Wang · 4 years, 2 months ago
- 9080305 fcntl: Fix potential deadlock in send_sig{io, urg}() by Boqun Feng · 4 years, 3 months ago
- 721972b ext4: check for invalid block size early when mounting a file system by Theodore Ts'o · 4 years, 1 month ago
- 8ed894f bfs: don't use WARNING: string when it's just info. by Randy Dunlap · 4 years, 1 month ago
- 1c5a034 f2fs: fix shift-out-of-bounds in sanity_check_raw_super() by Chao Yu · 4 years, 1 month ago
- a021b66 reiserfs: add check for an invalid ih_entry_count by Rustam Kovhaev · 4 years, 3 months ago
- ce00a7d io_uring: fix io_sqe_files_unregister() hangs by Pavel Begunkov · 4 years, 1 month ago
- b25b869 io_uring: add a helper for setting a ref node by Pavel Begunkov · 4 years, 1 month ago
- 25a2de6 io_uring: use bottom half safe lock for fixed file data by Jens Axboe · 4 years, 2 months ago
- 7247bc6 io_uring: don't assume mm is constant across submits by Jens Axboe · 4 years, 1 month ago
- 6d63cc4 jffs2: Fix NULL pointer dereference in rp_size fs option parsing by Jamie Iles · 4 years, 3 months ago
- 58dc344 jffs2: Allow setting rp_size to zero during remounting by lizhe · 4 years, 3 months ago
- 52504a6 io_uring: close a small race gap for files cancel by Pavel Begunkov · 4 years, 1 month ago
- aa606eb openat2: reject RESOLVE_BENEATH|RESOLVE_IN_ROOT by Aleksa Sarai · 4 years, 3 months ago
- c2032bf jfs: Fix array index bounds check in dbAdjTree by Dave Kleikamp · 4 years, 2 months ago
- 41bf5ee fsnotify: fix events reported to watching parent and child by Amir Goldstein · 4 years, 2 months ago
- 5e78c6b inotify: convert to handle_inode_event() interface by Amir Goldstein · 4 years, 2 months ago
- c9be99c fsnotify: generalize handle_inode_event() by Amir Goldstein · 4 years, 2 months ago
- 1aa8e78 jffs2: Fix ignoring mounting options problem during remounting by lizhe · 4 years, 3 months ago
- ecdb868 jffs2: Fix GC exit abnormally by Zhe Li · 4 years, 8 months ago
- 453f2df ubifs: wbuf: Don't leak kernel memory to flash by Richard Weinberger · 4 years, 2 months ago
- 6489b80 SMB3.1.1: do not log warning message if server doesn't populate salt by Steve French · 4 years, 1 month ago
- 639fd38 SMB3.1.1: remove confusing mount warning when no SPNEGO info on negprot rsp by Steve French · 4 years, 1 month ago
- aa36952 SMB3: avoid confusing warning message on mount to Azure by Steve French · 4 years, 1 month ago
- db1c6b8 ceph: fix race in concurrent __ceph_remove_cap invocations by Luis Henriques · 4 years, 2 months ago
- 7c8c9e1 ovl: make ioctl() safe by Miklos Szeredi · 4 years, 1 month ago
- 0b3ade0 ext4: don't remount read-only with errors=continue on reboot by Jan Kara · 4 years, 2 months ago
- a8f8e6a ext4: fix deadlock with fs freezing and EA inodes by Jan Kara · 4 years, 2 months ago
- d28f606 ext4: fix a memory leak of ext4_free_data by Chunguang Xu · 4 years, 2 months ago
- bc0e046 ext4: fix an IS_ERR() vs NULL check by Dan Carpenter · 4 years, 3 months ago
- 8f4bf6e btrfs: fix race when defragmenting leads to unnecessary IO by Filipe Manana · 4 years, 3 months ago
- 5c5bc57 btrfs: update last_byte_to_unpin in switch_commit_roots by Josef Bacik · 4 years, 3 months ago
- 56d1654 btrfs: do not shorten unpin len for caching block groups by Josef Bacik · 4 years, 3 months ago
- 7b81e2a io_uring: make ctx cancel on exit targeted to actual ctx by Jens Axboe · 4 years, 1 month ago
- 5998fe5 io_uring: fix double io_uring free by Pavel Begunkov · 4 years, 1 month ago
- 9f8ebec io_uring: fix ignoring xa_store errors by Pavel Begunkov · 4 years, 1 month ago
- 10e5fb0 io_uring: hold uring_lock while completing failed polled io in io_wq_submit_work() by Xiaoguang Wang · 4 years, 1 month ago
- 72a016d io_uring: fix 0-iov read buffer select by Pavel Begunkov · 4 years, 1 month ago
- b1442ad io_uring: fix io_wqe->work_list corruption by Xiaoguang Wang · 4 years, 1 month ago
- cd13f1d io_uring: always let io_iopoll_complete() complete polled io by Xiaoguang Wang · 4 years, 1 month ago