index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-20
io_uring: fix xa_alloc_cycle() error return value check
Jens Axboe
1
-4
/
+5
2021-08-18
io_uring: pin ctx on fallback execution
Pavel Begunkov
1
-0
/
+2
2021-08-14
io_uring: only assign io_uring_enter() SQPOLL error in actual error case
Jens Axboe
1
-2
/
+3
2021-08-10
io_uring: fix ctx-exit io_rsrc_put_work() deadlock
Pavel Begunkov
1
-7
/
+8
2021-08-10
io_uring: drop ctx->uring_lock before flushing work item
Jens Axboe
1
-2
/
+4
2021-08-10
io-wq: fix IO_WORKER_F_FIXED issue in create_io_worker()
Hao Xu
1
-7
/
+11
2021-08-10
io-wq: fix bug of creating io-wokers unconditionally
Hao Xu
1
-2
/
+10
2021-08-10
io_uring: rsrc ref lock needs to be IRQ safe
Jens Axboe
1
-14
/
+5
2021-08-09
io_uring: Use WRITE_ONCE() when writing to sq_flags
Nadav Amit
1
-4
/
+9
2021-08-09
io_uring: clear TIF_NOTIFY_SIGNAL when running task work
Nadav Amit
1
-2
/
+3
2021-08-06
io-wq: fix lack of acct->nr_workers < acct->max_workers judgement
Hao Xu
1
-1
/
+9
2021-08-06
io-wq: fix no lock protection of acct->nr_worker
Hao Xu
1
-6
/
+17
2021-08-04
io-wq: fix race between worker exiting and activating free worker
Jens Axboe
1
-19
/
+19
2021-07-28
io_uring: fix poll requests leaking second poll entries
Hao Xu
1
-3
/
+2
2021-07-28
io_uring: don't block level reissue off completion path
Jens Axboe
1
-0
/
+6
2021-07-27
io_uring: always reissue from task_work context
Jens Axboe
1
-2
/
+8
2021-07-26
io_uring: fix race in unified task_work running
Jens Axboe
1
-1
/
+5
2021-07-26
io_uring: fix io_prep_async_link locking
Pavel Begunkov
1
-2
/
+11
2021-07-24
io_uring: explicitly catch any illegal async queue attempt
Jens Axboe
2
-1
/
+17
2021-07-24
io_uring: never attempt iopoll reissue from release path
Jens Axboe
1
-7
/
+7
2021-07-23
io_uring: fix early fdput() of file
Jens Axboe
1
-2
/
+4
2021-07-20
io_uring: fix memleak in io_init_wq_offload()
Yang Yingliang
1
-1
/
+5
2021-07-20
io_uring: remove double poll entry on arm failure
Pavel Begunkov
1
-0
/
+2
2021-07-20
io_uring: explicitly count entries for poll reqs
Pavel Begunkov
1
-6
/
+10
2021-07-12
io_uring: fix io_drain_req()
Pavel Begunkov
1
-2
/
+4
2021-07-12
io_uring: use right task for exiting checks
Pavel Begunkov
1
-1
/
+1
2021-07-10
Merge tag '5.14-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
12
-29
/
+135
2021-07-09
Merge tag 'io_uring-5.14-2021-07-09' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-123
/
+68
2021-07-09
Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2021-07-09
cifs: update internal version number
Steve French
1
-1
/
+1
2021-07-09
cifs: prevent NULL deref in cifs_compose_mount_options()
Paulo Alcantara
1
-0
/
+3
2021-07-09
SMB3.1.1: Add support for negotiating signing algorithm
Steve French
4
-11
/
+86
2021-07-09
Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
9
-22
/
+51
2021-07-09
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
8
-128
/
+113
2021-07-09
Merge tag 'ceph-for-5.14-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
14
-340
/
+300
2021-07-09
Merge tag 'nfs-for-5.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
16
-224
/
+347
2021-07-09
Merge tag 'f2fs-for-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
17
-484
/
+1068
2021-07-09
io_uring: remove dead non-zero 'poll' check
Jens Axboe
1
-1
/
+1
2021-07-09
cifs: use helpers when parsing uid/gid mount options and validate them
Ronnie Sahlberg
2
-5
/
+20
2021-07-08
io_uring: mitigate unlikely iopoll lag
Pavel Begunkov
1
-1
/
+5
2021-07-08
Merge part 2 of branch 'sysfs-devel'
Trond Myklebust
3
-8
/
+44
2021-07-08
NFSv4/pNFS: Return an error if _nfs4_pnfs_v3_ds_connect can't load NFSv3
Trond Myklebust
1
-1
/
+1
2021-07-08
NFSv4/pNFS: Don't call _nfs4_pnfs_v3_ds_connect multiple times
Trond Myklebust
1
-26
/
+26
2021-07-08
NFSv4/pnfs: Clean up layout get on open
Trond Myklebust
2
-17
/
+17
2021-07-08
NFSv4/pnfs: Fix layoutget behaviour after invalidation
Trond Myklebust
1
-5
/
+5
2021-07-08
NFSv4/pnfs: Fix the layout barrier update
Trond Myklebust
1
-15
/
+15
2021-07-08
NFS: Fix fscache read from NFS after cache error
Dave Wysochanski
2
-7
/
+16
2021-07-08
NFS: Ensure nfs_readpage returns promptly when internal error occurs
Dave Wysochanski
1
-3
/
+3
2021-07-08
NFSv4.1 identify and mark RPC tasks that can move between transports
Olga Kornievskaia
3
-8
/
+44
2021-07-08
ext4: inline jbd2_journal_[un]register_shrinker()
Theodore Ts'o
3
-99
/
+62
[next]