index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
ubi
/
ubi.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-24
UBI: Fix typos
Andrew F. Davis
1
-2
/
+1
2016-10-02
UBI: introduce the VID buffer concept
Boris Brezillon
1
-31
/
+66
2016-10-02
UBI: hide EBA internals
Boris Brezillon
1
-1
/
+7
2016-10-02
UBI: provide an helper to query LEB information
Boris Brezillon
1
-0
/
+17
2016-10-02
UBI: provide an helper to check whether a LEB is mapped or not
Boris Brezillon
1
-0
/
+1
2016-10-02
UBI: add an helper to check lnum validity
Boris Brezillon
1
-0
/
+5
2016-10-02
UBI: move the global ech and vidh variables into struct ubi_attach_info
Boris Brezillon
1
-0
/
+4
2016-10-02
UBI: provide helpers to allocate and free aeb elements
Boris Brezillon
1
-0
/
+3
2016-10-02
UBI: factorize code used to manipulate volumes at attach time
Boris Brezillon
1
-0
/
+1
2016-07-30
ubi: Be more paranoid while seaching for the most recent Fastmap
Richard Weinberger
1
-0
/
+3
2016-07-30
ubi: Rework Fastmap attach base code
Richard Weinberger
1
-1
/
+27
2016-07-30
ubi: Introduce vol_ignored()
Richard Weinberger
1
-0
/
+15
2016-05-24
UBI: Fix static volume checks when Fastmap is used
Richard Weinberger
1
-0
/
+2
2016-03-20
mtd: ubi: Add logging functions ubi_msg, ubi_warn and ubi_err
Joe Perches
1
-6
/
+10
2015-06-02
UBI: Use static class and attribute groups
Takashi Iwai
1
-1
/
+1
2015-04-13
UBI: power cut emulation for testing
david.oberhollenzer@sigma-star.at
1
-0
/
+25
2015-03-27
UBI: Add accessor functions for WL data structures
Richard Weinberger
1
-0
/
+36
2015-03-27
UBI: Add initial support for fastmap self checks
Richard Weinberger
1
-0
/
+4
2015-03-27
UBI: Fastmap: Locking updates
Richard Weinberger
1
-4
/
+5
2015-03-27
UBI: Fastmap: Wrap fastmap specific function in a ifdef
Richard Weinberger
1
-0
/
+4
2015-03-26
UBI: Fastmap: Fix races in ubi_wl_get_peb()
Richard Weinberger
1
-1
/
+2
2015-03-26
UBI: Fastmap: Ensure that only one fastmap work is scheduled
Richard Weinberger
1
-1
/
+3
2015-03-26
UBI: align comment for readability
Brian Norris
1
-1
/
+1
2015-01-28
UBI: clean-up printing helpers
Artem Bityutskiy
1
-4
/
+4
2015-01-28
UBI: Add initial support for scatter gather
Richard Weinberger
1
-0
/
+3
2015-01-28
UBI: Implement UBI_METAONLY
Richard Weinberger
1
-2
/
+6
2014-11-07
UBI: Extend UBI layer debug/messaging capabilities
Tanya Brokhman
1
-6
/
+7
2014-09-26
UBI: wl: Rename cancel flag to shutdown
Richard Weinberger
1
-4
/
+5
2014-09-19
UBI: Improve comment on work_sem
Richard Weinberger
1
-1
/
+2
2014-04-07
Merge tag 'for-linus-20140405' of git://git.infradead.org/linux-mtd
Linus Torvalds
1
-1
/
+0
2014-03-11
mtd: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2014-03-05
UBI: block: Use ENOSYS as return value when CONFIG_UBIBLOCK=n
Ezequiel Garcia
1
-2
/
+2
2014-03-04
UBI: block: do not use term "attach"
Artem Bityutskiy
1
-4
/
+10
2014-02-28
UBI: R/O block driver on top of UBI volumes
Ezequiel Garcia
1
-0
/
+14
2012-12-10
UBI: embed ubi_debug_info field in ubi_device struct
Ezequiel Garcia
1
-1
/
+39
2012-10-03
UBI: Add fastmap stuff to attach.c
Richard Weinberger
1
-1
/
+1
2012-10-03
UBI: Add fastmap stuff to ubi.h
Richard Weinberger
1
-1
/
+115
2012-09-04
UBI: use pr_ helper instead of printk
Artem Bityutskiy
1
-4
/
+4
2012-09-04
UBI: prepare for max_beb_per1024 module parameter addition
Richard Genoud
1
-1
/
+2
2012-09-04
UBI: kill CONFIG_MTD_UBI_BEB_RESERVE
Shmulik Ladkani
1
-3
/
+0
2012-09-04
UBI: introduce new bad PEB limit
Shmulik Ladkani
1
-0
/
+2
2012-07-18
UBI: harmonize the update of ubi->beb_rsvd_pebs
Shmulik Ladkani
1
-0
/
+1
2012-05-21
UBI: modify ubi_wl_flush function to clear work queue for a lnum
Joel Reardon
1
-1
/
+1
2012-05-21
UBI: introduce UBI_ALL constant
Artem Bityutskiy
1
-5
/
+5
2012-05-21
UBI: add lnum and vol_id to struct ubi_work
Joel Reardon
1
-1
/
+2
2012-05-21
UBI: add volume id struct ubi_ainf_peb
Joel Reardon
1
-1
/
+4
2012-05-20
UBI: remove scan.h
Artem Bityutskiy
1
-1
/
+147
2012-05-20
UBI: move and rename attach_by_scanning
Artem Bityutskiy
1
-0
/
+1
2012-05-20
UBI: rename _init_scan functions
Artem Bityutskiy
1
-2
/
+2
2012-05-20
UBI: rename si to ai
Artem Bityutskiy
1
-3
/
+3
[next]