index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
ubi
/
vmt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-21
mtd: utilize new cdev_device_add helper function
Logan Gunthorpe
1
-33
/
+16
2016-10-02
UBI: hide EBA internals
Boris Brezillon
1
-23
/
+17
2016-07-29
ubi: Make volume resize power cut aware
Richard Weinberger
1
-7
/
+18
2016-05-24
UBI: Clean up return in ubi_remove_volume()
Dan Carpenter
1
-1
/
+1
2015-06-02
UBI: Use static class and attribute groups
Takashi Iwai
1
-74
/
+20
2015-06-02
UBI: Init vol->reserved_pebs by assignment
shengyong
1
-2
/
+2
2014-11-07
UBI: Extend UBI layer debug/messaging capabilities
Tanya Brokhman
1
-33
/
+36
2012-12-10
UBI: introduce helpers dbg_chk_{io, gen}
Ezequiel Garcia
1
-1
/
+1
2012-12-03
UBI: replace memcpy with struct assignment
Ezequiel Garcia
1
-1
/
+1
2012-07-18
UBI: harmonize the update of ubi->beb_rsvd_pebs
Shmulik Ladkani
1
-18
/
+2
2012-05-21
UBI: modify ubi_wl_flush function to clear work queue for a lnum
Joel Reardon
1
-1
/
+1
2012-05-20
UBI: get rid of dbg_err
Artem Bityutskiy
1
-9
/
+9
2012-05-20
UBI: more of clean-up terminology for self-checks
Artem Bityutskiy
1
-17
/
+14
2012-05-20
UBI: remove Kconfig debugging option
Artem Bityutskiy
1
-7
/
+0
2012-05-20
UBI: rename ubi_dbg_dump_vtbl_record
Artem Bityutskiy
1
-1
/
+1
2012-05-20
UBI: rename ubi_dbg_dump_vol_info
Artem Bityutskiy
1
-1
/
+1
2011-10-31
mtd: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed
Paul Gortmaker
1
-0
/
+1
2011-06-01
UBI: use debugfs for the extra checks knobs
Artem Bityutskiy
1
-1
/
+1
2011-04-05
UBI: do not compare array with NULL
Artem Bityutskiy
1
-5
/
+0
2011-03-16
UBI: make self-checks dynamic
Artem Bityutskiy
1
-2
/
+5
2010-10-19
UBI: preserve corrupted PEBs
Artem Bityutskiy
1
-0
/
+6
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-06-02
UBI: remove built-in gluebi
Dmitry Pervushin
1
-24
/
+2
2009-06-02
UBI: add notification API
Dmitry Pervushin
1
-0
/
+4
2009-05-18
UBI: do not panic if volume check fails
Artem Bityutskiy
1
-7
/
+11
2009-05-18
UBI: add dump_stack in checking code
Artem Bityutskiy
1
-0
/
+1
2009-05-18
UBI: improve debugging messages
Artem Bityutskiy
1
-5
/
+5
2009-05-18
UBI: re-name volumes_mutex to device_mutex
Artem Bityutskiy
1
-3
/
+3
2009-01-18
UBI: use nicer 64-bit math
Artem Bityutskiy
1
-10
/
+7
2009-01-06
mtd: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
1
-2
/
+2
2008-07-24
UBI: fix gcc warning
Artem Bityutskiy
1
-1
/
+1
2008-07-24
UBI: fix kernel-doc errors and warnings
Artem Bityutskiy
1
-1
/
+1
2008-07-24
UBI: fix checkpatch.pl errors and warnings
Artem Bityutskiy
1
-2
/
+2
2008-07-24
UBI: implement multiple volumes rename
Artem Bityutskiy
1
-8
/
+49
2008-07-24
UBI: fix and re-work debugging stuff
Artem Bityutskiy
1
-36
/
+37
2008-07-24
UBI: improve mkvol request validation
Artem Bityutskiy
1
-2
/
+2
2008-07-24
UBI: fix memory leak
Artem Bityutskiy
1
-9
/
+9
2008-07-24
UBI: avoid unnecessary division operations
Kyungmin Park
1
-1
/
+1
2008-03-04
UBI: silence warning
S.Çağlar Onur
1
-1
/
+3
2008-01-25
UBI: add auto-resize feature
Artem Bityutskiy
1
-2
/
+0
2008-01-25
UBI: use bit-fields
Artem Bityutskiy
1
-11
/
+1
2007-12-26
UBI: bugfix: do not forget to increment vol_count
Artem Bityutskiy
1
-0
/
+1
2007-12-26
UBI: add UBI devices reference counting
Artem Bityutskiy
1
-5
/
+9
2007-12-26
UBI: tweak volumes locking some more
Artem Bityutskiy
1
-13
/
+7
2007-12-26
UBI: introduce volume refcounting
Artem Bityutskiy
1
-30
/
+58
2007-12-26
UBI: fix error path
Artem Bityutskiy
1
-25
/
+20
2007-12-26
UBI: get device when opening volume
Artem Bityutskiy
1
-5
/
+0
2007-12-26
UBI: tweak volumes locking
Artem Bityutskiy
1
-6
/
+16
2007-12-26
UBI: improve internal interfaces
Artem Bityutskiy
1
-12
/
+10
2007-12-26
UBI: improve error messages
Artem Bityutskiy
1
-3
/
+8
[next]