summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ext4: avoid s_mb_prefetch to be zero in individual scenariosChunguang Xu2021-01-061-4/+5
* io_uring: remove racy overflow list fast checksPavel Begunkov2021-01-061-4/+1
* ceph: fix inode refcount leak when ceph_fill_inode on non-I_NEW inode failsJeff Layton2021-01-061-0/+2
* NFSv4.2: Don't error when exiting early on a READ_PLUS buffer overflowTrond Myklebust2021-01-061-19/+17
* fs/namespace.c: WARN if mnt_count has become negativeEric Biggers2021-01-062-4/+7
* f2fs: fix race of pending_pages in decompressionDaeho Jeong2021-01-063-13/+48
* f2fs: avoid race condition for shrinker countJaegeuk Kim2021-01-066-24/+36
* NFSv4: Fix a pNFS layout related use-after-free race when freeing the inodeTrond Myklebust2021-01-063-3/+37
* quota: Don't overflow quota file offsetsJan Kara2021-01-061-4/+4
* io_uring: check kthread stopped flag when sq thread is unparkedXiaoguang Wang2021-01-061-1/+9
* fcntl: Fix potential deadlock in send_sig{io, urg}()Boqun Feng2021-01-061-4/+6
* ext4: check for invalid block size early when mounting a file systemTheodore Ts'o2021-01-061-24/+16
* bfs: don't use WARNING: string when it's just info.Randy Dunlap2021-01-061-1/+1
* f2fs: fix shift-out-of-bounds in sanity_check_raw_super()Chao Yu2021-01-061-5/+4
* reiserfs: add check for an invalid ih_entry_countRustam Kovhaev2021-01-061-0/+6
* io_uring: fix io_sqe_files_unregister() hangsPavel Begunkov2021-01-061-2/+22
* io_uring: add a helper for setting a ref nodePavel Begunkov2021-01-061-10/+12
* io_uring: use bottom half safe lock for fixed file dataJens Axboe2021-01-061-8/+8
* io_uring: don't assume mm is constant across submitsJens Axboe2021-01-061-7/+7
* jffs2: Fix NULL pointer dereference in rp_size fs option parsingJamie Iles2021-01-061-5/+5
* jffs2: Allow setting rp_size to zero during remountinglizhe2021-01-062-2/+6
* io_uring: close a small race gap for files cancelPavel Begunkov2021-01-061-4/+4
* openat2: reject RESOLVE_BENEATH|RESOLVE_IN_ROOTAleksa Sarai2020-12-301-0/+4
* jfs: Fix array index bounds check in dbAdjTreeDave Kleikamp2020-12-301-1/+1
* fsnotify: fix events reported to watching parent and childAmir Goldstein2020-12-302-37/+54
* inotify: convert to handle_inode_event() interfaceAmir Goldstein2020-12-303-54/+14
* fsnotify: generalize handle_inode_event()Amir Goldstein2020-12-303-9/+26
* jffs2: Fix ignoring mounting options problem during remountinglizhe2020-12-301-0/+17
* jffs2: Fix GC exit abnormallyZhe Li2020-12-301-0/+16
* ubifs: wbuf: Don't leak kernel memory to flashRichard Weinberger2020-12-301-2/+11
* SMB3.1.1: do not log warning message if server doesn't populate saltSteve French2020-12-302-5/+16
* SMB3.1.1: remove confusing mount warning when no SPNEGO info on negprot rspSteve French2020-12-301-4/+12
* SMB3: avoid confusing warning message on mount to AzureSteve French2020-12-301-1/+2
* ceph: fix race in concurrent __ceph_remove_cap invocationsLuis Henriques2020-12-301-2/+9
* ovl: make ioctl() safeMiklos Szeredi2020-12-301-71/+16
* ext4: don't remount read-only with errors=continue on rebootJan Kara2020-12-301-8/+6
* ext4: fix deadlock with fs freezing and EA inodesJan Kara2020-12-301-5/+14
* ext4: fix a memory leak of ext4_free_dataChunguang Xu2020-12-301-0/+1
* ext4: fix an IS_ERR() vs NULL checkDan Carpenter2020-12-301-2/+2
* btrfs: fix race when defragmenting leads to unnecessary IOFilipe Manana2020-12-301-0/+39
* btrfs: update last_byte_to_unpin in switch_commit_rootsJosef Bacik2020-12-303-28/+40
* btrfs: do not shorten unpin len for caching block groupsJosef Bacik2020-12-301-4/+4
* io_uring: make ctx cancel on exit targeted to actual ctxJens Axboe2020-12-301-1/+8
* io_uring: fix double io_uring freePavel Begunkov2020-12-301-32/+39
* io_uring: fix ignoring xa_store errorsPavel Begunkov2020-12-301-3/+7
* io_uring: hold uring_lock while completing failed polled io in io_wq_submit_w...Xiaoguang Wang2020-12-301-10/+19
* io_uring: fix 0-iov read buffer selectPavel Begunkov2020-12-301-3/+1
* io_uring: fix io_wqe->work_list corruptionXiaoguang Wang2020-12-301-0/+1
* io_uring: always let io_iopoll_complete() complete polled ioXiaoguang Wang2020-12-301-2/+13
* io_uring: fix racy IOPOLL completionsPavel Begunkov2020-12-301-5/+18