index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
mbcache.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-07-13
nvme-pci: fix DMA direction of unmapping integrity data
Ming Lei
1
-1
/
+1
2023-07-13
nvme: don't reject probe due to duplicate IDs for single-ported PCIe devices
Christoph Hellwig
1
-3
/
+33
2023-07-12
block/mq-deadline: Fix a bug in deadline_from_pos()
Bart Van Assche
1
-1
/
+1
2023-07-12
nvme: ensure disabling pairs with unquiesce
Keith Busch
1
-8
/
+17
2023-07-12
nvme-fc: fix race between error recovery and creating association
Michael Liang
1
-5
/
+16
2023-07-12
nvme-fc: return non-zero status code when fails to create association
Michael Liang
1
-3
/
+15
2023-07-12
nvme: fix parameter check in nvme_fault_inject_init()
Minjie Du
1
-1
/
+1
2023-07-12
nvme: warn only once for legacy uuid attribute
Keith Busch
1
-1
/
+1
2023-07-10
block: remove dead struc request->completion_data field
Jens Axboe
1
-3
/
+3
2023-07-10
nvme: fix the NVME_ID_NS_NVM_STS_MASK definition
Ankit Kumar
1
-1
/
+1
2023-07-10
nvmet: use PAGE_SECTORS_SHIFT
Damien Le Moal
2
-3
/
+3
2023-07-10
nvme: add BOGUS_NID quirk for Samsung SM953
Pankaj Raghav
1
-0
/
+2
2023-07-06
blk-crypto: use dynamic lock class for blk_crypto_profile::lock
Eric Biggers
2
-2
/
+11
2023-07-06
block/partition: fix signedness issue for Amiga partitions
Michael Schmitz
1
-1
/
+1
2023-07-05
gup: make the stack expansion warning a bit more targeted
Linus Torvalds
1
-10
/
+41
2023-07-05
Revert ".gitignore: ignore *.cover and *.mbx"
Linus Torvalds
1
-2
/
+0
2023-07-04
afs: Fix accidental truncation when storing data
David Howells
1
-3
/
+5
2023-07-04
module: fix init_module_from_file() error handling
Linus Torvalds
1
-16
/
+23
2023-07-04
clk: tegra: Avoid calling an uninitialized function
Thierry Reding
1
-3
/
+12
2023-07-04
mm: don't do validate_mm() unnecessarily and without mmap locking
Linus Torvalds
1
-4
/
+2
2023-07-04
arch/arm64/mm/fault: Fix undeclared variable error in do_page_fault()
SeongJae Park
1
-2
/
+0
2023-07-04
rdma: fix INFINIBAND_USER_ACCESS dependency
Arnd Bergmann
1
-2
/
+4
2023-07-03
gfs2: Add quota_change type
Bob Peterson
2
-11
/
+15
2023-07-03
gfs2: Use memcpy_{from,to}_page where appropriate
Andreas Gruenbacher
3
-15
/
+7
2023-07-03
gfs2: Convert remaining kmap_atomic calls to kmap_local_page
Andreas Gruenbacher
2
-8
/
+9
2023-07-03
gfs2: Replace deprecated kmap_atomic with kmap_local_page
Deepak R Varma
1
-4
/
+4
2023-07-03
gfs: Get rid of unnucessary locking in inode_go_dump
Andreas Gruenbacher
2
-12
/
+7
2023-07-03
gfs2: gfs2_freeze_lock_shared cleanup
Andreas Gruenbacher
4
-12
/
+7
2023-07-03
gfs2: Replace sd_freeze_state with SDF_FROZEN flag
Andreas Gruenbacher
7
-31
/
+17
2023-07-03
gfs2: Rework freeze / thaw logic
Andreas Gruenbacher
7
-110
/
+178
2023-07-03
mm: validate the mm before dropping the mmap lock
Linus Torvalds
1
-2
/
+1
2023-07-03
execve: always mark stack as growing down during early stack setup
Linus Torvalds
1
-1
/
+3
2023-07-03
vhost: Make parameter name match of vhost_get_vq_desc()
Xianting Tian
1
-1
/
+1
2023-07-03
vduse: fix NULL pointer dereference
Maxime Coquelin
1
-1
/
+5
2023-07-03
vhost: Allow worker switching while work is queueing
Mike Christie
3
-46
/
+115
2023-07-03
vhost_scsi: add support for worker ioctls
Mike Christie
1
-0
/
+8
2023-07-03
vhost: allow userspace to create workers
Mike Christie
4
-1
/
+193
2023-07-03
vhost: replace single worker pointer with xarray
Mike Christie
2
-17
/
+50
2023-07-03
vhost: add helper to parse userspace vring state/file
Mike Christie
1
-7
/
+22
2023-07-03
vhost: remove vhost_work_queue
Mike Christie
2
-9
/
+2
2023-07-03
vhost_scsi: flush IO vqs then send TMF rsp
Mike Christie
1
-3
/
+18
2023-07-03
vhost_scsi: convert to vhost_vq_work_queue
Mike Christie
1
-9
/
+9
2023-07-03
vhost_scsi: make SCSI cmd completion per vq
Mike Christie
1
-30
/
+26
2023-07-03
vhost_sock: convert to vhost_vq_work_queue
Mike Christie
1
-2
/
+2
2023-07-03
vhost: convert poll work to be vq based
Mike Christie
3
-6
/
+12
2023-07-03
vhost: take worker or vq for flushing
Mike Christie
2
-2
/
+14
2023-07-03
vhost: take worker or vq instead of dev for queueing
Mike Christie
2
-16
/
+29
2023-07-03
vhost, vhost_net: add helper to check if vq has work
Mike Christie
3
-5
/
+5
2023-07-03
vhost: add vhost_worker pointer to vhost_virtqueue
Mike Christie
2
-7
/
+15
2023-07-03
vhost: dynamically allocate vhost_worker
Mike Christie
2
-25
/
+45
[next]