index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ubifs
/
super.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-06
UBIFS: do not use WB_SYNC_HOLD
Artem Bityutskiy
1
-1
/
+8
2008-12-31
UBIFS: add more useful debugging prints
Artem Bityutskiy
1
-0
/
+12
2008-12-31
UBIFS: allow mounting when short of space
Artem Bityutskiy
1
-11
/
+29
2008-12-31
UBIFS: always commit on unmount
Artem Bityutskiy
1
-11
/
+15
2008-12-31
UBIFS: use ubi_sync
Artem Bityutskiy
1
-6
/
+1
2008-12-31
UBIFS: always commit in sync_fs
Artem Bityutskiy
1
-20
/
+18
2008-12-31
UBIFS: fix file-system synchronization
Artem Bityutskiy
1
-0
/
+18
2008-12-31
UBIFS: fix constants initialization
Artem Bityutskiy
1
-5
/
+20
2008-12-23
UBIFS: use nicer 64-bit math
Artem Bityutskiy
1
-6
/
+6
2008-12-23
UBIFS: fix available blocks count
Artem Bityutskiy
1
-2
/
+3
2008-12-03
UBIFS: add debugfs support
Artem Bityutskiy
1
-0
/
+12
2008-12-03
UBIFS: separate debugging fields out
Artem Bityutskiy
1
-15
/
+7
2008-12-03
UBIFS: introduce compression mount options
Artem Bityutskiy
1
-7
/
+37
2008-12-03
UBIFS: use bit-fields to store compression type
Artem Bityutskiy
1
-0
/
+8
2008-11-21
UBIFS: pre-allocate bulk-read buffer
Artem Bityutskiy
1
-9
/
+48
2008-11-21
UBIFS: do not allocate too much
Artem Bityutskiy
1
-6
/
+6
2008-11-21
UBIFS: do not print scary memory allocation warnings
Artem Bityutskiy
1
-5
/
+12
2008-10-20
Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6
Linus Torvalds
1
-21
/
+88
2008-10-19
UBIFS: amend printk
Artem Bityutskiy
1
-1
/
+1
2008-10-13
vfs: Use const for kernel parser table
Steven Whitehouse
1
-1
/
+1
2008-09-30
UBIFS: allow for sync_fs when read-only
Adrian Hunter
1
-9
/
+10
2008-09-30
UBIFS: commit on sync_fs
Artem Bityutskiy
1
-0
/
+12
2008-09-30
UBIFS: correct comment for commit_on_unmount
Artem Bityutskiy
1
-6
/
+3
2008-09-30
UBIFS: add no_chk_data_crc mount option
Adrian Hunter
1
-3
/
+31
2008-09-30
UBIFS: add bulk-read facility
Adrian Hunter
1
-0
/
+31
2008-09-30
UBIFS: use an IS_ERR test rather than a NULL test
Julien Brunel
1
-4
/
+0
2008-09-30
UBIFS: add a print, fix comments and more minor stuff
Artem Bityutskiy
1
-7
/
+9
2008-09-17
UBIFS: create the name of the background thread in every case
Sebastian Siewior
1
-2
/
+1
2008-09-03
UBIFS: amend f_fsid
Artem Bityutskiy
1
-2
/
+3
2008-08-31
UBIFS: fill f_fsid
Artem Bityutskiy
1
-0
/
+1
2008-08-31
UBIFS: improve statfs reporting even more
Artem Bityutskiy
1
-5
/
+5
2008-08-31
UBIFS: introduce LEB overhead
Artem Bityutskiy
1
-0
/
+6
2008-08-31
UBIFS: push empty flash hack down
Artem Bityutskiy
1
-2
/
+0
2008-08-13
UBIFS: few commentary fixes
Artem Bityutskiy
1
-4
/
+4
2008-08-13
UBIFS: always set i_generation to 0
Adrian Hunter
1
-2
/
+0
2008-08-13
UBIFS: optimize deletions
Artem Bityutskiy
1
-2
/
+4
2008-08-13
UBIFS: remove unneeded function parameter
Artem Bityutskiy
1
-2
/
+2
2008-08-13
UBIFS: do not write orphans back
Artem Bityutskiy
1
-5
/
+13
2008-08-13
UBIFS: free budget in delete_inode as well
Artem Bityutskiy
1
-3
/
+5
2008-08-13
UBIFS: improve debugging
Artem Bityutskiy
1
-2
/
+4
2008-08-13
UBIFS: print volume name as well
Artem Bityutskiy
1
-2
/
+2
2008-07-26
SL*B: drop kmem cache argument from constructor
Alexey Dobriyan
1
-1
/
+1
2008-07-15
UBIFS: add new flash file system
Artem Bityutskiy
1
-0
/
+1951