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
2019-11-26
io_uring: break links for failed defer
Pavel Begunkov
1
-0
/
+4
2019-11-26
io-wq: remove extra space characters
Dan Carpenter
1
-3
/
+3
2019-11-26
io-wq: wait for io_wq_create() to setup necessary workers
Jens Axboe
1
-15
/
+35
2019-11-26
io_uring: request cancellations should break links
Jens Axboe
1
-0
/
+6
2019-11-26
io_uring: correct poll cancel and linked timeout expiration completion
Jens Axboe
1
-11
/
+22
2019-11-26
io_uring: remove dead REQ_F_SEQ_PREV flag
Jens Axboe
1
-1
/
+0
2019-11-26
io_uring: fix sequencing issues with linked timeouts
Jens Axboe
1
-41
/
+61
2019-11-26
io_uring: make req->timeout be dynamically allocated
Jens Axboe
1
-59
/
+70
2019-11-26
io_uring: make io_double_put_req() use normal completion path
Jens Axboe
1
-2
/
+14
2019-11-26
io_uring: cleanup return values from the queueing functions
Jens Axboe
1
-16
/
+12
2019-11-26
io_uring: io_async_cancel() should pass in 'nxt' request pointer
Jens Axboe
1
-1
/
+1
2019-11-26
Merge tag 'linux-kselftest-5.5-rc1-kunit' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
3
-0
/
+290
2019-11-25
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...
Linus Torvalds
2
-2
/
+8
2019-11-25
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
10
-271
/
+158
2019-11-25
Merge tag 'affs-for-5.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-16
/
+10
2019-11-25
Merge tag 'for-5.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
63
-2546
/
+2694
2019-11-25
Merge tag 'for-5.5/disk-revalidate-20191122' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-11
/
+37
2019-11-25
Merge tag 'for-5.5/zoned-20191122' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-35
/
+16
2019-11-25
Merge tag 'for-5.5/block-20191121' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-19
/
+23
2019-11-25
Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-block
Linus Torvalds
5
-694
/
+2646
2019-11-25
vfs: properly and reliably lock f_pos in fdget_pos()
Linus Torvalds
2
-6
/
+2
2019-11-25
f2fs: stop GC when the victim becomes fully valid
Jaegeuk Kim
1
-2
/
+8
2019-11-25
f2fs: expose main_blkaddr in sysfs
Jaegeuk Kim
1
-0
/
+2
2019-11-25
f2fs: choose hardlimit when softlimit is larger than hardlimit in f2fs_statfs...
Chengguang Xu
1
-6
/
+14
2019-11-25
vfs: mark pipes and sockets as stream-like file descriptors
Linus Torvalds
1
-2
/
+4
2019-11-25
cifs: update internal module version number
Steve French
1
-1
/
+1
2019-11-25
cifs: Always update signing key of first channel
Paulo Alcantara (SUSE)
1
-0
/
+4
2019-11-25
cifs: Fix retrieval of DFS referrals in cifs_mount()
Paulo Alcantara (SUSE)
1
-10
/
+22
2019-11-25
cifs: Fix potential softlockups while refreshing DFS cache
Paulo Alcantara (SUSE)
1
-12
/
+29
2019-11-25
cifs: Fix lookup of root ses in DFS referral cache
Paulo Alcantara (SUSE)
1
-2
/
+1
2019-11-25
cifs: Fix use-after-free bug in cifs_reconnect()
Paulo Alcantara (SUSE)
1
-11
/
+35
2019-11-25
cifs: dump channel info in DebugData
Aurelien Aptel
1
-1
/
+34
2019-11-25
smb3: dump in_send and num_waiters stats counters by default
Steve French
2
-21
/
+4
2019-11-25
cifs: try harder to open new channels
Aurelien Aptel
1
-10
/
+22
2019-11-25
CIFS: Properly process SMB3 lease breaks
Pavel Shilovsky
7
-65
/
+57
2019-11-25
cifs: move cifsFileInfo_put logic into a work-queue
Ronnie Sahlberg
3
-27
/
+65
2019-11-25
cifs: try opening channels after mounting
Aurelien Aptel
9
-88
/
+478
2019-11-25
CIFS: refactor cifs_get_inode_info()
Aurelien Aptel
2
-137
/
+205
2019-11-25
cifs: switch servers depending on binding state
Aurelien Aptel
6
-21
/
+33
2019-11-25
cifs: add server param
Aurelien Aptel
5
-17
/
+22
2019-11-25
cifs: add multichannel mount options and data structs
Aurelien Aptel
3
-2
/
+56
2019-11-25
cifs: sort interface list by speed
Aurelien Aptel
1
-0
/
+11
2019-11-25
CIFS: Fix SMB2 oplock break processing
Pavel Shilovsky
1
-4
/
+3
2019-11-25
cifs: don't use 'pre:' for MODULE_SOFTDEP
Ronnie Sahlberg
1
-12
/
+12
2019-11-25
cifs: smbd: Return -EAGAIN when transport is reconnecting
Long Li
1
-2
/
+5
2019-11-25
cifs: smbd: Only queue work for error recovery on memory registration
Long Li
1
-11
/
+15
2019-11-25
smb3: add debug messages for closing unmatched open
Ronnie Sahlberg
2
-10
/
+34
2019-11-25
CIFS: Do not miss cancelled OPEN responses
Pavel Shilovsky
2
-8
/
+8
2019-11-25
CIFS: Fix NULL pointer dereference in mid callback
Pavel Shilovsky
3
-7
/
+17
2019-11-25
CIFS: Close open handle after interrupted close
Pavel Shilovsky
3
-15
/
+63
[prev]
[next]