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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-01-17
43
-500
/
+810
|
\
|
*
audit: no leading space in audit_log_d_path prefix
Kees Cook
2012-01-17
3
-6
/
+6
|
*
audit: treat s_id as an untrusted string
Kees Cook
2012-01-17
2
-13
/
+18
|
*
audit: fix signedness bug in audit_log_execve_info()
Xi Wang
2012-01-17
1
-2
/
+2
|
*
audit: comparison on interprocess fields
Peter Moody
2012-01-17
2
-1
/
+62
|
*
audit: implement all object interfield comparisons
Peter Moody
2012-01-17
2
-1
/
+38
|
*
audit: allow interfield comparison between gid and ogid
Eric Paris
2012-01-17
2
-1
/
+8
|
*
audit: complex interfield comparison helper
Eric Paris
2012-01-17
1
-11
/
+39
|
*
audit: allow interfield comparison in audit rules
Eric Paris
2012-01-17
3
-2
/
+37
|
*
Kernel: Audit Support For The ARM Platform
Nathaniel Husted
2012-01-17
6
-9
/
+25
|
*
audit: do not call audit_getname on error
Eric Paris
2012-01-17
2
-18
/
+13
|
*
audit: only allow tasks to set their loginuid if it is -1
Eric Paris
2012-01-17
3
-4
/
+24
|
*
audit: remove task argument to audit_set_loginuid
Eric Paris
2012-01-17
3
-5
/
+5
|
*
audit: allow audit matching on inode gid
Eric Paris
2012-01-17
3
-0
/
+14
|
*
audit: allow matching on obj_uid
Eric Paris
2012-01-17
3
-0
/
+14
|
*
audit: remove audit_finish_fork as it can't be called
Eric Paris
2012-01-17
3
-24
/
+0
|
*
audit: reject entry,always rules
Eric Paris
2012-01-17
1
-2
/
+4
|
*
audit: inline audit_free to simplify the look of generic code
Eric Paris
2012-01-17
3
-4
/
+8
|
*
audit: drop audit_set_macxattr as it doesn't do anything
Eric Paris
2012-01-17
1
-2
/
+0
|
*
audit: inline checks for not needing to collect aux records
Eric Paris
2012-01-17
2
-15
/
+23
|
*
audit: drop some potentially inadvisable likely notations
Eric Paris
2012-01-17
1
-6
/
+6
|
*
audit: remove AUDIT_SETUP_CONTEXT as it isn't used
Eric Paris
2012-01-17
1
-5
/
+1
|
*
audit: inline audit_syscall_entry to reduce burden on archs
Eric Paris
2012-01-17
16
-86
/
+72
|
*
audit: ia32entry.S sign extend error codes when calling 64 bit code
Eric Paris
2012-01-17
1
-1
/
+3
|
*
Audit: push audit success and retcode into arch ptrace.h
Eric Paris
2012-01-17
26
-74
/
+132
|
*
seccomp: audit abnormal end to a process due to seccomp
Eric Paris
2012-01-17
3
-21
/
+39
|
*
audit: check current inode and containing object when filtering on major and ...
Eric Paris
2012-01-17
1
-10
/
+14
|
*
audit: drop the meaningless and format breaking word 'user'
Eric Paris
2012-01-17
1
-1
/
+1
|
*
audit: dynamically allocate audit_names when not enough space is in the names...
Eric Paris
2012-01-17
1
-188
/
+215
|
*
audit: make filetype matching consistent with other filters
Eric Paris
2012-01-17
2
-12
/
+11
*
|
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
2012-01-17
18
-542
/
+374
|
\
\
|
*
|
xfs: cleanup xfs_file_aio_write
Christoph Hellwig
2012-01-17
1
-45
/
+37
|
*
|
xfs: always return with the iolock held from xfs_file_aio_write_checks
Christoph Hellwig
2012-01-17
1
-3
/
+4
|
*
|
xfs: remove the i_new_size field in struct xfs_inode
Christoph Hellwig
2012-01-17
5
-92
/
+30
|
*
|
xfs: remove the i_size field in struct xfs_inode
Christoph Hellwig
2012-01-17
12
-82
/
+56
|
*
|
xfs: replace i_pin_wait with a bit waitqueue
Christoph Hellwig
2012-01-17
4
-9
/
+24
|
*
|
xfs: replace i_flock with a sleeping bitlock
Christoph Hellwig
2012-01-17
6
-46
/
+76
|
*
|
xfs: make i_flags an unsigned long
Christoph Hellwig
2012-01-17
1
-1
/
+1
|
*
|
xfs: remove the if_ext_max field in struct xfs_ifork
Christoph Hellwig
2012-01-17
8
-115
/
+81
|
*
|
xfs: remove the unused dm_attrs structure
Christoph Hellwig
2012-01-13
1
-7
/
+0
|
*
|
xfs: cleanup xfs_iomap_eof_align_last_fsb
Christoph Hellwig
2012-01-13
1
-18
/
+18
|
*
|
xfs: remove xfs_itruncate_data
Christoph Hellwig
2012-01-13
7
-142
/
+65
*
|
|
Merge branch 'btrfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2012-01-17
7
-125
/
+110
|
\
\
\
|
*
|
|
btrfs: take allocation of ->tree_root into open_ctree()
Al Viro
2012-01-08
3
-10
/
+5
|
*
|
|
btrfs: let ->s_fs_info point to fs_info, not root...
Al Viro
2012-01-08
5
-45
/
+45
|
*
|
|
btrfs: consolidate failure exits in btrfs_mount() a bit
Al Viro
2012-01-08
1
-16
/
+5
|
*
|
|
btrfs: make free_fs_info() call ->kill_sb() unconditional
Al Viro
2012-01-08
1
-6
/
+2
|
*
|
|
btrfs: merge free_fs_info() calls on fill_super failures
Al Viro
2012-01-08
2
-3
/
+1
|
*
|
|
btrfs: kill pointless reassignment of ->s_fs_info in btrfs_fill_super()
Al Viro
2012-01-08
1
-5
/
+2
|
*
|
|
btrfs: make open_ctree() return int
Al Viro
2012-01-08
3
-13
/
+13
[next]