index
:
profile/common/platform/kernel/linux-artik7
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_unified
master
old/tizen_20171208
old/tizen_20181210
old/tizen_20190125
old/tizen_4.0_20171212
old/tizen_5.0_20190212
sandbox/akazmin/hwasan_build
sandbox/andrzej.p/dwc2-sg-port
sandbox/nmerinov/llvm
sandbox/opensw0312/vpu-update
tizen
tizen_3.0
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
Domain: System / Kernel;
jino cho <jino.cho@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-29
switch ->setxattr() to passing dentry and inode separately
Al Viro
25
-69
/
+83
2019-01-29
switch xattr_handler->set() to passing dentry and inode separately
Al Viro
26
-100
/
+122
2019-01-29
security_d_instantiate(): move to the point prior to attaching dentry to inode
Al Viro
1
-10
/
+6
2019-01-29
->getxattr(): pass dentry and inode as separate arguments
Al Viro
26
-72
/
+75
2019-01-29
xattr_handler: pass dentry and inode as separate arguments of ->get()
Al Viro
27
-102
/
+100
2019-01-29
proc, coredump: add CoreDumping flag to /proc/pid/status
Roman Gushchin
1
-0
/
+6
2019-01-29
Merge tag 'v4.4.172' into artik-nexell-4.4
Jaehoon Chung
111
-935
/
+2568
2019-01-26
ocfs2: fix panic due to unrecovered local alloc
Junxiao Bi
1
-2
/
+7
2019-01-26
pstore/ram: Do not treat empty buffers as valid
Joel Fernandes (Google)
1
-0
/
+5
2019-01-26
jffs2: Fix use of uninitialized delayed_work, lockdep breakage
Daniel Santos
1
-1
/
+2
2019-01-26
xfs: don't fail when converting shortform attr to long form during ATTR_REPLACE
Darrick J. Wong
1
-1
/
+8
2019-01-26
btrfs: wait on ordered extents on abort cleanup
Josef Bacik
1
-0
/
+8
2019-01-26
proc: Remove empty line in /proc/self/status
Gwendal Grignou
1
-1
/
+1
2019-01-26
f2fs: fix validation of the block count in sanity_check_raw_super
Martin Blumenstingl
1
-3
/
+3
2019-01-26
f2fs: fix missing up_read
Jaegeuk Kim
1
-1
/
+3
2019-01-26
f2fs: fix invalid memory access
Chao Yu
1
-5
/
+6
2019-01-26
f2fs: fix to do sanity check with cp_pack_start_sum
Chao Yu
2
-4
/
+16
2019-01-26
f2fs: fix to do sanity check with block address in main area v2
Chao Yu
2
-5
/
+16
2019-01-26
f2fs: fix to do sanity check with block address in main area
Chao Yu
7
-6
/
+75
2019-01-26
f2fs: fix to do sanity check with reserved blkaddr of inline inode
Chao Yu
1
-0
/
+21
2019-01-26
f2fs: fix to do sanity check with node footer and iblocks
Chao Yu
1
-2
/
+23
2019-01-26
f2fs: Add sanity_check_inode() function
Ben Hutchings
1
-0
/
+12
2019-01-26
f2fs: fix to do sanity check with user_block_count
Chao Yu
1
-1
/
+12
2019-01-26
f2fs: fix to do sanity check with secs_per_zone
Chao Yu
1
-2
/
+2
2019-01-26
f2fs: introduce and spread verify_blkaddr
Chao Yu
9
-26
/
+59
2019-01-26
f2fs: clean up with is_valid_blkaddr()
Chao Yu
9
-16
/
+22
2019-01-26
f2fs: enhance sanity_check_raw_super() to avoid potential overflow
Jaegeuk Kim
1
-7
/
+64
2019-01-26
f2fs: sanity check on sit entry
Jaegeuk Kim
1
-0
/
+9
2019-01-26
f2fs: check blkaddr more accuratly before issue a bio
Yunlei He
4
-7
/
+24
2019-01-26
f2fs: return error during fill_super
Jaegeuk Kim
2
-8
/
+30
2019-01-26
f2fs: fix race condition in between free nid allocator/initializer
Chao Yu
1
-19
/
+43
2019-01-26
f2fs: free meta pages if sanity check for ckpt is failed
Jaegeuk Kim
1
-1
/
+4
2019-01-26
f2fs: detect wrong layout
Jaegeuk Kim
2
-0
/
+13
2019-01-26
f2fs: fix to determine start_cp_addr by sbi->cur_cp_pack
Jaegeuk Kim
2
-11
/
+23
2019-01-26
f2fs: put directory inodes before checkpoint in roll-forward recovery
Jaegeuk Kim
1
-1
/
+3
2019-01-26
f2fs: introduce get_checkpoint_version for cleanup
Tiezhu Yang
1
-28
/
+38
2019-01-26
f2fs: use crc and cp version to determine roll-forward recovery
Jaegeuk Kim
6
-94
/
+62
2019-01-26
f2fs: avoid unneeded loop in build_sit_entries
Chao Yu
1
-16
/
+28
2019-01-26
f2fs: not allow to write illegal blkaddr
Yunlei He
1
-2
/
+2
2019-01-26
f2fs: fix to avoid reading out encrypted data in page cache
Chao Yu
1
-42
/
+47
2019-01-26
f2fs: fix inode cache leak
Chao Yu
3
-51
/
+31
2019-01-26
f2fs: factor out fsync inode entry operations
Chao Yu
1
-21
/
+38
2019-01-26
f2fs: remove an obsolete variable
Jaegeuk Kim
1
-3
/
+0
2019-01-26
f2fs: give -EINVAL for norecovery and rw mount
Jaegeuk Kim
3
-7
/
+20
2019-01-26
f2fs: fix to convert inline directory correctly
Chao Yu
3
-43
/
+142
2019-01-26
f2fs: move sanity checking of cp into get_valid_checkpoint
Shawn Lin
3
-9
/
+6
2019-01-26
f2fs: cover more area with nat_tree_lock
Jaegeuk Kim
1
-17
/
+12
2019-01-26
f2fs: clean up argument of recover_data
Chao Yu
1
-4
/
+3
2019-01-16
ext4: fix a potential fiemap/page fault deadlock w/ inline_data
Theodore Ts'o
1
-3
/
+3
2019-01-16
cifs: Fix potential OOB access of lock element array
Ross Lagerwall
2
-6
/
+6
[next]