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-11-18
upstream: treewide: Fix typo in printk
Masanari Iida
1
-1
/
+1
2014-11-18
upstream: consolidate the reassignments of ->f_op in ->open() instances
Al Viro
1
-2
/
+4
2014-11-18
upstream: drivers: avoid parsing names as kthread_run() format strings
Kees Cook
3
-5
/
+4
2014-11-18
upstream: Finally eradicate CONFIG_HOTPLUG
Stephen Rothwell
1
-3
/
+2
2014-11-18
xattr: Constify ->name member of "struct xattr".
Tetsuo Handa
1
-1
/
+1
2014-11-18
debugfs: add get/set for atomic types
Seth Jennings
1
-0
/
+42
2014-11-18
f2fs: fix handling orphan inodes
Jaegeuk Kim
4
-9
/
+28
2014-11-18
f2fs: move bio_private allocation out of f2fs_bio_alloc()
Gu Zheng
2
-9
/
+11
2014-11-18
f2fs: use list_for_each rather than list_for_each_safe, in remove_orphan_inode()
Gu Zheng
1
-3
/
+2
2014-11-18
f2fs: use seq_puts()/seq_putc() rather than seq_printf() where possible
Gu Zheng
1
-9
/
+9
2014-11-18
f2fs: fix i_name during f2fs_sync_file
Jaegeuk Kim
1
-4
/
+6
2014-11-18
f2fs: update file name in the inode block during f2fs_rename
Jaegeuk Kim
3
-0
/
+21
2014-11-18
f2fs: introduce help function F2FS_NODE()
Gu Zheng
8
-40
/
+35
2014-11-18
f2fs: add a help func F2FS_STAT() to get the f2fs_stat_info
Gu Zheng
2
-11
/
+16
2014-11-18
f2fs: add proc entry to monitor current usage of segments
Jaegeuk Kim
2
-0
/
+47
2014-11-18
f2fs: recover date requested by fdatasync
Jaegeuk Kim
1
-3
/
+4
2014-11-18
f2fs: fix to recover i_size from roll-forward
Jaegeuk Kim
1
-1
/
+22
2014-11-18
f2fs: remove the unused argument "sbi" of func destroy_fsync_dnodes()
Gu Zheng
1
-3
/
+2
2014-11-18
f2fs: remove reusing any prefree segments
Jaegeuk Kim
1
-55
/
+1
2014-11-18
f2fs: code cleanup and simplify in func {find/add}_gc_inode
Gu Zheng
1
-12
/
+5
2014-11-18
f2fs: optimize the init_dirty_segmap function
Namjae Jeon
1
-4
/
+4
2014-11-18
f2fs: fix an endian conversion bug detected by sparse
Jaegeuk Kim
1
-2
/
+2
2014-11-18
f2fs: fix crc endian conversion
Jaegeuk Kim
2
-10
/
+21
2014-11-18
f2fs: add remount_fs callback support
Namjae Jeon
1
-82
/
+153
2014-11-18
f2fs: recover wrong pino after checkpoint during fsync
Jaegeuk Kim
6
-9
/
+45
2014-11-18
f2fs: optimize do_write_data_page()
Haicheng Li
1
-2
/
+3
2014-11-18
f2fs: make locate_dirty_segment() as static
Haicheng Li
2
-2
/
+1
2014-11-18
f2fs: remove unnecessary parameter "offset" from __add_sum_entry()
Haicheng Li
1
-5
/
+5
2014-11-18
f2fs: avoid freqeunt write_inode calls
Jaegeuk Kim
4
-0
/
+18
2014-11-18
f2fs: optimise the truncate_data_blocks_range() range
Namjae Jeon
1
-1
/
+1
2014-11-18
f2fs: use the F2FS specific flags in f2fs_ioctl()
Namjae Jeon
1
-2
/
+2
2014-11-18
f2fs: sync dir->i_size with its block allocation
Jaegeuk Kim
3
-5
/
+7
2014-11-18
f2fs: fix i_blocks translation on various types of files
Jaegeuk Kim
3
-1
/
+5
2014-11-18
f2fs: set sb->s_fs_info before calling parse_options()
Gu Zheng
1
-4
/
+4
2014-11-18
f2fs: support xattr security labels
Jaegeuk Kim
7
-21
/
+100
2014-11-18
f2fs: fix iget/iput of dir during recovery
Jaegeuk Kim
3
-16
/
+41
2014-11-18
f2fs: reorganise the function get_victim_by_default
Namjae Jeon
1
-4
/
+4
2014-11-18
f2fs: handle errors from get_node_page calls
Jason Hrycay
1
-0
/
+4
2014-11-18
f2fs: cover cp_file information with ilock
Jaegeuk Kim
2
-7
/
+7
2014-11-18
f2fs: fix incorrect iputs during the dentry recovery
Jaegeuk Kim
1
-1
/
+3
2014-11-18
f2fs: fix dentry recovery routine
Jaegeuk Kim
1
-5
/
+19
2014-11-18
f2fs: iput only if whole data blocks are flushed
Jaegeuk Kim
1
-3
/
+4
2014-11-18
f2fs: return proper error from start_gc_thread
Namjae Jeon
1
-5
/
+10
2014-11-18
f2fs: optimize several routines in node.h
Namjae Jeon
1
-48
/
+19
2014-11-18
f2fs: remove unneeded initializations in f2fs_parent_dir
Namjae Jeon
1
-3
/
+3
2014-11-18
f2fs: push some variables to debug part
Namjae Jeon
5
-2
/
+21
2014-11-18
f2fs: align data types between on-disk and in-memory block addresses
Jaegeuk Kim
1
-1
/
+4
2014-11-18
f2fs: dereferencing an ERR_PTR
Dan Carpenter
1
-1
/
+2
2014-11-18
f2fs: use ihold
Jaegeuk Kim
1
-1
/
+1
2014-11-18
f2fs: should not make_bad_inode on f2fs_link failure
Jaegeuk Kim
1
-1
/
+0
[next]