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