summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-03-04quota: Fix memory leak when handling corrupted quota fileJan Kara
2021-03-04ubifs: Fix error return code in alloc_wbufs()Wang ShaoBo
2021-03-04ubifs: replay: Fix high stack usage, againArnd Bergmann
2021-03-04ubifs: Fix memleak in ubifs_init_authenticationDinghao Liu
2021-03-04jffs2: fix use after free in jffs2_sum_write_data()Tom Rix
2021-03-04fs/jfs: fix potential integer overflow on shift of a intColin Ian King
2021-03-04io_uring: fix possible deadlock in io_uring_pollHao Xu
2021-03-04btrfs: fix double accounting of ordered extent for subpage case in btrfs_inva...Qu Wenruo
2021-03-04btrfs: clarify error returns values in __load_free_space_cacheZhihao Cheng
2021-03-04f2fs: fix a wrong condition in __submit_bioDehe Gu
2021-03-04f2fs: fix to avoid inconsistent quota dataYi Chen
2021-03-04mm: proc: Invalidate TLB after clearing soft-dirty page stateWill Deacon
2021-03-04f2fs: compress: fix potential deadlockChao Yu
2021-03-04debugfs: do not attempt to create a new file before the filesystem is initalizedGreg Kroah-Hartman
2021-03-04debugfs: be more robust at handling improper input in debugfs_lookup()Greg Kroah-Hartman
2021-02-26cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath.Shyam Prasad N
2021-02-26mm: provide a saner PTE walking API for modulesPaolo Bonzini
2021-02-26mm: simplify follow_pte{,pmd}Christoph Hellwig
2021-02-26ntfs: check for valid standard information attributeRustam Kovhaev
2021-02-26ceph: downgrade warning from mdsmap decode to debugLuis Henriques
2021-02-23btrfs: fix crash after non-aligned direct IO write with O_DSYNCFilipe Manana
2021-02-23btrfs: fix backport of 2175bf57dc952 in 5.10.13David Sterba
2021-02-17ovl: expand warning in ovl_d_real()Miklos Szeredi
2021-02-17ovl: skip getxattr of security labelsAmir Goldstein
2021-02-17ovl: perform vfs_getxattr() with mounter credsMiklos Szeredi
2021-02-17tmpfs: disallow CONFIG_TMPFS_INODE64 on alphaSeth Forshee
2021-02-17tmpfs: disallow CONFIG_TMPFS_INODE64 on s390Seth Forshee
2021-02-13squashfs: add more sanity checks in xattr id lookupPhillip Lougher
2021-02-13squashfs: add more sanity checks in inode lookupPhillip Lougher
2021-02-13squashfs: add more sanity checks in id lookupPhillip Lougher
2021-02-13squashfs: avoid out of bounds writes in decompressorsPhillip Lougher
2021-02-13nilfs2: make splice write available againJoachim Henke
2021-02-13pNFS/NFSv4: Improve rejection of out-of-order layoutsTrond Myklebust
2021-02-13pNFS/NFSv4: Try to return invalid layout in pnfs_layout_process()Trond Myklebust
2021-02-13io_uring: drop mm/files between task_work_submitPavel Begunkov
2021-02-13io_uring: reinforce cancel on flush during exitPavel Begunkov
2021-02-13io_uring: fix sqo ownership false positive warningPavel Begunkov
2021-02-13io_uring: fix list corruption for splice file_getPavel Begunkov
2021-02-13io_uring: fix flush cqring overflow list while TASK_INTERRUPTIBLEHao Xu
2021-02-13io_uring: fix cancellation taking mutex while TASK_UNINTERRUPTIBLEPavel Begunkov
2021-02-13io_uring: replace inflight_wait with tctx->waitPavel Begunkov
2021-02-13io_uring: fix __io_uring_files_cancel() with TASK_UNINTERRUPTIBLEPavel Begunkov
2021-02-13io_uring: if we see flush on exit, cancel related tasksJens Axboe
2021-02-13io_uring: account io_uring internal files as REQ_F_INFLIGHTJens Axboe
2021-02-13io_uring: fix files cancellationPavel Begunkov
2021-02-13io_uring: always batch cancel in *cancel_files()Pavel Begunkov
2021-02-13io_uring: pass files into kill timeouts/pollPavel Begunkov
2021-02-13io_uring: don't iterate io_uring_cancel_files()Pavel Begunkov
2021-02-13io_uring: add a {task,files} pair matching helperPavel Begunkov
2021-02-13io_uring: simplify io_task_match()Pavel Begunkov