summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ovl: expand warning in ovl_d_real()Miklos Szeredi2021-02-171-5/+8
* ovl: skip getxattr of security labelsAmir Goldstein2021-02-171-7/+8
* ovl: perform vfs_getxattr() with mounter credsMiklos Szeredi2021-02-171-0/+2
* tmpfs: disallow CONFIG_TMPFS_INODE64 on alphaSeth Forshee2021-02-171-1/+1
* tmpfs: disallow CONFIG_TMPFS_INODE64 on s390Seth Forshee2021-02-171-1/+1
* squashfs: add more sanity checks in xattr id lookupPhillip Lougher2021-02-131-9/+57
* squashfs: add more sanity checks in inode lookupPhillip Lougher2021-02-131-8/+33
* squashfs: add more sanity checks in id lookupPhillip Lougher2021-02-134-12/+45
* squashfs: avoid out of bounds writes in decompressorsPhillip Lougher2021-02-131-1/+7
* nilfs2: make splice write available againJoachim Henke2021-02-131-0/+1
* pNFS/NFSv4: Improve rejection of out-of-order layoutsTrond Myklebust2021-02-131-6/+16
* pNFS/NFSv4: Try to return invalid layout in pnfs_layout_process()Trond Myklebust2021-02-131-1/+7
* io_uring: drop mm/files between task_work_submitPavel Begunkov2021-02-131-0/+3
* io_uring: reinforce cancel on flush during exitPavel Begunkov2021-02-131-2/+1
* io_uring: fix sqo ownership false positive warningPavel Begunkov2021-02-131-2/+0
* io_uring: fix list corruption for splice file_getPavel Begunkov2021-02-131-1/+2
* io_uring: fix flush cqring overflow list while TASK_INTERRUPTIBLEHao Xu2021-02-131-2/+6
* io_uring: fix cancellation taking mutex while TASK_UNINTERRUPTIBLEPavel Begunkov2021-02-131-17/+22
* io_uring: replace inflight_wait with tctx->waitPavel Begunkov2021-02-131-7/+6
* io_uring: fix __io_uring_files_cancel() with TASK_UNINTERRUPTIBLEPavel Begunkov2021-02-131-6/+6
* io_uring: if we see flush on exit, cancel related tasksJens Axboe2021-02-131-1/+8
* io_uring: account io_uring internal files as REQ_F_INFLIGHTJens Axboe2021-02-131-8/+24
* io_uring: fix files cancellationPavel Begunkov2021-02-131-4/+4
* io_uring: always batch cancel in *cancel_files()Pavel Begunkov2021-02-133-130/+20
* io_uring: pass files into kill timeouts/pollPavel Begunkov2021-02-131-8/+10
* io_uring: don't iterate io_uring_cancel_files()Pavel Begunkov2021-02-131-22/+12
* io_uring: add a {task,files} pair matching helperPavel Begunkov2021-02-131-31/+32
* io_uring: simplify io_task_match()Pavel Begunkov2021-02-131-5/+1
* mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB pageMuchun Song2021-02-101-1/+2
* io_uring: don't modify identity's files uncess identity is cowedXiaoguang Wang2021-02-101-6/+0
* smb3: fix crediting for compounding when only one request in flightPavel Shilovsky2021-02-101-3/+15
* smb3: Fix out-of-bounds bug in SMB2_negotiate()Gustavo A. R. Silva2021-02-101-1/+1
* cifs: report error instead of invalid when revalidating a dentry failsAurelien Aptel2021-02-101-2/+20
* ovl: implement volatile-specific fsync error behaviourSargun Dhillon2021-02-106-11/+63
* ovl: avoid deadlock on directory ioctlMiklos Szeredi2021-02-101-16/+7
* ovl: fix dentry leak in ovl_get_redirectLiangyan2021-02-101-1/+1
* rxrpc: Fix deadlock around release of dst cached on udp tunnelDavid Howells2021-02-101-3/+3
* udf: fix the problem that the disc content is not displayedlianzhi chang2021-02-071-3/+4
* pNFS/NFSv4: Update the layout barrier when we schedule a layoutreturnTrond Myklebust2021-02-031-18/+21
* pNFS/NFSv4: Fix a layout segment leak in pnfs_layout_process()Trond Myklebust2021-02-031-0/+1
* Revert "block: simplify set_init_blocksize" to regain lost performanceMaxim Mikityanskiy2021-02-031-1/+9
* io_uring: fix wqe->lock/completion_lock deadlockPavel Begunkov2021-02-031-8/+2
* btrfs: fix possible free space tree corruption with online conversionJosef Bacik2021-02-033-2/+21
* btrfs: fix lockdep warning due to seqcount_mutex on 32bit archSu Yue2021-02-032-6/+7
* io_uring: fix sleeping under spin in __io_clean_opPavel Begunkov2021-01-301-5/+6
* io_uring: dont kill fasync under completion_lockPavel Begunkov2021-01-301-5/+4
* io_uring: fix skipping disabling sqo on execPavel Begunkov2021-01-301-0/+4
* io_uring: fix uring_flush in exit_files() warningPavel Begunkov2021-01-301-1/+4
* io_uring: fix false positive sqo warning on flushPavel Begunkov2021-01-301-2/+1
* io_uring: do sqo disable on install_fd errorPavel Begunkov2021-01-301-0/+1