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 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2015-02-17
10
-196
/
+257
|
\
|
*
switch the IO-triggering parts of umount to fs_pin
Al Viro
2015-01-25
3
-29
/
+20
|
*
new fs_pin killing logics
Al Viro
2015-01-25
1
-6
/
+48
|
*
allow attaching fs_pin to a group not associated with some superblock
Al Viro
2015-01-25
3
-10
/
+16
|
*
dcache: let the dentry count go down to zero without taking d_lock
Linus Torvalds
2015-01-25
1
-4
/
+114
|
*
pull bumping refcount into ->kill()
Al Viro
2015-01-25
1
-12
/
+0
|
*
kill pin_put()
Al Viro
2015-01-25
1
-11
/
+0
|
*
gut proc_register() a bit
Al Viro
2015-01-25
1
-17
/
+8
|
*
kill d_validate()
Al Viro
2015-01-25
1
-31
/
+0
|
*
ncpfs: get rid of d_validate() nonsense
Al Viro
2015-01-25
3
-77
/
+52
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2015-02-17
15
-202
/
+173
|
\
\
|
*
|
fs/affs/super.c: fix switch indentation
Fabian Frederick
2015-02-17
1
-33
/
+33
|
*
|
fs/affs/inode.c: remove double extern affs_symlink_inode_operations
Fabian Frederick
2015-02-17
1
-2
/
+0
|
*
|
fs/affs/bitmap.c: remove unnecessary return
Fabian Frederick
2015-02-17
1
-1
/
+0
|
*
|
fs/affs/amigaffs.c: remove else after return
Fabian Frederick
2015-02-17
1
-2
/
+1
|
*
|
fs/affs: define AFFSNAMEMAX to replace constant use
Fabian Frederick
2015-02-17
5
-13
/
+16
|
*
|
fs/affs: use unsigned int for string lengths
Fabian Frederick
2015-02-17
2
-8
/
+9
|
*
|
fs/affs/super.c: destroy sbi mutex in affs_kill_sb()
Fabian Frederick
2015-02-17
1
-0
/
+1
|
*
|
fs/affs/file.c: fix direct IO writes beyond EOF
Fabian Frederick
2015-02-17
1
-0
/
+7
|
*
|
fs/affs/file.c: replace if/BUG by BUG_ON
Fabian Frederick
2015-02-17
1
-4
/
+2
|
*
|
fs/affs: fix casting in printed messages
Geert Uytterhoeven
2015-02-17
5
-40
/
+33
|
*
|
eventfd: don't take the spinlock in eventfd_poll
Chris Mason
2015-02-17
1
-6
/
+6
|
*
|
vmcore: fix PT_NOTE n_namesz, n_descsz overflow issue
WANG Chao
2015-02-17
1
-4
/
+4
|
*
|
fs: fat: use MSDOS_SB macro to get msdos_sb_info
Fred Chou
2015-02-17
1
-1
/
+1
|
*
|
fs/reiserfs/inode.c: replace 0 by NULL for pointers
Fabian Frederick
2015-02-17
1
-1
/
+1
|
*
|
fs/ufs/super.c: fix potential race condition
Fabian Frederick
2015-02-17
1
-4
/
+0
|
*
|
fs/ufs/super.c: remove unnecessary casting
Fabian Frederick
2015-02-17
1
-1
/
+3
|
*
|
fs/coda/dir.c: forward declaration clean-up
Fabian Frederick
2015-02-17
1
-82
/
+56
|
*
|
fs/befs/linuxvfs.c: remove unnecessary casting
Fabian Frederick
2015-02-17
1
-3
/
+3
*
|
|
Merge branch 'parisc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2015-02-17
3
-307
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
fs/binfmt_som: Drop kernel support for HP-UX SOM binaries
Helge Deller
2015-02-17
3
-307
/
+0
*
|
|
ocfs2: set append dio as a ro compat feature
Joseph Qi
2015-02-16
3
-2
/
+31
*
|
|
ocfs2: wait for orphan recovery first once append O_DIRECT write crash
Joseph Qi
2015-02-16
4
-0
/
+43
*
|
|
ocfs2: complete the rest request through buffer io
Joseph Qi
2015-02-16
1
-1
/
+42
*
|
|
ocfs2: do not fallback to buffer I/O write if appending
Joseph Qi
2015-02-16
1
-1
/
+4
*
|
|
ocfs2: allocate blocks in ocfs2_direct_IO_get_blocks
Joseph Qi
2015-02-16
1
-3
/
+42
*
|
|
ocfs2: implement ocfs2_direct_IO_write
Joseph Qi
2015-02-16
2
-3
/
+204
*
|
|
ocfs2: add orphan recovery types in ocfs2_recover_orphans
Joseph Qi
2015-02-16
2
-20
/
+93
*
|
|
ocfs2: add functions to add and remove inode in orphan dir
Joseph Qi
2015-02-16
5
-30
/
+238
*
|
|
ocfs2: prepare some interfaces used in append direct io
Joseph Qi
2015-02-16
2
-2
/
+18
*
|
|
dax: does not work correctly with virtual aliasing caches
Matthew Wilcox
2015-02-16
1
-0
/
+1
*
|
|
ext4: add DAX functionality
Ross Zwisler
2015-02-16
6
-37
/
+174
*
|
|
dax: add dax_zero_page_range
Matthew Wilcox
2015-02-16
1
-6
/
+32
*
|
|
ext2: get rid of most mentions of XIP in ext2
Matthew Wilcox
2015-02-16
5
-23
/
+31
*
|
|
ext2: remove ext2_aops_xip
Matthew Wilcox
2015-02-16
3
-9
/
+3
*
|
|
vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAX
Matthew Wilcox
2015-02-16
6
-24
/
+20
*
|
|
ext2: remove xip.c and xip.h
Matthew Wilcox
2015-02-16
6
-35
/
+0
*
|
|
ext2: remove ext2_use_xip
Matthew Wilcox
2015-02-16
3
-3
/
+7
*
|
|
ext2: remove ext2_xip_verify_sb()
Matthew Wilcox
2015-02-16
3
-35
/
+12
*
|
|
vfs: remove get_xip_mem
Matthew Wilcox
2015-02-16
5
-54
/
+1
[next]