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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-12
headers: smp_lock.h redux
Alexey Dobriyan
1
-1
/
+0
2009-07-09
UBIFS: fix corruption dump
Artem Bityutskiy
1
-2
/
+26
2009-07-09
UBIFS: clean up free space checking
Artem Bityutskiy
1
-19
/
+3
2009-07-09
UBIFS: small amendments in the LEB scanning code
Artem Bityutskiy
3
-11
/
+17
2009-07-09
UBIFS: dump a little more in case of corruptions
Artem Bityutskiy
1
-3
/
+3
2009-07-05
UBIFS: allow more than one volume to be mounted
Daniel Mack
1
-1
/
+2
2009-07-05
UBIFS: fix assertion warning
Artem Bityutskiy
1
-0
/
+3
2009-07-05
UBIFS: minor spelling and grammar fixes
Adrian Hunter
2
-3
/
+3
2009-07-05
UBIFS: fix 64-bit divisions in debug print
Adrian Hunter
1
-2
/
+3
2009-07-05
UBIFS: few spelling fixes
Artem Bityutskiy
2
-4
/
+4
2009-07-05
UBIFS: set write-buffer timout to 3-5 seconds
Artem Bityutskiy
2
-15
/
+7
2009-07-05
UBIFS: slightly optimize write-buffer timer usage
Artem Bityutskiy
3
-12
/
+9
2009-07-05
UBIFS: improve debugging messaged
Artem Bityutskiy
1
-10
/
+16
2009-07-05
UBIFS: fix integer overflow warning
Adrian Hunter
1
-1
/
+3
2009-06-24
helpers for acl caching + switch to those
Al Viro
1
-1
/
+1
2009-06-17
Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6
Linus Torvalds
6
-72
/
+102
2009-06-16
ubifs: register backing_dev_info
Jens Axboe
1
-0
/
+3
2009-06-11
Push BKL down into ->remount_fs()
Alessio Igor Bogani
1
-1
/
+8
2009-06-11
push BKL down into ->put_super
Christoph Hellwig
1
-0
/
+5
2009-06-11
enforce ->sync_fs is only called for rw superblock
Christoph Hellwig
1
-3
/
+0
2009-06-08
UBIFS: start using hrtimers
Artem Bityutskiy
3
-21
/
+32
2009-06-08
UBIFS: do not forget to register BDI device
Artem Bityutskiy
1
-0
/
+3
2009-06-02
UBIFS: allow sync option in rootflags
Artem Bityutskiy
1
-5
/
+35
2009-05-29
UBIFS: remove dead code
Artem Bityutskiy
2
-28
/
+4
2009-05-26
UBIFS: use anonymous device
Artem Bityutskiy
1
-17
/
+4
2009-05-25
UBIFS: return proper error code if the compr is not present
Corentin Chary
1
-0
/
+1
2009-05-19
UBIFS: return error if link and unlink race
Hunter Adrian
1
-0
/
+19
2009-05-09
Convert obvious places to deactivate_locked_super()
Al Viro
1
-2
/
+1
2009-05-06
UBIFS: reset no_space flag after inode deletion
Adrian Hunter
2
-1
/
+7
2009-04-06
Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6
Linus Torvalds
17
-265
/
+482
2009-04-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-2
/
+2
2009-04-01
mm: page_mkwrite change prototype to match fault
Nick Piggin
1
-3
/
+6
2009-03-31
UBIFS: fix recovery bug
Adrian Hunter
1
-47
/
+23
2009-03-30
trivial: fix typos/grammar errors in Kconfig texts
Matt LaPlante
1
-2
/
+2
2009-03-27
vfs: simple_set_mnt() should return void
Sukadev Bhattiprolu
1
-1
/
+2
2009-03-26
UBIFS: add R/O compatibility
Artem Bityutskiy
4
-11
/
+72
2009-03-20
UBIFS: fix compiler warnings
Hunter Adrian
1
-4
/
+4
2009-03-20
UBIFS: fully sort GCed nodes
Artem Bityutskiy
1
-132
/
+296
2009-03-20
UBIFS: fix commentaries
Artem Bityutskiy
8
-9
/
+9
2009-03-16
UBIFS: introduce a helpful variable
Artem Bityutskiy
4
-21
/
+23
2009-03-16
UBIFS: use KERN_CONT
Artem Bityutskiy
2
-6
/
+6
2009-03-16
UBIFS: fix lprops committing bug
Artem Bityutskiy
1
-4
/
+3
2009-03-15
UBIFS: fix bogus assertion
Artem Bityutskiy
1
-4
/
+8
2009-03-14
UBIFS: fix bug where page is marked uptodate when out of space
Adrian Hunter
1
-2
/
+12
2009-03-08
UBIFS: amend key_hash return value
Artem Bityutskiy
1
-3
/
+3
2009-03-08
UBIFS: improve find function interface
Artem Bityutskiy
3
-10
/
+9
2009-02-17
UBIFS: list usage cleanup
Eric Sesterhenn
2
-6
/
+3
2009-02-09
UBIFS: fix dbg_chk_lpt_sz()
Adrian Hunter
1
-8
/
+13
2009-01-29
UBIFS: remove fast unmounting
Artem Bityutskiy
2
-47
/
+5
2009-01-29
UBIFS: return sensible error codes
Artem Bityutskiy
2
-9
/
+4
[next]