summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-02-17ovl: skip getxattr of security labelsAmir Goldstein1-7/+8
2021-02-17ovl: perform vfs_getxattr() with mounter credsMiklos Szeredi1-0/+2
2021-02-17tmpfs: disallow CONFIG_TMPFS_INODE64 on alphaSeth Forshee1-1/+1
2021-02-17tmpfs: disallow CONFIG_TMPFS_INODE64 on s390Seth Forshee1-1/+1
2021-02-13squashfs: add more sanity checks in xattr id lookupPhillip Lougher1-9/+57
2021-02-13squashfs: add more sanity checks in inode lookupPhillip Lougher1-8/+33
2021-02-13squashfs: add more sanity checks in id lookupPhillip Lougher4-12/+45
2021-02-13squashfs: avoid out of bounds writes in decompressorsPhillip Lougher1-1/+7
2021-02-13nilfs2: make splice write available againJoachim Henke1-0/+1
2021-02-13pNFS/NFSv4: Improve rejection of out-of-order layoutsTrond Myklebust1-6/+16
2021-02-13pNFS/NFSv4: Try to return invalid layout in pnfs_layout_process()Trond Myklebust1-1/+7
2021-02-13io_uring: drop mm/files between task_work_submitPavel Begunkov1-0/+3
2021-02-13io_uring: reinforce cancel on flush during exitPavel Begunkov1-2/+1
2021-02-13io_uring: fix sqo ownership false positive warningPavel Begunkov1-2/+0
2021-02-13io_uring: fix list corruption for splice file_getPavel Begunkov1-1/+2
2021-02-13io_uring: fix flush cqring overflow list while TASK_INTERRUPTIBLEHao Xu1-2/+6
2021-02-13io_uring: fix cancellation taking mutex while TASK_UNINTERRUPTIBLEPavel Begunkov1-17/+22
2021-02-13io_uring: replace inflight_wait with tctx->waitPavel Begunkov1-7/+6
2021-02-13io_uring: fix __io_uring_files_cancel() with TASK_UNINTERRUPTIBLEPavel Begunkov1-6/+6
2021-02-13io_uring: if we see flush on exit, cancel related tasksJens Axboe1-1/+8
2021-02-13io_uring: account io_uring internal files as REQ_F_INFLIGHTJens Axboe1-8/+24
2021-02-13io_uring: fix files cancellationPavel Begunkov1-4/+4
2021-02-13io_uring: always batch cancel in *cancel_files()Pavel Begunkov3-130/+20
2021-02-13io_uring: pass files into kill timeouts/pollPavel Begunkov1-8/+10
2021-02-13io_uring: don't iterate io_uring_cancel_files()Pavel Begunkov1-22/+12
2021-02-13io_uring: add a {task,files} pair matching helperPavel Begunkov1-31/+32
2021-02-13io_uring: simplify io_task_match()Pavel Begunkov1-5/+1
2021-02-10mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB pageMuchun Song1-1/+2
2021-02-10io_uring: don't modify identity's files uncess identity is cowedXiaoguang Wang1-6/+0
2021-02-10smb3: fix crediting for compounding when only one request in flightPavel Shilovsky1-3/+15
2021-02-10smb3: Fix out-of-bounds bug in SMB2_negotiate()Gustavo A. R. Silva1-1/+1
2021-02-10cifs: report error instead of invalid when revalidating a dentry failsAurelien Aptel1-2/+20
2021-02-10ovl: implement volatile-specific fsync error behaviourSargun Dhillon6-11/+63
2021-02-10ovl: avoid deadlock on directory ioctlMiklos Szeredi1-16/+7
2021-02-10ovl: fix dentry leak in ovl_get_redirectLiangyan1-1/+1
2021-02-10rxrpc: Fix deadlock around release of dst cached on udp tunnelDavid Howells1-3/+3
2021-02-07udf: fix the problem that the disc content is not displayedlianzhi chang1-3/+4
2021-02-04pNFS/NFSv4: Update the layout barrier when we schedule a layoutreturnTrond Myklebust1-18/+21
2021-02-04pNFS/NFSv4: Fix a layout segment leak in pnfs_layout_process()Trond Myklebust1-0/+1
2021-02-04Revert "block: simplify set_init_blocksize" to regain lost performanceMaxim Mikityanskiy1-1/+9
2021-02-04io_uring: fix wqe->lock/completion_lock deadlockPavel Begunkov1-8/+2
2021-02-04btrfs: fix possible free space tree corruption with online conversionJosef Bacik3-2/+21
2021-02-04btrfs: fix lockdep warning due to seqcount_mutex on 32bit archSu Yue2-6/+7
2021-01-30io_uring: fix sleeping under spin in __io_clean_opPavel Begunkov1-5/+6
2021-01-30io_uring: dont kill fasync under completion_lockPavel Begunkov1-5/+4
2021-01-30io_uring: fix skipping disabling sqo on execPavel Begunkov1-0/+4
2021-01-30io_uring: fix uring_flush in exit_files() warningPavel Begunkov1-1/+4
2021-01-30io_uring: fix false positive sqo warning on flushPavel Begunkov1-2/+1
2021-01-30io_uring: do sqo disable on install_fd errorPavel Begunkov1-0/+1
2021-01-30io_uring: fix null-deref in io_disable_sqo_submitPavel Begunkov1-1/+2