index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
f2fs
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-30
f2fs: check inline_data flag at converting time
Jaegeuk Kim
3
-40
/
+29
2015-12-30
f2fs: speed up shrinking extent tree entries
Jaegeuk Kim
3
-1
/
+16
2015-12-30
switch ->get_link() to delayed_call, kill ->put_link()
Al Viro
1
-7
/
+9
2015-12-22
f2fs: use atomic variable for total_extent_tree
Jaegeuk Kim
5
-9
/
+12
2015-12-17
f2fs: add a tracepoint for sync_dirty_inodes
Chao Yu
1
-0
/
+8
2015-12-17
f2fs: optimize the flow of f2fs_map_blocks
Fan Li
1
-33
/
+36
2015-12-17
f2fs: support data flush in background
Chao Yu
1
-1
/
+4
2015-12-17
f2fs: stat dirty regular/symlink inodes
Chao Yu
3
-12
/
+14
2015-12-16
f2fs: introduce new option for controlling data flush
Chao Yu
2
-0
/
+8
2015-12-16
f2fs: record dirty status of regular/symlink inode
Chao Yu
6
-49
/
+58
2015-12-16
f2fs: introduce __f2fs_commit_super
Chao Yu
1
-17
/
+13
2015-12-16
f2fs: relocate tracepoint of write_checkpoint
Jaegeuk Kim
1
-1
/
+1
2015-12-16
f2fs: don't grab super block buffer header all the time
Chao Yu
3
-53
/
+38
2015-12-16
f2fs: backup raw_super in sbi
Yunlei He
1
-4
/
+15
2015-12-16
f2fs: fix to reset variable correctlly
Fan Li
1
-7
/
+2
2015-12-16
f2fs: introduce __remove_dirty_inode
Chao Yu
1
-9
/
+15
2015-12-16
f2fs: introduce dirty list node in inode info
Chao Yu
4
-46
/
+20
2015-12-16
f2fs: rename {add,remove,release}_dirty_inode to {add,remove,release}_ino_entry
Chao Yu
5
-12
/
+12
2015-12-15
f2fs: do more integrity verification for superblock
Chao Yu
1
-0
/
+98
2015-12-14
f2fs: fix to update variable correctly when skip a unmapped block
Fan Li
1
-0
/
+1
2015-12-14
f2fs: write only the pages in range during defragment
Fan Li
1
-1
/
+1
2015-12-14
f2fs: clean up node page updating flow
Chao Yu
1
-11
/
+15
2015-12-14
xattr handlers: Simplify list operation
Andreas Gruenbacher
1
-56
/
+26
2015-12-09
f2fs: use lock_buffer when changing superblock
Jaegeuk Kim
1
-0
/
+4
2015-12-09
f2fs: refactor f2fs_commit_super
Jaegeuk Kim
1
-12
/
+20
2015-12-09
f2fs: enhance the bit operation for SSR
Jaegeuk Kim
1
-30
/
+20
2015-12-09
replace ->follow_link() with new method that could stay in RCU mode
Al Viro
1
-6
/
+10
2015-12-09
don't put symlink bodies in pagecache into highmem
Al Viro
2
-3
/
+3
2015-12-07
vfs: Distinguish between full xattr names and proper prefixes
Andreas Gruenbacher
2
-15
/
+7
2015-12-07
f2fs: it's umode_t, not mode_t...
Al Viro
1
-4
/
+2
2015-12-05
f2fs: fix to convert inline inode in ->setattr
Chao Yu
1
-0
/
+8
2015-12-04
f2fs: use sbi->blocks_per_seg to avoid unnecessary calculation
Chao Yu
5
-9
/
+7
2015-12-04
f2fs: kill f2fs_drop_largest_extent
Chao Yu
3
-13
/
+0
2015-12-04
f2fs: clean up argument of recover_data
Chao Yu
1
-4
/
+3
2015-12-04
f2fs: clean up code with __has_cursum_space
Chao Yu
1
-2
/
+2
2015-12-04
f2fs: clean up error path in f2fs_readdir
Chao Yu
1
-8
/
+5
2015-12-04
f2fs: do not recover from previous remained wrong dnodes
Jaegeuk Kim
1
-1
/
+30
2015-12-04
f2fs: avoid deadlock in f2fs_shrink_extent_tree
Jaegeuk Kim
1
-3
/
+4
2015-12-04
f2fs: fix to report error in f2fs_readdir
Chao Yu
1
-2
/
+7
2015-12-04
f2fs: clear page uptodate when dropping cache for atomic write
Chao Yu
1
-0
/
+1
2015-12-04
f2fs: optimize __find_rev_next_bit
Fan Li
1
-28
/
+18
2015-12-04
f2fs: fix to remove directory inode from dirty list
Chao Yu
1
-1
/
+3
2015-12-04
f2fs: fix to enable missing ioctl interfaces in ->compat_ioctl
Chao Yu
2
-2
/
+19
2015-12-04
f2fs: fix memory leak of kobject in error path of fill_super
Chao Yu
1
-0
/
+2
2015-12-04
f2fs: support file defragment
Chao Yu
3
-1
/
+208
2015-12-04
f2fs: commit atomic written page in LFS mode
Chao Yu
1
-0
/
+1
2015-12-04
f2fs: report error of f2fs_create_root_stats
Chao Yu
3
-5
/
+12
2015-11-14
Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-31
/
+29
2015-11-14
f2fs: xattr simplifications
Andreas Gruenbacher
1
-12
/
+3
2015-11-14
xattr handlers: Pass handler to operations instead of flags
Andreas Gruenbacher
1
-20
/
+27
[prev]
[next]