summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-08-20io_uring: fix xa_alloc_cycle() error return value checkJens Axboe1-4/+5
2021-08-18io_uring: pin ctx on fallback executionPavel Begunkov1-0/+2
2021-08-14io_uring: only assign io_uring_enter() SQPOLL error in actual error caseJens Axboe1-2/+3
2021-08-10io_uring: fix ctx-exit io_rsrc_put_work() deadlockPavel Begunkov1-7/+8
2021-08-10io_uring: drop ctx->uring_lock before flushing work itemJens Axboe1-2/+4
2021-08-10io-wq: fix IO_WORKER_F_FIXED issue in create_io_worker()Hao Xu1-7/+11
2021-08-10io-wq: fix bug of creating io-wokers unconditionallyHao Xu1-2/+10
2021-08-10io_uring: rsrc ref lock needs to be IRQ safeJens Axboe1-14/+5
2021-08-09io_uring: Use WRITE_ONCE() when writing to sq_flagsNadav Amit1-4/+9
2021-08-09io_uring: clear TIF_NOTIFY_SIGNAL when running task workNadav Amit1-2/+3
2021-08-06io-wq: fix lack of acct->nr_workers < acct->max_workers judgementHao Xu1-1/+9
2021-08-06io-wq: fix no lock protection of acct->nr_workerHao Xu1-6/+17
2021-08-04io-wq: fix race between worker exiting and activating free workerJens Axboe1-19/+19
2021-07-28io_uring: fix poll requests leaking second poll entriesHao Xu1-3/+2
2021-07-28io_uring: don't block level reissue off completion pathJens Axboe1-0/+6
2021-07-27io_uring: always reissue from task_work contextJens Axboe1-2/+8
2021-07-26io_uring: fix race in unified task_work runningJens Axboe1-1/+5
2021-07-26io_uring: fix io_prep_async_link lockingPavel Begunkov1-2/+11
2021-07-24io_uring: explicitly catch any illegal async queue attemptJens Axboe2-1/+17
2021-07-24io_uring: never attempt iopoll reissue from release pathJens Axboe1-7/+7
2021-07-23io_uring: fix early fdput() of fileJens Axboe1-2/+4
2021-07-20io_uring: fix memleak in io_init_wq_offload()Yang Yingliang1-1/+5
2021-07-20io_uring: remove double poll entry on arm failurePavel Begunkov1-0/+2
2021-07-20io_uring: explicitly count entries for poll reqsPavel Begunkov1-6/+10
2021-07-12io_uring: fix io_drain_req()Pavel Begunkov1-2/+4
2021-07-12io_uring: use right task for exiting checksPavel Begunkov1-1/+1
2021-07-10Merge tag '5.14-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds12-29/+135
2021-07-09Merge tag 'io_uring-5.14-2021-07-09' of git://git.kernel.dk/linux-blockLinus Torvalds1-123/+68
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-07-09cifs: update internal version numberSteve French1-1/+1
2021-07-09cifs: prevent NULL deref in cifs_compose_mount_options()Paulo Alcantara1-0/+3
2021-07-09SMB3.1.1: Add support for negotiating signing algorithmSteve French4-11/+86
2021-07-09Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-22/+51
2021-07-09Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-128/+113
2021-07-09Merge tag 'ceph-for-5.14-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds14-340/+300
2021-07-09Merge tag 'nfs-for-5.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds16-224/+347
2021-07-09Merge tag 'f2fs-for-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds17-484/+1068
2021-07-09io_uring: remove dead non-zero 'poll' checkJens Axboe1-1/+1
2021-07-09cifs: use helpers when parsing uid/gid mount options and validate themRonnie Sahlberg2-5/+20
2021-07-08io_uring: mitigate unlikely iopoll lagPavel Begunkov1-1/+5
2021-07-08Merge part 2 of branch 'sysfs-devel'Trond Myklebust3-8/+44
2021-07-08NFSv4/pNFS: Return an error if _nfs4_pnfs_v3_ds_connect can't load NFSv3Trond Myklebust1-1/+1
2021-07-08NFSv4/pNFS: Don't call _nfs4_pnfs_v3_ds_connect multiple timesTrond Myklebust1-26/+26
2021-07-08NFSv4/pnfs: Clean up layout get on openTrond Myklebust2-17/+17
2021-07-08NFSv4/pnfs: Fix layoutget behaviour after invalidationTrond Myklebust1-5/+5
2021-07-08NFSv4/pnfs: Fix the layout barrier updateTrond Myklebust1-15/+15
2021-07-08NFS: Fix fscache read from NFS after cache errorDave Wysochanski2-7/+16
2021-07-08NFS: Ensure nfs_readpage returns promptly when internal error occursDave Wysochanski1-3/+3
2021-07-08NFSv4.1 identify and mark RPC tasks that can move between transportsOlga Kornievskaia3-8/+44
2021-07-08ext4: inline jbd2_journal_[un]register_shrinker()Theodore Ts'o3-99/+62