index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
f2fs
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
4
-17
/
+17
2015-04-18
Merge tag 'for-f2fs-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...
Linus Torvalds
19
-260
/
+1229
2015-04-16
f2fs: pass checkpoint reason on roll-forward recovery
Jaegeuk Kim
3
-2
/
+7
2015-04-16
f2fs: avoid abnormal behavior on broken symlink
Jaegeuk Kim
1
-1
/
+19
2015-04-16
f2fs: flush symlink path to avoid broken symlink after POR
Jaegeuk Kim
1
-0
/
+11
2015-04-15
f2fs: change 0 to false for bool type
Taehee Yoo
1
-1
/
+1
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
4
-17
/
+17
2015-04-11
direct_IO: remove rw from a_ops->direct_IO()
Omar Sandoval
1
-2
/
+2
2015-04-11
direct_IO: use iov_iter_rw() instead of rw everywhere
Omar Sandoval
1
-8
/
+8
2015-04-11
Remove rw from {,__,do_}blockdev_direct_IO()
Omar Sandoval
1
-1
/
+1
2015-04-11
make new_sync_{read,write}() static
Al Viro
1
-2
/
+0
2015-04-10
f2fs: do not recover wrong data index
Jaegeuk Kim
1
-1
/
+3
2015-04-10
f2fs: do not increase link count during recovery
Jaegeuk Kim
1
-8
/
+3
2015-04-10
f2fs: assign parent's i_mode for empty dir
Jaegeuk Kim
1
-1
/
+1
2015-04-10
f2fs: add F2FS_INLINE_DOTS to recover missing dot dentries
Jaegeuk Kim
5
-42
/
+111
2015-04-10
f2fs: fix mismatching lock and unlock pages for roll-forward recovery
Jaegeuk Kim
1
-17
/
+31
2015-04-10
f2fs: fix sparse warnings
Jaegeuk Kim
1
-1
/
+3
2015-04-10
f2fs: limit b_size of mapped bh in f2fs_map_bh
Chao Yu
1
-6
/
+4
2015-04-10
f2fs: persist system.advise into on-disk inode
Chao Yu
1
-0
/
+1
2015-04-10
f2fs: avoid NULL pointer dereference in f2fs_xattr_advise_get
Chao Yu
1
-1
/
+2
2015-04-10
f2fs: preallocate fallocated blocks for direct IO
Chao Yu
1
-2
/
+9
2015-04-10
f2fs: enable inline data by default
Wanpeng Li
1
-0
/
+8
2015-04-10
f2fs: preserve extent info for extent cache
Chao Yu
3
-0
/
+62
2015-04-10
f2fs: initialize extent tree with on-disk extent info of inode
Chao Yu
3
-3
/
+45
2015-04-10
f2fs: introduce __{find,grab}_extent_tree
Chao Yu
1
-31
/
+48
2015-04-10
f2fs: split set_data_blkaddr from f2fs_update_extent_cache
Chao Yu
5
-6
/
+8
2015-04-10
f2fs: enable fast symlink by utilizing inline data
Wanpeng Li
1
-1
/
+1
2015-04-10
f2fs: add some tracepoints to debug volatile and atomic writes
Jaegeuk Kim
3
-0
/
+10
2015-04-10
f2fs: avoid punch_hole overhead when releasing volatile data
Jaegeuk Kim
4
-0
/
+24
2015-04-10
f2fs: avoid wrong f2fs_bug_on when truncating inline_data
Jaegeuk Kim
1
-7
/
+0
2015-04-10
f2fs: enhance multi-threads performance
Jaegeuk Kim
3
-9
/
+0
2015-04-10
f2fs: set buffer_new when new blocks are allocated
Jaegeuk Kim
1
-2
/
+3
2015-04-10
f2fs: set SBI_NEED_FSCK when encountering exception in recovery
Chao Yu
1
-4
/
+6
2015-04-10
f2fs: fix to cover sentry_lock for block allocation
Jaegeuk Kim
1
-1
/
+1
2015-04-10
f2fs: fix to check current blkaddr in __allocate_data_blocks
Chao Yu
1
-1
/
+4
2015-04-10
f2fs: fix to truncate inline data past EOF
Chao Yu
3
-10
/
+33
2015-04-10
f2fs: fix reference leaks in f2fs_acl_create
Chao Yu
1
-5
/
+9
2015-04-10
f2fs: fix to calculate max length of contiguous free slots correctly
Chao Yu
1
-7
/
+4
2015-04-10
f2fs: fix unlocked nat set cache operation
Wanpeng Li
1
-0
/
+5
2015-04-10
f2fs: cleanup statement about max orphan inodes calc
Changman Lee
1
-7
/
+0
2015-04-10
f2fs: remove unnecessary condition judgment
Yuan Zhong
1
-1
/
+1
2015-04-10
f2fs: set the correct place of initializing *res_page
Yuan Zhong
1
-2
/
+2
2015-04-10
f2fs: reduce searching region of segmap when set free section
Wanpeng Li
1
-1
/
+2
2015-04-10
f2fs: fix extent cache memory leak
Wanpeng Li
1
-0
/
+1
2015-04-10
f2fs: relocate Kconfig from misc filesystems
Jaegeuk Kim
1
-1
/
+1
2015-04-10
f2fs: report -ENOENT for unreached data indices
Jaegeuk Kim
1
-1
/
+1
2015-04-10
f2fs: clear append/update flags once fsync is done
Jaegeuk Kim
1
-0
/
+2
2015-04-10
f2fs: avoid to trigger writepage during POR
Jaegeuk Kim
1
-0
/
+4
2015-04-10
f2fs: add stat info for moved blocks by background gc
Changman Lee
3
-16
/
+28
2015-04-10
f2fs: fix to issue small discard in real-time mode discard
Chao Yu
1
-1
/
+1
[next]