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
*
pipe: cap initial pipe capacity according to pipe-max-size limit
Michael Kerrisk (man-pages)
2016-10-11
1
-0
/
+3
*
pipe: make account_pipe_buffers() return a value, and use it
Michael Kerrisk (man-pages)
2016-10-11
1
-18
/
+18
*
pipe: fix limit checking in alloc_pipe_info()
Michael Kerrisk (man-pages)
2016-10-11
1
-7
/
+13
*
pipe: simplify logic in alloc_pipe_info()
Michael Kerrisk (man-pages)
2016-10-11
1
-22
/
+23
*
pipe: fix limit checking in pipe_set_size()
Michael Kerrisk (man-pages)
2016-10-11
1
-10
/
+31
*
pipe: refactor argument for account_pipe_buffers()
Michael Kerrisk (man-pages)
2016-10-11
1
-5
/
+5
*
pipe: move limit checking logic into pipe_set_size()
Michael Kerrisk (man-pages)
2016-10-11
1
-23
/
+18
*
pipe: relocate round_pipe_size() above pipe_set_size()
Michael Kerrisk (man-pages)
2016-10-11
1
-12
/
+12
*
autofs: refactor ioctl fn vector in iookup_dev_ioctl()
Tomohiro Kusumi
2016-10-11
1
-33
/
+16
*
autofs: remove possibly misleading /* #define DEBUG */
Tomohiro Kusumi
2016-10-11
1
-2
/
+0
*
autofs: fix print format for ioctl warning message
Tomohiro Kusumi
2016-10-11
1
-1
/
+1
*
autofs: add autofs_dev_ioctl_version() for AUTOFS_DEV_IOCTL_VERSION_CMD
Ian Kent
2016-10-11
1
-8
/
+17
*
autofs: fix dev ioctl number range check
Ian Kent
2016-10-11
2
-2
/
+3
*
autofs: fix pr_debug() message
Tomohiro Kusumi
2016-10-11
1
-1
/
+1
*
autofs: don't fail to free_dev_ioctl(param)
Tomohiro Kusumi
2016-10-11
1
-1
/
+2
*
autofs: remove obsolete sb fields
Tomohiro Kusumi
2016-10-11
1
-2
/
+0
*
autofs: use autofs4_free_ino() to kfree dentry data
Tomohiro Kusumi
2016-10-11
1
-1
/
+1
*
autofs: remove ino free in autofs4_dir_symlink()
Ian Kent
2016-10-11
1
-2
/
+0
*
autofs: add WARN_ON(1) for non dir/link inode case
Tomohiro Kusumi
2016-10-11
1
-1
/
+2
*
autofs: fix autofs4_fill_super() error exit handling
Ian Kent
2016-10-11
1
-3
/
+3
*
autofs: test autofs versions first on sb initialization
Tomohiro Kusumi
2016-10-11
1
-17
/
+17
*
autofs: drop unnecessary extern in autofs_i.h
Tomohiro Kusumi
2016-10-11
1
-1
/
+1
*
fs/select: add vmalloc fallback for select(2)
Vlastimil Babka
2016-10-11
1
-3
/
+11
*
block: implement (some of) fallocate for block devices
Darrick J. Wong
2016-10-11
2
-1
/
+79
*
ocfs2: fix memory leak in dlm_migrate_request_handler()
Guozhonghua
2016-10-11
1
-0
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2016-10-11
1
-1
/
+1
|
\
|
*
Merge tag 'rxrpc-rewrite-20161004' of git://git.kernel.org/pub/scm/linux/kern...
David S. Miller
2016-10-06
1
-1
/
+1
|
|
\
|
|
*
afs: Check for fatal error when in waiting for ack state
David Howells
2016-10-06
1
-1
/
+1
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-10-10
158
-381
/
+520
|
\
\
\
|
*
\
\
Merge remote-tracking branch 'ovl/rename2' into for-linus
Al Viro
2016-10-10
70
-244
/
+483
|
|
\
\
\
|
|
*
|
|
fs: rename "rename2" i_op to "rename"
Miklos Szeredi
2016-09-27
48
-53
/
+53
|
|
*
|
|
vfs: remove unused i_op->rename
Miklos Szeredi
2016-09-27
2
-14
/
+4
|
|
*
|
|
fs: make remaining filesystems use .rename2
Miklos Szeredi
2016-09-27
16
-29
/
+72
|
|
*
|
|
libfs: support RENAME_NOREPLACE in simple_rename()
Miklos Szeredi
2016-09-27
4
-4
/
+8
|
|
*
|
|
fs: support RENAME_NOREPLACE for local filesystems
Miklos Szeredi
2016-09-27
22
-42
/
+123
|
|
*
|
|
ncpfs: fix unused variable warning
Miklos Szeredi
2016-09-27
1
-2
/
+1
|
*
|
|
|
fs: Replace current_fs_time() with current_time()
Deepa Dinamani
2016-09-27
32
-68
/
+68
|
*
|
|
|
fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps
Deepa Dinamani
2016-09-27
47
-105
/
+105
|
*
|
|
|
fs: Replace CURRENT_TIME with current_time() for inode timestamps
Deepa Dinamani
2016-09-27
61
-138
/
+138
|
*
|
|
|
fs: proc: Delete inode time initializations in proc_alloc_inode()
Deepa Dinamani
2016-09-27
1
-1
/
+0
|
*
|
|
|
vfs: Add current_time() api
Deepa Dinamani
2016-09-27
1
-0
/
+23
*
|
|
|
|
Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2016-10-10
65
-545
/
+338
|
\
\
\
\
\
|
*
|
|
|
|
vfs: Remove {get,set,remove}xattr inode operations
Andreas Gruenbacher
2016-10-07
48
-282
/
+0
|
*
|
|
|
|
Merge remote-tracking branch 'fuse/xattr' into work.xattr
Al Viro
2016-10-07
5
-157
/
+221
|
|
\
\
\
\
\
|
*
|
|
|
|
|
xattr: Stop calling {get,set,remove}xattr inode operations
Andreas Gruenbacher
2016-10-07
2
-18
/
+37
|
*
|
|
|
|
|
vfs: Check for the IOP_XATTR flag in listxattr
Andreas Gruenbacher
2016-10-07
1
-6
/
+7
|
*
|
|
|
|
|
xattr: Add __vfs_{get,set,remove}xattr helpers
Andreas Gruenbacher
2016-10-07
7
-36
/
+55
|
*
|
|
|
|
|
libfs: Use IOP_XATTR flag for empty directory handling
Andreas Gruenbacher
2016-10-07
1
-21
/
+1
|
*
|
|
|
|
|
vfs: Use IOP_XATTR flag for bad-inode handling
Andreas Gruenbacher
2016-10-07
2
-21
/
+8
|
*
|
|
|
|
|
vfs: Add IOP_XATTR inode operations flag
Andreas Gruenbacher
2016-10-07
2
-4
/
+10
[next]