summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
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