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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-25
reiserfs: convert j_lock to mutex
Jeff Mahoney
1
-3
/
+3
2008-07-25
reiserfs: correct mount option parsing to detect when quota options can be ch...
Jan Kara
1
-23
/
+60
2008-07-25
reiserfs: fix typos in messages and comments (journalled -> journaled)
Jan Kara
1
-5
/
+5
2008-07-25
reiserfs: fix synchronization of quota files in journal=data mode
Jan Kara
1
-9
/
+21
2008-07-25
hfsplus: convert the extents_lock in a mutex
Matthias Kaehlcke
4
-11
/
+12
2008-07-25
hfs: convert extents_lock in a mutex
Matthias Kaehlcke
4
-11
/
+11
2008-07-25
hfs: convert bitmap_lock in a mutex
Matthias Kaehlcke
3
-6
/
+7
2008-07-25
coda: remove CODA_FS_OLD_API
Adrian Bunk
4
-36
/
+3
2008-07-25
isofs: fix minor filesystem corruption
Adam Greenblatt
1
-2
/
+20
2008-07-25
ext3: validate directory entry data before use
Duane Griffin
1
-10
/
+12
2008-07-25
jbd: don't abort if flushing file data failed
Hidehiro Kawai
1
-7
/
+28
2008-07-25
ext3: kill 2 useless magic numbers
Li Zefan
1
-2
/
+2
2008-07-25
jbd: positively dispose the unmapped data buffers in journal_commit_transacti...
Toshiyuki Okajima
1
-9
/
+20
2008-07-25
jbd: unexport journal_update_superblock
Adrian Bunk
1
-1
/
+0
2008-07-25
ext3: handle deleting corrupted indirect blocks
Duane Griffin
1
-1
/
+15
2008-07-25
ext3: don't read inode block if the buffer has a write error
Hidehiro Kawai
1
-0
/
+10
2008-07-25
ext3: handle corrupted orphan list at mount
Duane Griffin
2
-6
/
+23
2008-07-25
ext3: remove double definitions of xattr macros
Shen Feng
3
-7
/
+3
2008-07-25
jbd: fix race between free buffer and commit transaction
Mingming Cao
1
-2
/
+55
2008-07-25
ext3: improve some code in rb tree part of dir.c
Shen Feng
1
-10
/
+4
2008-07-25
jbd: tidy up revoke cache initialisation and destruction
Duane Griffin
1
-13
/
+23
2008-07-25
jbd: eliminate duplicated code in revocation table init/destroy functions
Duane Griffin
1
-76
/
+51
2008-07-25
jbd: replace potentially false assertion with if block
Duane Griffin
1
-3
/
+4
2008-07-25
ext3: correct mount option parsing to detect when quota options can be changed
Jan Kara
1
-7
/
+22
2008-07-25
ext3: fix typos in messages and comments (journalled -> journaled)
Jan Kara
1
-7
/
+7
2008-07-25
ext3: fix synchronization of quota files in journal=data mode
Jan Kara
1
-8
/
+27
2008-07-25
ext2: remove double definitions of xattr macros
Shen Feng
3
-7
/
+3
2008-07-25
minix: remove !NO_TRUNCATE code
Adrian Bunk
3
-33
/
+0
2008-07-25
exec: remove some includes
Hugh Dickins
1
-4
/
+2
2008-07-25
fs: ldm.[ch] use get_unaligned_* helpers
Harvey Harrison
2
-40
/
+35
2008-07-24
fix fs/nfs/nfsroot.c compilation
Adrian Bunk
1
-1
/
+1
2008-07-24
UFS: add const to parser token table
Steven Whitehouse
1
-1
/
+1
2008-07-24
autofs4: remove unused ioctls
Ian Kent
2
-69
/
+1
2008-07-24
autofs4: reorganize expire pending wait function calls
Ian Kent
3
-65
/
+40
2008-07-24
autofs4: fix direct mount pending expire race - correction
Ian Kent
1
-8
/
+2
2008-07-24
autofs4: fix direct mount pending expire race
Ian Kent
3
-26
/
+65
2008-07-24
autofs4: fix indirect mount pending expire race
Ian Kent
3
-23
/
+65
2008-07-24
autofs4: fix pending checks
Ian Kent
1
-3
/
+6
2008-07-24
autofs4: cleanup redundant readir code
Ian Kent
1
-133
/
+16
2008-07-24
autofs4: indirect dentry must almost always be positive
Ian Kent
1
-3
/
+14
2008-07-24
autofs4: detect invalid direct mount requests
Ian Kent
1
-0
/
+4
2008-07-24
autofs4: fix waitq memory leak
Ian Kent
2
-10
/
+10
2008-07-24
autofs4: check kernel communication pipe is valid for write
Ian Kent
1
-2
/
+14
2008-07-24
autofs4: add missing kfree
Ian Kent
1
-1
/
+3
2008-07-24
autofs4: fix pending mount race
Ian Kent
1
-38
/
+97
2008-07-24
autofs4: fix waitq locking
Ian Kent
2
-13
/
+14
2008-07-24
autofs4: use struct qstr in waitq.c
Jeff Moyer
2
-44
/
+46
2008-07-24
autofs4: use lookup intent flags to trigger mounts
Ian Kent
1
-2
/
+5
2008-07-24
autofs4: don't release directory mutex if called in oz_mode
Ian Kent
1
-6
/
+5
2008-07-24
autofs4: fix symlink name allocation
Ian Kent
1
-1
/
+1
[next]