summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2021-02-10mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB pageMuchun Song
2021-02-10io_uring: don't modify identity's files uncess identity is cowedXiaoguang Wang
2021-02-10smb3: fix crediting for compounding when only one request in flightPavel Shilovsky
2021-02-10smb3: Fix out-of-bounds bug in SMB2_negotiate()Gustavo A. R. Silva
2021-02-10cifs: report error instead of invalid when revalidating a dentry failsAurelien Aptel
2021-02-10ovl: implement volatile-specific fsync error behaviourSargun Dhillon
2021-02-10ovl: avoid deadlock on directory ioctlMiklos Szeredi
2021-02-10ovl: fix dentry leak in ovl_get_redirectLiangyan
2021-02-10rxrpc: Fix deadlock around release of dst cached on udp tunnelDavid Howells
2021-02-07udf: fix the problem that the disc content is not displayedlianzhi chang
2021-02-03pNFS/NFSv4: Update the layout barrier when we schedule a layoutreturnTrond Myklebust
2021-02-03pNFS/NFSv4: Fix a layout segment leak in pnfs_layout_process()Trond Myklebust
2021-02-03Revert "block: simplify set_init_blocksize" to regain lost performanceMaxim Mikityanskiy
2021-02-03io_uring: fix wqe->lock/completion_lock deadlockPavel Begunkov
2021-02-03btrfs: fix possible free space tree corruption with online conversionJosef Bacik
2021-02-03btrfs: fix lockdep warning due to seqcount_mutex on 32bit archSu Yue
2021-01-30io_uring: fix sleeping under spin in __io_clean_opPavel Begunkov
2021-01-30io_uring: dont kill fasync under completion_lockPavel Begunkov
2021-01-30io_uring: fix skipping disabling sqo on execPavel Begunkov
2021-01-30io_uring: fix uring_flush in exit_files() warningPavel Begunkov
2021-01-30io_uring: fix false positive sqo warning on flushPavel Begunkov
2021-01-30io_uring: do sqo disable on install_fd errorPavel Begunkov
2021-01-30io_uring: fix null-deref in io_disable_sqo_submitPavel Begunkov
2021-01-30io_uring: stop SQPOLL submit on creator's deathPavel Begunkov
2021-01-30io_uring: add warn_once for io_uring_flush()Pavel Begunkov
2021-01-30io_uring: inline io_uring_attempt_task_drop()Pavel Begunkov
2021-01-30kernel/io_uring: cancel io_uring before task worksPavel Begunkov