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
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2015-04-17
51
-362
/
+561
|
\
|
*
proc: show locks in /proc/pid/fdinfo/X
Andrey Vagin
2015-04-17
2
-10
/
+55
|
*
bfs: correct return values
Sanidhya Kashyap
2015-04-17
1
-2
/
+2
|
*
affs: kstrdup() memory handling
Sanidhya Kashyap
2015-04-17
1
-1
/
+5
|
*
fs/affs: use affs_test_opt()
Fabian Frederick
2015-04-17
5
-21
/
+22
|
*
fs/affs/super.c: use affs_set_opt()
Fabian Frederick
2015-04-17
1
-15
/
+16
|
*
fs/affs/affs.h: add mount option manipulation macros
Fabian Frederick
2015-04-17
1
-0
/
+4
|
*
fs/affs: use AFFS_MOUNT prefix for mount options
Fabian Frederick
2015-04-17
6
-48
/
+54
|
*
adfs: return correct return values
Sanidhya Kashyap
2015-04-17
2
-5
/
+16
|
*
fs/exec.c:de_thread: move notify_count write under lock
Kirill Tkhai
2015-04-17
1
-1
/
+5
|
*
prctl: avoid using mmap_sem for exe_file serialization
Davidlohr Bueso
2015-04-17
1
-0
/
+6
|
*
mm: rcu-protected get_mm_exe_file()
Konstantin Khlebnikov
2015-04-17
1
-2
/
+1
|
*
fs/fat: comment fix, fat_bits can be also 32
Alexander Kuleshov
2015-04-17
1
-1
/
+1
|
*
fs/fat: remove unnecessary includes
Alexander Kuleshov
2015-04-17
9
-33
/
+1
|
*
fs/fat: remove unnecessary defintion
Alexander Kuleshov
2015-04-17
1
-2
/
+1
|
*
hfsplus: don't store special "osx" xattr prefix on-disk
Thomas Hebb
2015-04-17
1
-5
/
+14
|
*
hfsplus: fix expand when not enough available space
Sergei Antonov
2015-04-17
1
-0
/
+6
|
*
hfsplus: incorrect return value
Chengyu Song
2015-04-17
1
-2
/
+2
|
*
fs/hfsplus: replace if/BUG by BUG_ON
Fabian Frederick
2015-04-17
1
-3
/
+1
|
*
fs/hfsplus: use bool instead of int for is_known_namespace() return value
Fabian Frederick
2015-04-17
1
-1
/
+1
|
*
fs/hfsplus: atomically set inode->i_flags
Fabian Frederick
2015-04-17
1
-7
/
+5
|
*
fs/hfsplus: move xattr_name allocation in hfsplus_setxattr()
Fabian Frederick
2015-04-17
5
-65
/
+35
|
*
fs/hfsplus: move xattr_name allocation in hfsplus_getxattr()
Fabian Frederick
2015-04-17
5
-67
/
+38
|
*
hfsplus: add missing curly braces in hfsplus_delete_cat()
Dan Carpenter
2015-04-17
1
-1
/
+2
|
*
hfs: incorrect return values
Chengyu Song
2015-04-17
1
-2
/
+2
|
*
nilfs2: use inode_set_flags() in nilfs_set_inode_flags()
Ryusuke Konishi
2015-04-17
1
-7
/
+8
|
*
nilfs2: put out gfp mask manipulation from nilfs_set_inode_flags()
Ryusuke Konishi
2015-04-17
1
-2
/
+2
|
*
nilfs2: fix gcc warning at nilfs_checkpoint_is_mounted()
Ryusuke Konishi
2015-04-17
1
-1
/
+1
|
*
nilfs2: improve execution time of NILFS_IOCTL_GET_CPINFO ioctl
Ryusuke Konishi
2015-04-17
1
-6
/
+52
|
*
nilfs2: add helper to find existent block on metadata file
Ryusuke Konishi
2015-04-17
2
-0
/
+57
|
*
nilfs2: add bmap function to seek a valid key
Ryusuke Konishi
2015-04-17
4
-1
/
+115
|
*
nilfs2: unify type of key arguments in bmap interface
Ryusuke Konishi
2015-04-17
4
-20
/
+16
|
*
nilfs2: use bgl_lock_ptr()
Ryusuke Konishi
2015-04-17
1
-2
/
+5
|
*
nilfs2: use set_mask_bits() for operations on buffer state bitmap
Ryusuke Konishi
2015-04-17
2
-20
/
+18
|
*
nilfs2: do not use async write flag for segment summary buffers
Ryusuke Konishi
2015-04-17
1
-3
/
+0
|
*
befs: replace typedef befs_inode_info by structure
Fabian Frederick
2015-04-17
2
-7
/
+7
|
*
befs: replace typedef befs_sb_info by structure
Fabian Frederick
2015-04-17
5
-13
/
+11
|
*
befs: replace typedef befs_mount_options by structure
Fabian Frederick
2015-04-17
2
-5
/
+5
|
*
fs/binfmt_misc.c: simplify entry_status()
Rasmus Villemoes
2015-04-17
1
-21
/
+9
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2015-04-16
45
-562
/
+439
|
\
\
|
*
|
configfs: Fix inconsistent use of file_inode() vs file->f_path.dentry->d_inode
David Howells
2015-04-15
1
-1
/
+1
|
*
|
VFS: Make pathwalk use d_is_reg() rather than S_ISREG()
David Howells
2015-04-15
1
-1
/
+1
|
*
|
VFS: Fix up debugfs to use d_is_dir() in place of S_ISDIR()
David Howells
2015-04-15
1
-1
/
+1
|
*
|
VFS: Combine inode checks with d_is_negative() and d_is_positive() in pathwalk
David Howells
2015-04-15
1
-3
/
+3
|
*
|
NFS: Don't use d_inode as a variable name
David Howells
2015-04-15
1
-4
/
+4
|
*
|
VFS: Impose ordering on accesses of d_inode and d_flags
David Howells
2015-04-15
1
-8
/
+39
|
*
|
nfs: generic_write_checks() shouldn't be done on swapout...
Al Viro
2015-04-15
2
-13
/
+10
|
*
|
ocfs2: use __generic_file_write_iter()
Al Viro
2015-04-11
1
-57
/
+7
|
*
|
mirror O_APPEND and O_DIRECT into iocb->ki_flags
Al Viro
2015-04-11
9
-20
/
+20
|
*
|
switch generic_write_checks() to iocb and iter
Al Viro
2015-04-11
12
-140
/
+79
[next]