index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ubifs
/
debug.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
UBIFS: rename random32() to prandom_u32()
Akinobu Mita
2013-01-15
1
-4
/
+4
*
ubifs: use prandom_bytes
Akinobu Mita
2012-12-17
1
-5
/
+3
*
Merge tag 'upstream-3.7-rc1' of git://git.infradead.org/linux-ubifs
Linus Torvalds
2012-10-02
1
-363
/
+270
|
\
|
*
UBIFS: use pr_ helper instead of printk
Artem Bityutskiy
2012-08-31
1
-271
/
+211
|
*
UBIFS: comply with coding style
Artem Bityutskiy
2012-08-31
1
-93
/
+64
|
*
UBIFS: fix power cut emulation for mtdram
Artem Bityutskiy
2012-08-31
1
-9
/
+11
|
*
UBIFS: always print full error reports
Artem Bityutskiy
2012-08-22
1
-6
/
+0
*
|
userns: Convert ubifs to use kuid/kgid
Eric W. Biederman
2012-09-21
1
-2
/
+2
|
/
*
UBIFS: add debugfs knob to switch to R/O mode
Artem Bityutskiy
2012-07-20
1
-0
/
+11
*
UBIFS: correct usage of IS_ENABLED()
Brian Norris
2012-06-27
1
-4
/
+4
*
UBIFS: fix debugfs-less systems support
Artem Bityutskiy
2012-06-07
1
-2
/
+10
*
UBI: Kill data type hint
Richard Weinberger
2012-05-20
1
-6
/
+6
*
UBIFS: get rid of dbg_err
Artem Bityutskiy
2012-05-16
1
-15
/
+15
*
UBIFS: remove Kconfig debugging option
Artem Bityutskiy
2012-05-16
1
-4
/
+0
*
UBIFS: rename dumping functions
Artem Bityutskiy
2012-05-16
1
-55
/
+55
*
UBIFS: get rid of dbg_dump_stack
Artem Bityutskiy
2012-05-16
1
-1
/
+1
*
UBIFS: make the dbg_lock spinlock static
Artem Bityutskiy
2012-02-29
1
-1
/
+1
*
UBIFS: increase dumps loglevel
Artem Bityutskiy
2012-02-29
1
-204
/
+204
*
UBIFS: fix key printing
Artem Bityutskiy
2012-01-13
1
-30
/
+30
*
UBIFS: use snprintf instead of sprintf when printing keys
Artem Bityutskiy
2012-01-13
1
-18
/
+20
*
UBIFS: introduce a helper to dump scanning info
Artem Bityutskiy
2011-08-22
1
-0
/
+16
*
UBIFS: improve power cut emulation testing
Artem Bityutskiy
2011-07-04
1
-41
/
+50
*
UBIFS: rename recovery testing variables
Artem Bityutskiy
2011-07-04
1
-24
/
+28
*
UBIFS: remove custom list of superblocks
Artem Bityutskiy
2011-07-04
1
-85
/
+20
*
UBIFS: stop re-defining UBI operations
Artem Bityutskiy
2011-07-04
1
-2
/
+0
*
UBIFS: remove unused and unneeded debugging function
Artem Bityutskiy
2011-07-04
1
-31
/
+2
*
UBIFS: add global debugfs knobs
Artem Bityutskiy
2011-07-04
1
-9
/
+129
*
UBIFS: introduce debugfs helpers
Artem Bityutskiy
2011-07-04
1
-20
/
+56
*
UBIFS: re-arrange debugging code a bit
Artem Bityutskiy
2011-07-04
1
-59
/
+59
*
UBIFS: be more informative in failure mode
Artem Bityutskiy
2011-07-04
1
-15
/
+23
*
UBIFS: switch self-check knobs to debugfs
Artem Bityutskiy
2011-07-04
1
-17
/
+123
*
UBIFS: lessen amount of debugging check types
Artem Bityutskiy
2011-07-04
1
-2
/
+2
*
UBIFS: introduce helper functions for debugging checks and tests
Artem Bityutskiy
2011-07-04
1
-19
/
+11
*
UBIFS: amend debugging inode size check function prototype
Artem Bityutskiy
2011-07-04
1
-1
/
+2
*
UBIFS: rename dbg_check_dir_size function
Artem Bityutskiy
2011-07-04
1
-1
/
+1
*
UBIFS: improve inode dumping function
Artem Bityutskiy
2011-07-04
1
-1
/
+55
*
UBIFS: lessen the size of debugging info data structure
Artem Bityutskiy
2011-07-04
1
-5
/
+13
*
UBIFS: switch to dynamic printks
Artem Bityutskiy
2011-05-23
1
-3
/
+0
*
UBIFS: add a superblock flag for free space fix-up
Matthew L. Creech
2011-05-16
1
-0
/
+2
*
UBIFS: fix debugging FS checking failure
Artem Bityutskiy
2011-05-13
1
-6
/
+35
*
UBIFS: do not change debugfs file position
Artem Bityutskiy
2011-05-13
1
-1
/
+0
*
UBIFS: fix oops in lprops dump function
Artem Bityutskiy
2011-05-13
1
-1
/
+7
*
UBIFS: use EROFS when emulating failures
Artem Bityutskiy
2011-05-13
1
-12
/
+12
*
UBIFS: make force in-the-gaps to be a general self-check
Artem Bityutskiy
2011-05-13
1
-6
/
+3
*
UBIFS: improve space checking debugging feature
Artem Bityutskiy
2011-05-13
1
-13
/
+29
*
UBIFS: rearrange the budget dump
Artem Bityutskiy
2011-05-13
1
-12
/
+18
*
UBIFS: simplify dbg_dump_budg calling conventions
Artem Bityutskiy
2011-05-13
1
-8
/
+4
*
UBIFS: introduce a separate structure for budgeting info
Artem Bityutskiy
2011-05-13
1
-7
/
+7
*
UBIFS: fix minor stylistic issues
Artem Bityutskiy
2011-05-13
1
-1
/
+2
*
UBIFS: make debugfs files non-seekable
Artem Bityutskiy
2011-05-13
1
-2
/
+2
[next]