index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
target
/
io-cmd-file.c
Age
Commit message (
Expand
)
Author
2023-02-03
nvmet: use bvec_set_page to initialize bvecs
Christoph Hellwig
2022-12-13
Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linux
Linus Torvalds
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
2022-11-15
nvmet: only allocate a single slab for bvecs
Christoph Hellwig
2022-06-10
keep iocb_flags() result cached in struct file
Al Viro
2022-03-29
nvmet: use a private workqueue instead of the system workqueue
Sagi Grimberg
2022-02-28
nvmet: use i_size_read() to set size for file-ns
Chaitanya Kulkarni
2021-11-25
nvmet: use IOCB_NOWAIT only if the filesystem supports it
Maurizio Lombardi
2021-10-25
fs: get rid of the res2 iocb->ki_complete argument
Jens Axboe
2021-06-17
nvmet: use req->cmd directly in file-ns fast path
Chaitanya Kulkarni
2021-05-12
nvmet: seset ns->file when open fails
Daniel Wagner
2021-02-10
nvmet: use invalid cmd opcode helper
Chaitanya Kulkarni
2020-05-27
nvmet: rename nvmet_check_data_len to nvmet_check_transfer_len
Israel Rukshin
2020-05-27
nvmet: rename nvmet_rw_len to nvmet_rw_data_len
Israel Rukshin
2020-05-09
nvmet: add ns revalidation support
Anthony Iliopoulos
2020-02-04
nvmet: fix dsm failure when payload does not match sgl descriptor
Sagi Grimberg
2019-11-04
nvmet: Remove the data_len field from the nvmet_req struct
Christoph Hellwig
2019-11-04
nvmet: Introduce nvmet_dsm_len() helper
Christoph Hellwig
2019-04-25
nvmet-file: clamp-down file namespace lba_shift
Sagi Grimberg
2019-03-28
nvmet: fix building bvec from sg list
Ming Lei
2019-03-13
nvmet: ignore EOPNOTSUPP for discard
Christoph Hellwig
2018-12-13
nvmet: add error log support for file backend
Chaitanya Kulkarni
2018-12-07
nvmet: use IOCB_NOWAIT for file-ns buffered I/O
Chaitanya Kulkarni
2018-11-01
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2018-10-24
iov_iter: Separate type from direction and use accessor functions
David Howells
2018-10-17
nvmet: avoid integer overflow in the discard code
Bart Van Assche
2018-08-08
nvmet: add ns write protect support
Chaitanya Kulkarni
2018-07-24
nvmet: check fileio lba range access boundaries
Sagi Grimberg
2018-07-24
nvmet: fix file discard return status
Sagi Grimberg
2018-07-23
nvmet: add buffered I/O support for file backed ns
Chaitanya Kulkarni
2018-05-31
nvmet: fix error return code in nvmet_file_ns_enable()
Wei Yongjun
2018-05-31
nvmet: fix a typo in nvmet_file_ns_enable()
Wei Yongjun
2018-05-25
nvmet: add simple file backed ns support
Chaitanya Kulkarni