index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
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_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
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
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
f2fs
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-12
block: Rename blk_queue_zone_size and bdev_zone_size
Damien Le Moal
2
-5
/
+5
2016-12-17
Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...
Linus Torvalds
1
-2
/
+0
2016-12-14
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
3
-20
/
+7
2016-12-14
Merge tag 'for-f2fs-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...
Linus Torvalds
20
-475
/
+1018
2016-12-13
Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block
Linus Torvalds
8
-23
/
+21
2016-12-12
f2fs: fix a missing size change in f2fs_setattr
Yunlei He
1
-2
/
+5
2016-12-11
fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page()
David Gstir
1
-1
/
+0
2016-12-11
fscrypto: move ioctl processing more fully into common code
Eric Biggers
2
-19
/
+4
2016-12-09
vfs: remove ".readlink = generic_readlink" assignments
Miklos Szeredi
1
-2
/
+0
2016-12-07
f2fs: fix to access nullified flush_cmd_control pointer
Jaegeuk Kim
3
-11
/
+29
2016-12-07
f2fs: free meta pages if sanity check for ckpt is failed
Jaegeuk Kim
1
-1
/
+4
2016-12-07
f2fs: detect wrong layout
Jaegeuk Kim
2
-0
/
+13
2016-12-05
f2fs: call sync_fs when f2fs is idle
Jaegeuk Kim
1
-1
/
+4
2016-12-05
Revert "f2fs: use percpu_counter for # of dirty pages in inode"
Jaegeuk Kim
3
-12
/
+7
2016-11-29
f2fs: return AOP_WRITEPAGE_ACTIVATE for writepage
Chao Yu
1
-0
/
+11
2016-11-29
f2fs: do not activate auto_recovery for fallocated i_size
Jaegeuk Kim
3
-20
/
+31
2016-11-28
f2fs: fix to determine start_cp_addr by sbi->cur_cp_pack
Jaegeuk Kim
2
-11
/
+23
2016-11-25
f2fs: fix 32-bit build
Arnd Bergmann
1
-1
/
+2
2016-11-25
f2fs: set ->owner for debugfs status file's file_operations
Nicolai Stange
1
-0
/
+1
2016-11-25
f2fs: fix incorrect free inode count in ->statfs
Chao Yu
1
-1
/
+2
2016-11-25
f2fs: drop duplicate header timer.h
Geliang Tang
1
-1
/
+0
2016-11-25
f2fs: fix wrong AUTO_RECOVER condition
Jaegeuk Kim
1
-1
/
+2
2016-11-25
f2fs: do not recover i_size if it's valid
Jaegeuk Kim
1
-1
/
+1
2016-11-25
f2fs: fix fdatasync
Chao Yu
2
-2
/
+11
2016-11-25
f2fs: fix to account total free nid correctly
Chao Yu
2
-6
/
+30
2016-11-25
f2fs: fix an infinite loop when flush nodes in cp
Yunlei He
1
-0
/
+1
2016-11-25
f2fs: don't wait writeback for datas during checkpoint
Chao Yu
7
-18
/
+40
2016-11-25
f2fs: fix wrong written_valid_blocks counting
Jaegeuk Kim
1
-2
/
+4
2016-11-25
f2fs: avoid BG_GC in f2fs_balance_fs
Jaegeuk Kim
4
-5
/
+8
2016-11-25
f2fs: fix redundant block allocation
Jaegeuk Kim
1
-6
/
+12
2016-11-25
f2fs: use err for f2fs_preallocate_blocks
Jaegeuk Kim
3
-30
/
+33
2016-11-25
f2fs: support multiple devices
Jaegeuk Kim
4
-73
/
+268
2016-11-25
f2fs: allow dio read for LFS mode
Jaegeuk Kim
1
-1
/
+1
2016-11-25
f2fs: revert segment allocation for direct IO
Jaegeuk Kim
3
-33
/
+10
2016-11-23
f2fs: return directly if block has been removed from the victim
Yunlei He
1
-4
/
+12
2016-11-23
Revert "f2fs: do not recover from previous remained wrong dnodes"
Chao Yu
1
-30
/
+1
2016-11-23
f2fs: remove checkpoint in f2fs_freeze
Jaegeuk Kim
1
-4
/
+9
2016-11-23
f2fs: assign segments correctly for direct_io
Jaegeuk Kim
1
-2
/
+6
2016-11-23
f2fs: fix wrong i_atime recovery
Chao Yu
1
-2
/
+2
2016-11-23
f2fs: record inode updating status correctly
Chao Yu
1
-4
/
+9
2016-11-23
f2fs: Trace reset zone events
Damien Le Moal
1
-0
/
+1
2016-11-23
f2fs: Reset sequential zones on zoned block devices
Damien Le Moal
1
-8
/
+55
2016-11-23
f2fs: Cache zoned block devices zone type
Damien Le Moal
2
-0
/
+90
2016-11-23
f2fs: Do not allow adaptive mode for host-managed zoned block devices
Damien Le Moal
1
-0
/
+7
2016-11-23
f2fs: Always enable discard for zoned blocks devices
Damien Le Moal
2
-7
/
+12
2016-11-23
f2fs: Suppress discard warning message for zoned block devices
Damien Le Moal
1
-1
/
+1
2016-11-23
f2fs: Check zoned block feature for host-managed zoned block devices
Damien Le Moal
1
-0
/
+20
2016-11-23
f2fs: Use generic zoned block device terminology
Damien Le Moal
3
-5
/
+5
2016-11-23
f2fs: Add missing break in switch-case
Damien Le Moal
1
-0
/
+1
2016-11-23
f2fs: avoid infinite loop in the EIO case on recover_orphan_inodes
Jaegeuk Kim
1
-0
/
+7
[next]