index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
ocfs2: acknowledge return value of ocfs2_error()
Goldwyn Rodrigues
2015-09-04
7
-83
/
+51
*
ocfs2: add errors=continue
Goldwyn Rodrigues
2015-09-04
3
-20
/
+47
*
ocfs2: flush inode data to disk and free inode when i_count becomes zero
Xue jiufei
2015-09-04
1
-6
/
+8
*
ocfs2: trusted xattr missing CAP_SYS_ADMIN check
Sanidhya Kashyap
2015-09-04
1
-0
/
+3
*
ocfs2: set filesytem read-only when ocfs2_delete_entry failed.
jiangyiwen
2015-09-04
1
-1
/
+14
*
ocfs2/dlm: use list_for_each_entry instead of list_for_each
Joseph Qi
2015-09-04
1
-4
/
+2
*
ocfs2: remove unneeded code in dlm_register_domain_handlers
Joseph Qi
2015-09-04
1
-2
/
+0
*
ocfs2: fix BUG when o2hb_register_callback fails
Joseph Qi
2015-09-04
1
-2
/
+3
*
ocfs2: remove unneeded code in ocfs2_dlm_init
Joseph Qi
2015-09-04
1
-2
/
+0
*
ocfs2: adjust code to match locking/unlocking order
Joseph Qi
2015-09-04
1
-17
/
+17
*
ocfs2: clean up unused local variables in ocfs2_file_write_iter
Joseph Qi
2015-09-04
1
-9
/
+0
*
ocfs2: do not log twice error messages
Christophe JAILLET
2015-09-04
1
-15
/
+5
*
ocfs2: do not BUG if buffer not uptodate in __ocfs2_journal_access
Joseph Qi
2015-09-04
1
-1
/
+17
*
ocfs2: fix several issues of append dio
Joseph Qi
2015-09-04
2
-2
/
+10
*
ocfs2: fix race between dio and recover orphan
Joseph Qi
2015-09-04
6
-41
/
+24
*
ntfs: delete unnecessary checks before calling iput()
SF Markus Elfring
2015-09-04
1
-14
/
+7
*
fsnotify: get rid of fsnotify_destroy_mark_locked()
Jan Kara
2015-09-04
3
-39
/
+56
*
fsnotify: remove mark->free_list
Jan Kara
2015-09-04
5
-61
/
+40
*
fsnotify: fix check in inotify fdinfo printing
Jan Kara
2015-09-04
1
-1
/
+2
*
fs/notify: optimize inotify/fsnotify code for unwatched files
Dave Hansen
2015-09-04
1
-0
/
+10
*
capabilities: ambient capabilities
Andy Lutomirski
2015-09-04
1
-1
/
+4
*
ocfs2: direct write will call ocfs2_rw_unlock() twice when doing aio+dio
Ryan Ding
2015-09-04
1
-14
/
+14
*
Merge tag 'for-f2fs-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...
Linus Torvalds
2015-09-03
22
-1016
/
+1879
|
\
|
*
f2fs: upset segment_info repair
Yunlei He
2015-09-01
1
-1
/
+1
|
*
f2fs: avoid accessing NULL pointer in f2fs_drop_largest_extent
Chao Yu
2015-08-28
1
-2
/
+10
|
*
f2fs: update extent tree in batches
Chao Yu
2015-08-26
3
-61
/
+170
|
*
f2fs: fix to release inode correctly
Chao Yu
2015-08-24
3
-13
/
+56
|
*
f2fs: handle f2fs_truncate error correctly
Chao Yu
2015-08-24
2
-10
/
+18
|
*
f2fs: avoid unneeded initializing when converting inline dentry
Chao Yu
2015-08-24
1
-1
/
+9
|
*
f2fs: atomically set inode->i_flags
Zhang Zhen
2015-08-24
1
-3
/
+2
|
*
f2fs: fix wrong pointer access during try_to_free_nids
Jaegeuk Kim
2015-08-24
1
-3
/
+1
|
*
f2fs: use __GFP_NOFAIL to avoid infinite loop
Jaegeuk Kim
2015-08-24
4
-27
/
+16
|
*
f2fs: lookup neighbor extent nodes for merging later
Chao Yu
2015-08-21
1
-6
/
+28
|
*
f2fs: split __insert_extent_tree_ret for readability
Chao Yu
2015-08-21
1
-20
/
+29
|
*
f2fs: kill dead code in __insert_extent_tree
Chao Yu
2015-08-21
1
-76
/
+6
|
*
f2fs: adjust showing of extent cache stat
Chao Yu
2015-08-21
3
-15
/
+22
|
*
f2fs: add largest/cached stat in extent cache
Chao Yu
2015-08-21
3
-8
/
+23
|
*
f2fs: fix incorrect mapping for bmap
Chao Yu
2015-08-21
2
-12
/
+42
|
*
f2fs: fix to update cached_en of extent tree properly
Fan Li
2015-08-21
1
-4
/
+4
|
*
f2fs: fix typo
Junesung Lee
2015-08-21
1
-1
/
+1
|
*
f2fs: check the node block address of newly allocated nid
Jaegeuk Kim
2015-08-20
1
-0
/
+9
|
*
f2fs: go out for insert_inode_locked failure
Jaegeuk Kim
2015-08-20
1
-4
/
+1
|
*
f2fs: retry gc if one section is not successfully reclaimed
Jaegeuk Kim
2015-08-20
1
-26
/
+20
|
*
f2fs: fix to cover lock_op for update_inode_page
Jaegeuk Kim
2015-08-20
1
-2
/
+2
|
*
f2fs: reuse nids more aggressively
Jaegeuk Kim
2015-08-20
1
-0
/
+4
|
*
f2fs: avoid garbage collecting already moved node blocks
Jaegeuk Kim
2015-08-20
1
-0
/
+10
|
*
f2fs: handle failed bio allocation
Jaegeuk Kim
2015-08-20
3
-5
/
+28
|
*
f2fs: increase the number of max hard links
Jaegeuk Kim
2015-08-20
1
-1
/
+1
|
*
f2fs: skip checkpoint if there is no dirty and prefree segments
Jaegeuk Kim
2015-08-20
1
-3
/
+5
|
*
f2fs: shrink free_nids entries
Chao Yu
2015-08-20
4
-0
/
+46
[next]