Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
5ec1239694c74e8feebe967bf467081445622004
/
drivers
/
mmc
/
core
/
block.c
5ec1239
mmc: block: Move DRV OP issue function
by Linus Walleij
· 8 years ago
02166a0
mmc: block: Tag DRV_OPs with a driver operation type
by Linus Walleij
· 8 years ago
67e69d5
mmc: block: remove req back pointer
by Linus Walleij
· 8 years ago
3ecd8cf
mmc: block: move multi-ioctl() to use block layer
by Linus Walleij
· 8 years ago
614f038
mmc: block: move single ioctl() commands to block requests
by Linus Walleij
· 8 years ago
829043c
mmc: block: Tag is_rpmb as bool
by Linus Walleij
· 8 years ago
304419d
mmc: core: Allocate per-request data using the block layer core
by Linus Walleij
· 8 years ago
ca5717f
mmc: block: Factor out data preparation
by Adrian Hunter
· 8 years ago
9cb38f7
mmc: block: Change mmc_apply_rel_rw() to get block address from the request
by Adrian Hunter
· 8 years ago
025e3d5
mmc: block: Disable Command Queue while RPMB is used
by Adrian Hunter
· 8 years ago
7b410d0
mmc: queue: Share mmc request array between partitions
by Adrian Hunter
· 8 years ago
cdf8a6f
mmc: block: Introduce queue semantics
by Adrian Hunter
· 8 years ago
8ddfe07
mmc: block: Use local var for mqrq_cur
by Adrian Hunter
· 8 years ago
8bcd37d
mmc: core: mmc_blk_rw_cmd_err - remove unused variable
by Winkler, Tomas
· 8 years ago
8ecc344
mmc: block: Fix cmd error reset failure path
by Adrian Hunter
· 8 years ago
2602b74
mmc: block: Fix is_waiting_last_req set incorrectly
by Adrian Hunter
· 8 years ago
8c7cdbf
mmc: core: add mmc prefix for blk_fixups
by Shawn Lin
· 8 years ago
0e9cfcf
mmc: core: move all quirks together into quirks.h
by Shawn Lin
· 8 years ago
28fc64a
mmc: core: change quirks.c to be a header file
by Shawn Lin
· 8 years ago
0e65f10
mmc: block: respect bool returned from blk_end_request()
by Linus Walleij
· 8 years ago
169f03a
mmc: block: return errorcode from mmc_sd_num_wr_blocks()
by Linus Walleij
· 8 years ago
9491be5
mmc: queue: turn queue flags into bools
by Linus Walleij
· 8 years ago
74f5ba3
mmc: block: rename mmc_active to areq
by Linus Walleij
· 8 years ago
b2928e1
mmc: block: refactor mmc_blk_rw_try_restart()
by Linus Walleij
· 8 years ago
c3399ef
mmc: core: rename mmc_start_req() to *areq()
by Linus Walleij
· 8 years ago
acd8dbd
mmc: block: rename rqc and req
by Linus Walleij
· 8 years ago
db43550
mmc: block: inline the command abort and start new goto:s
by Linus Walleij
· 8 years ago
a04848c
mmc: core: switch to ida_simple_ functions in block.c
by Heiner Kallweit
· 8 years ago
df06158
mmc: block: stop passing around pointless return values
by Linus Walleij
· 8 years ago
7d552a4
mmc: block: introduce new_areq and old_areq
by Linus Walleij
· 8 years ago
da0dbaf
mmc: block: inline command abortions
by Linus Walleij
· 8 years ago
6fb85d6
mmc: block: do not assign mq_rq when aborting command
by Linus Walleij
· 8 years ago
efb5a05
mmc: block: break out mmc_blk_rw_start_new()
by Linus Walleij
· 8 years ago
4e1f780
mmc: block: break out mmc_blk_rw_cmd_abort()
by Linus Walleij
· 8 years ago
5857b29
mmc: core: Move public functions from host.h to private headers
by Ulf Hansson
· 8 years ago
4facdde
mmc: core: Move public functions from card.h to private headers
by Ulf Hansson
· 8 years ago
55244c5
mmc: core: Move public functions from core.h to private headers
by Ulf Hansson
· 8 years ago
c7836d1
mmc: use empty initializer list to zero-clear structures
by Masahiro Yamada
· 8 years ago
164b50b
mmc: block: Replace "goto retry" by a proper do / while loop
by Geert Uytterhoeven
· 8 years ago
8cb6ed1
mmc: block: Avoid uninitialized warning in mmc_blk_issue_discard_rq()
by Geert Uytterhoeven
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
b9f98bd
Merge tag 'mmc-v4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
by Linus Torvalds
· 8 years ago
f397c8d
mmc: block: Move files to core
by Ulf Hansson
· 8 years ago
[Renamed from drivers/mmc/card/block.c]
e0097cf
mmc: queue: Fix queue thread wake-up
by Adrian Hunter
· 8 years ago
5be8037
mmc: block: Fix 4K native sector check
by Adrian Hunter
· 8 years ago
5dd784d2
mmc: block: Restore line inadvertently removed with packed commands
by Adrian Hunter
· 8 years ago
03d640a
mmc: block: delete packed command support
by Linus Walleij
· 8 years ago
e01071d
mmc: block: move packed command struct init
by Linus Walleij
· 8 years ago
7db3028
mmc: block: rename data to blkdata
by Linus Walleij
· 8 years ago
f2818bf
mmc: block: use mmc_req_is_special()
by Linus Walleij
· 8 years ago
8e8b3f5
mmc: core: use enum mmc_blk_status properly
by Linus Walleij
· 8 years ago
2cc6458
mmc: block: convert ecc_err to a bool
by Linus Walleij
· 8 years ago
c44d6ce
mmc: block: make gen_err a bool variable
by Linus Walleij
· 8 years ago
3f2d266
mmc: core: Annotate cmd_hdr as __le32
by Jiri Slaby
· 8 years ago
48ab086
mmc: block: add missing header dependencies
by Baoyou Xie
· 9 years ago
29eb7bd
mmc: card: do away with indirection pointer
by Linus Walleij
· 9 years ago
0ed50ab
mmc: block: don't use CMD23 with very old MMC cards
by Daniel Glöckner
· 9 years ago
96e52da
mmc: block: remove the check of packed for packed request routine
by Shawn Lin
· 9 years ago
869c554
mmc: fix use-after-free of struct request
by Adrian Hunter
· 9 years ago
7afafc8
block: Fix secure erase
by Adrian Hunter
· 9 years ago
07f00f0
Merge tag 'mmc-v4.8' of git://git.linaro.org/people/ulf.hansson/mmc
by Linus Torvalds
· 9 years ago
3fc9d69
Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
d05d7f4
Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
d806b46
mmc: block: Fix tag condition with packed writes
by Adrian Hunter
· 9 years ago
5320226
mmc: core: Disable HPI for certain Hynix eMMC cards
by Pratibhasagar V
· 9 years ago
e87c856
mmc: block: correct 4KB alignment check
by Yuan, Juntao
· 9 years ago
f68381a
mmc: block: fix packed command header endianness
by Taras Kondratiuk
· 9 years ago
bfe5b1b
mmc: block: fix free of uninitialized 'idata->buf'
by Ville Viinikka
· 9 years ago
307d8e6
mmc: move 'parent' tracking to mmc_blk_data
by Dan Williams
· 9 years ago
288dab8
block: add a separate operation type for secure erase
by Christoph Hellwig
· 9 years ago
3a5e02c
block, drivers: add REQ_OP_FLUSH operation
by Mike Christie
· 9 years ago
c2df40d
drivers: use req op accessor
by Mike Christie
· 9 years ago
0e77816
Merge tag 'mmc-v4.7-rc1' of git://git.linaro.org/people/ulf.hansson/mmc
by Linus Torvalds
· 9 years ago
32ecd32
mmc: longer timeout for long read time quirk
by Matt Gumbel
· 9 years ago
24b9f0c
Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
57da0c0
mmc: block: Pause re-tuning while switched to the RPMB partition
by Adrian Hunter
· 9 years ago
3c86656
mmc: block: Always switch back to main area after RPMB access
by Adrian Hunter
· 9 years ago
cc4d04b
mmc: block: improve logging of handling emmc timeouts
by Ken Sumrall
· 9 years ago
b10fa99
mmc: block: Convert to IDA for partition device indexes
by Ulf Hansson
· 9 years ago
06b5cca
mmc: block: Release index in partition allocation error path
by Ulf Hansson
· 9 years ago
9aaf343
mmc: block: Use the mmc host device index as the mmcblk device index
by Ulf Hansson
· 9 years ago
e9d5c74
mmc/block: switch to using blk_queue_write_cache()
by Jens Axboe
· 9 years ago
83c742c
mmc: block: fix ABI regression of mmc_blk_ioctl
by Shawn Lin
· 9 years ago
09faf61
mmc: block: shut up "retrying because a re-tune was needed" message
by Russell King
· 9 years ago
f53f110
mmc: block: don't use the OR operation for flag of data
by Jaehoon Chung
· 9 years ago
a5ebb87d
Revert "mmc: block: don't use parameter prefix if built as module"
by Ulf Hansson
· 9 years ago
f00ab14
mmc: block: return error on failed mmc_blk_get()
by Olof Johansson
· 9 years ago
382c55f
mmc: block: Allow more than 8 partitions per card
by Colin Cross
· 9 years ago
1ff8950
mmc: block: change to use kmalloc when copy data from userspace
by yalin wang
· 9 years ago
d3df046
mmc: remove bondage between REQ_META and reliable write
by Luca Porzio
· 9 years ago
b093410
mmc: block: copy resp[] data on err for MMC_IOC_MULTI_CMD
by Grant Grundler
· 10 years ago
a5f5774
mmc: block: Add new ioctl to send multi commands
by Jon Hunter
· 10 years ago
b5b4ff0
mmc: block: skip trim for some kingston eMMCs
by Shawn Lin
· 10 years ago
7d70d47
mmc: block: add fixup of broken CMD23 for Sandisk card
by Yangbo Lu
· 10 years ago
829b696
mmc: block: don't use parameter prefix if built as module
by Andy Shevchenko
· 10 years ago
9098f84
mmc: block: Add missing mmc_blk_put() in power_ro_lock_show()
by Tomas Winkler
· 10 years ago
29535f7
mmc: card: Fixup request missing in mmc_blk_issue_rw_rq
by Ding Wang
· 10 years ago
087de9e
mmc: cast unsigned int to typeof(sector_t) to avoid unexpected error
by Kuninori Morimoto
· 10 years ago
b8360a4
mmc: block: Retry errored data requests when re-tuning is needed
by Adrian Hunter
· 10 years ago
6f398ad
mmc: block: Check re-tuning in the recovery path
by Adrian Hunter
· 10 years ago
Next »