index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-13
nilfs2: make splice write available again
Joachim Henke
1
-0
/
+1
2021-02-13
pNFS/NFSv4: Improve rejection of out-of-order layouts
Trond Myklebust
1
-6
/
+16
2021-02-13
pNFS/NFSv4: Try to return invalid layout in pnfs_layout_process()
Trond Myklebust
1
-1
/
+7
2021-02-13
io_uring: drop mm/files between task_work_submit
Pavel Begunkov
1
-0
/
+3
2021-02-13
io_uring: reinforce cancel on flush during exit
Pavel Begunkov
1
-2
/
+1
2021-02-13
io_uring: fix sqo ownership false positive warning
Pavel Begunkov
1
-2
/
+0
2021-02-13
io_uring: fix list corruption for splice file_get
Pavel Begunkov
1
-1
/
+2
2021-02-13
io_uring: fix flush cqring overflow list while TASK_INTERRUPTIBLE
Hao Xu
1
-2
/
+6
2021-02-13
io_uring: fix cancellation taking mutex while TASK_UNINTERRUPTIBLE
Pavel Begunkov
1
-17
/
+22
2021-02-13
io_uring: replace inflight_wait with tctx->wait
Pavel Begunkov
1
-7
/
+6
2021-02-13
io_uring: fix __io_uring_files_cancel() with TASK_UNINTERRUPTIBLE
Pavel Begunkov
1
-6
/
+6
2021-02-13
io_uring: if we see flush on exit, cancel related tasks
Jens Axboe
1
-1
/
+8
2021-02-13
io_uring: account io_uring internal files as REQ_F_INFLIGHT
Jens Axboe
1
-8
/
+24
2021-02-13
io_uring: fix files cancellation
Pavel Begunkov
1
-4
/
+4
2021-02-13
io_uring: always batch cancel in *cancel_files()
Pavel Begunkov
3
-130
/
+20
2021-02-13
io_uring: pass files into kill timeouts/poll
Pavel Begunkov
1
-8
/
+10
2021-02-13
io_uring: don't iterate io_uring_cancel_files()
Pavel Begunkov
1
-22
/
+12
2021-02-13
io_uring: add a {task,files} pair matching helper
Pavel Begunkov
1
-31
/
+32
2021-02-13
io_uring: simplify io_task_match()
Pavel Begunkov
1
-5
/
+1
2021-02-10
mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB page
Muchun Song
1
-1
/
+2
2021-02-10
io_uring: don't modify identity's files uncess identity is cowed
Xiaoguang Wang
1
-6
/
+0
2021-02-10
smb3: fix crediting for compounding when only one request in flight
Pavel Shilovsky
1
-3
/
+15
2021-02-10
smb3: Fix out-of-bounds bug in SMB2_negotiate()
Gustavo A. R. Silva
1
-1
/
+1
2021-02-10
cifs: report error instead of invalid when revalidating a dentry fails
Aurelien Aptel
1
-2
/
+20
2021-02-10
ovl: implement volatile-specific fsync error behaviour
Sargun Dhillon
6
-11
/
+63
2021-02-10
ovl: avoid deadlock on directory ioctl
Miklos Szeredi
1
-16
/
+7
2021-02-10
ovl: fix dentry leak in ovl_get_redirect
Liangyan
1
-1
/
+1
2021-02-10
rxrpc: Fix deadlock around release of dst cached on udp tunnel
David Howells
1
-3
/
+3
2021-02-07
udf: fix the problem that the disc content is not displayed
lianzhi chang
1
-3
/
+4
2021-02-03
pNFS/NFSv4: Update the layout barrier when we schedule a layoutreturn
Trond Myklebust
1
-18
/
+21
2021-02-03
pNFS/NFSv4: Fix a layout segment leak in pnfs_layout_process()
Trond Myklebust
1
-0
/
+1
2021-02-03
Revert "block: simplify set_init_blocksize" to regain lost performance
Maxim Mikityanskiy
1
-1
/
+9
2021-02-03
io_uring: fix wqe->lock/completion_lock deadlock
Pavel Begunkov
1
-8
/
+2
2021-02-03
btrfs: fix possible free space tree corruption with online conversion
Josef Bacik
3
-2
/
+21
2021-02-03
btrfs: fix lockdep warning due to seqcount_mutex on 32bit arch
Su Yue
2
-6
/
+7
2021-01-30
io_uring: fix sleeping under spin in __io_clean_op
Pavel Begunkov
1
-5
/
+6
2021-01-30
io_uring: dont kill fasync under completion_lock
Pavel Begunkov
1
-5
/
+4
2021-01-30
io_uring: fix skipping disabling sqo on exec
Pavel Begunkov
1
-0
/
+4
2021-01-30
io_uring: fix uring_flush in exit_files() warning
Pavel Begunkov
1
-1
/
+4
2021-01-30
io_uring: fix false positive sqo warning on flush
Pavel Begunkov
1
-2
/
+1
2021-01-30
io_uring: do sqo disable on install_fd error
Pavel Begunkov
1
-0
/
+1
2021-01-30
io_uring: fix null-deref in io_disable_sqo_submit
Pavel Begunkov
1
-1
/
+2
2021-01-30
io_uring: stop SQPOLL submit on creator's death
Pavel Begunkov
1
-8
/
+50
2021-01-30
io_uring: add warn_once for io_uring_flush()
Pavel Begunkov
1
-4
/
+10
2021-01-30
io_uring: inline io_uring_attempt_task_drop()
Pavel Begunkov
1
-18
/
+11
2021-01-30
kernel/io_uring: cancel io_uring before task works
Pavel Begunkov
1
-2
/
+0
2021-01-27
fs/pipe: allow sendfile() to pipe again
Johannes Berg
1
-0
/
+1
2021-01-27
kernfs: wire up ->splice_read and ->splice_write
Christoph Hellwig
1
-0
/
+2
2021-01-27
kernfs: implement ->write_iter
Christoph Hellwig
1
-18
/
+10
2021-01-27
kernfs: implement ->read_iter
Christoph Hellwig
1
-23
/
+12
[prev]
[next]