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
2014-08-08
f2fs: align data types between on-disk and in-memory block addresses
Jaegeuk Kim
1
-1
/
+4
2014-08-08
f2fs: dereferencing an ERR_PTR
Dan Carpenter
1
-1
/
+2
2014-08-08
f2fs: use ihold
Jaegeuk Kim
1
-1
/
+1
2014-08-08
f2fs: should not make_bad_inode on f2fs_link failure
Jaegeuk Kim
1
-1
/
+0
2014-08-08
f2fs: fix to handle do_recover_data errors
Jaegeuk Kim
1
-9
/
+15
2014-08-08
f2fs: reuse the locked dnode page and its inode
Jaegeuk Kim
3
-6
/
+23
2014-08-08
f2fs: fix wrong condition check
Jaegeuk Kim
1
-6
/
+0
2014-08-08
f2fs: add f2fs_readonly()
Jaegeuk Kim
3
-2
/
+7
2014-08-08
f2fs: avoid RECLAIM_FS-ON-W: deadlock
Jaegeuk Kim
2
-4
/
+3
2014-08-08
f2fs: don't do checkpoint if error is occurred
Jaegeuk Kim
1
-1
/
+2
2014-08-08
f2fs: fix to unlock page before exit
Jaegeuk Kim
1
-3
/
+2
2014-08-08
f2fs: remove unnecessary kmap/kunmap operations
Jaegeuk Kim
1
-5
/
+3
2014-08-08
f2fs: reorganize f2fs_vm_page_mkwrite
Namjae Jeon
1
-6
/
+6
2014-08-08
f2fs: use list_for_each_entry rather than list_for_each_entry_safe
majianpeng
1
-2
/
+2
2014-08-08
f2fs: remove unecessary variable and code
Haicheng Li
1
-10
/
+8
2014-08-08
f2fs, lockdep: annotate mutex_lock_all()
Peter Zijlstra
1
-3
/
+11
2014-08-08
f2fs: add debug msgs in the recovery routine
Jaegeuk Kim
2
-20
/
+25
2014-08-08
f2fs: update inode page after creation
Jaegeuk Kim
4
-50
/
+51
2014-08-08
f2fs: change get_new_data_page to pass a locked node page
Jaegeuk Kim
4
-9
/
+11
2014-08-08
f2fs: skip get_node_page if locked node page is passed
Jaegeuk Kim
1
-3
/
+6
2014-08-08
f2fs: remove unnecessary por_doing check
Jaegeuk Kim
1
-2
/
+1
2014-08-08
f2fs: fix BUG_ON during f2fs_evict_inode(dir)
Jaegeuk Kim
3
-5
/
+34
2014-08-08
f2fs: fix por_doing variable coverage
Jaegeuk Kim
1
-2
/
+2
2014-08-08
f2fs: remove redundant assignment
Jaegeuk Kim
1
-3
/
+2
2014-08-08
f2fs: fix the inconsistent state of data pages
Jaegeuk Kim
1
-6
/
+11
2014-08-08
f2fs: fix inconsistency of block count during recovery
Jaegeuk Kim
1
-0
/
+2
2014-08-08
fs/buffer.c: Revoke LRU when trying to drop buffers
Laura Abbott
1
-0
/
+38
2014-08-08
fs: jbd2: force commit to free jbd2's cma/isolated page
Marek Szyprowski
1
-0
/
+14
2014-07-31
coredump: fix the setting of PF_DUMPCORE
Silesh C V
1
-1
/
+1
2014-07-28
fuse: handle large user and group ID
Miklos Szeredi
1
-4
/
+16
2014-07-17
ext4: disable synchronous transaction batching if max_batch_time==0
Eric Sandeen
2
-3
/
+4
2014-07-17
ext4: clarify error count warning messages
Theodore Ts'o
1
-3
/
+4
2014-07-17
ext4: fix unjournalled bg descriptor while initializing inode bitmap
Theodore Ts'o
1
-7
/
+7
2014-07-09
nfsd: fix rare symlink decoding bug
J. Bruce Fields
2
-10
/
+12
2014-07-09
ext4: Fix hole punching for files with indirect blocks
Jan Kara
1
-2
/
+10
2014-07-09
ext4: Fix buffer double free in ext4_alloc_branch()
Jan Kara
1
-1
/
+7
2014-07-09
CIFS: fix mount failure with broken pathnames when smb3 mount with mapchars o...
Steve French
1
-3
/
+4
2014-07-06
reiserfs: call truncate_setsize under tailpack mutex
Jeff Mahoney
1
-1
/
+7
2014-07-06
nfsd: don't halt scanning the DRC LRU list when there's an RC_INPROG entry
Jeff Layton
1
-9
/
+8
2014-07-06
nfsd: don't try to reuse an expired DRC entry off the list
Jeff Layton
1
-32
/
+4
2014-07-06
NFS: Don't declare inode uptodate unless all attributes were checked
Trond Myklebust
1
-9
/
+17
2014-07-06
nfsd: getattr for FATTR4_WORD0_FILES_AVAIL needs the statfs buffer
Christoph Hellwig
1
-2
/
+2
2014-07-06
nfsd4: fix FREE_STATEID lockowner leak
J. Bruce Fields
1
-1
/
+1
2014-07-06
pNFS: Handle allocation errors correctly in filelayout_alloc_layout_hdr()
Trond Myklebust
1
-1
/
+1
2014-07-06
UBIFS: Remove incorrect assertion in shrink_tnc()
hujianyang
1
-1
/
+0
2014-07-06
UBIFS: fix an mmap and fsync race condition
hujianyang
1
-2
/
+1
2014-06-30
btrfs: fix use of uninit "ret" in end_extent_writepage()
Eric Sandeen
1
-1
/
+1
2014-06-30
Btrfs: fix scrub_print_warning to handle skinny metadata extents
Liu Bo
3
-15
/
+24
2014-06-30
Btrfs: use right type to get real comparison
Liu Bo
1
-1
/
+1
2014-06-30
fs: btrfs: volumes.c: Fix for possible null pointer dereference
Rickard Strandqvist
1
-2
/
+3
[next]