summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-03-11configfs: fix a use-after-free in __configfs_open_fileDaiyue Zhang
2021-03-10Merge tag 's390-5.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2021-03-10Merge tag 'for-linus-2021-03-10' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-03-10io_uring: remove indirect ctx into sqo injectionPavel Begunkov
2021-03-10io_uring: fix invalid ctx->sq_thread_idlePavel Begunkov
2021-03-10kernel: make IO threads unfreezable by defaultJens Axboe
2021-03-10io_uring: always wait for sqd exited when stopping SQPOLL threadJens Axboe
2021-03-10io_uring: remove unneeded variable 'ret'Yang Li
2021-03-10io_uring: move all io_kiocb init early in io_init_req()Jens Axboe
2021-03-10io-wq: fix ref leak for req in case of exit cancelationsyangerkun
2021-03-10io_uring: fix complete_post races for linked reqPavel Begunkov
2021-03-10io_uring: add io_disarm_next() helperPavel Begunkov
2021-03-10io_uring: fix io_sq_offload_create error handlingPavel Begunkov
2021-03-10io-wq: remove unused 'user' member of io_wqJens Axboe
2021-03-10io_uring: Convert personality_idr to XArrayMatthew Wilcox (Oracle)
2021-03-10io_uring: clean R_DISABLED startup messPavel Begunkov
2021-03-10io_uring: fix unrelated ctx reqs cancellationPavel Begunkov
2021-03-10io_uring: SQPOLL parking fixesJens Axboe
2021-03-09NFSv4.2: fix return value of _nfs4_get_security_label()Ondrej Mosnacek
2021-03-09NFSD: fix dest to src mount in inter-server COPYOlga Kornievskaia
2021-03-09xfs: fix quota accounting when a mount is idmappedDarrick J. Wong
2021-03-09iomap: Fix negative assignment to unsigned sis->pages in iomap_swapfile_activateRitesh Harjani
2021-03-09Revert "nfsd4: a client's own opens needn't prevent delegations"J. Bruce Fields
2021-03-09Revert "nfsd4: remove check_conflicting_opens warning"J. Bruce Fields
2021-03-08cifs: do not send close in compound create+close requestsPaulo Alcantara
2021-03-08cifs: return proper error code in statfs(2)Paulo Alcantara
2021-03-08cifs: change noisy error message to FYIPaulo Alcantara
2021-03-08cifs: print MIDs in decimal notationPaulo Alcantara
2021-03-08NFS: Fix open coded versions of nfs_set_cache_invalid() in NFSv4Trond Myklebust
2021-03-08NFS: Fix open coded versions of nfs_set_cache_invalid()Trond Myklebust
2021-03-08NFS: Clean up function nfs_mark_dir_for_revalidate()Trond Myklebust
2021-03-08NFS: Don't gratuitously clear the inode cache when lookup failedTrond Myklebust
2021-03-08NFS: Don't revalidate the directory permissions on a lookup failureTrond Myklebust
2021-03-08NFS: Correct size calculation for create reply lengthFrank Sorenson
2021-03-08nfs: fix PNFS_FLEXFILE_LAYOUT Kconfig defaultTimo Rothenpieler
2021-03-08mount: fix mounting of detached mounts onto targets that reside on shared mountsChristian Brauner
2021-03-08s390,alpha: make TMPFS_INODE64 available againHeiko Carstens
2021-03-08erofs: fix bio->bi_max_vecs behavior changeGao Xiang
2021-03-07io_uring: kill io_sq_thread_fork() and return -EOWNERDEAD if the sq_thread is...Stefan Metzmacher
2021-03-07io_uring: run __io_sq_thread() with the initial creds from io_uring_setup()Stefan Metzmacher
2021-03-07io-wq: warn on creating manager while exitingPavel Begunkov
2021-03-07io_uring: cancel reqs of all iowq's on ring exitPavel Begunkov
2021-03-07io_uring: warn when ring exit takes too longPavel Begunkov
2021-03-07io_uring: index io_uring->xa by ctx not filePavel Begunkov
2021-03-07io_uring: don't take task ring-file notesPavel Begunkov
2021-03-07io_uring: do ctx initiated file note removalPavel Begunkov
2021-03-07io_uring: introduce ctx to tctx back mapPavel Begunkov
2021-03-07io_uring: make del_task_file more forgivingPavel Begunkov
2021-03-07gfs2: fix use-after-free in trans_drainBob Peterson
2021-03-07gfs2: make function gfs2_make_fs_ro() to void typeYang Li