summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-01-1743-500/+810
|\
| * audit: no leading space in audit_log_d_path prefixKees Cook2012-01-173-6/+6
| * audit: treat s_id as an untrusted stringKees Cook2012-01-172-13/+18
| * audit: fix signedness bug in audit_log_execve_info()Xi Wang2012-01-171-2/+2
| * audit: comparison on interprocess fieldsPeter Moody2012-01-172-1/+62
| * audit: implement all object interfield comparisonsPeter Moody2012-01-172-1/+38
| * audit: allow interfield comparison between gid and ogidEric Paris2012-01-172-1/+8
| * audit: complex interfield comparison helperEric Paris2012-01-171-11/+39
| * audit: allow interfield comparison in audit rulesEric Paris2012-01-173-2/+37
| * Kernel: Audit Support For The ARM PlatformNathaniel Husted2012-01-176-9/+25
| * audit: do not call audit_getname on errorEric Paris2012-01-172-18/+13
| * audit: only allow tasks to set their loginuid if it is -1Eric Paris2012-01-173-4/+24
| * audit: remove task argument to audit_set_loginuidEric Paris2012-01-173-5/+5
| * audit: allow audit matching on inode gidEric Paris2012-01-173-0/+14
| * audit: allow matching on obj_uidEric Paris2012-01-173-0/+14
| * audit: remove audit_finish_fork as it can't be calledEric Paris2012-01-173-24/+0
| * audit: reject entry,always rulesEric Paris2012-01-171-2/+4
| * audit: inline audit_free to simplify the look of generic codeEric Paris2012-01-173-4/+8
| * audit: drop audit_set_macxattr as it doesn't do anythingEric Paris2012-01-171-2/+0
| * audit: inline checks for not needing to collect aux recordsEric Paris2012-01-172-15/+23
| * audit: drop some potentially inadvisable likely notationsEric Paris2012-01-171-6/+6
| * audit: remove AUDIT_SETUP_CONTEXT as it isn't usedEric Paris2012-01-171-5/+1
| * audit: inline audit_syscall_entry to reduce burden on archsEric Paris2012-01-1716-86/+72
| * audit: ia32entry.S sign extend error codes when calling 64 bit codeEric Paris2012-01-171-1/+3
| * Audit: push audit success and retcode into arch ptrace.hEric Paris2012-01-1726-74/+132
| * seccomp: audit abnormal end to a process due to seccompEric Paris2012-01-173-21/+39
| * audit: check current inode and containing object when filtering on major and ...Eric Paris2012-01-171-10/+14
| * audit: drop the meaningless and format breaking word 'user'Eric Paris2012-01-171-1/+1
| * audit: dynamically allocate audit_names when not enough space is in the names...Eric Paris2012-01-171-188/+215
| * audit: make filetype matching consistent with other filtersEric Paris2012-01-172-12/+11
* | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2012-01-1718-542/+374
|\ \
| * | xfs: cleanup xfs_file_aio_writeChristoph Hellwig2012-01-171-45/+37
| * | xfs: always return with the iolock held from xfs_file_aio_write_checksChristoph Hellwig2012-01-171-3/+4
| * | xfs: remove the i_new_size field in struct xfs_inodeChristoph Hellwig2012-01-175-92/+30
| * | xfs: remove the i_size field in struct xfs_inodeChristoph Hellwig2012-01-1712-82/+56
| * | xfs: replace i_pin_wait with a bit waitqueueChristoph Hellwig2012-01-174-9/+24
| * | xfs: replace i_flock with a sleeping bitlockChristoph Hellwig2012-01-176-46/+76
| * | xfs: make i_flags an unsigned longChristoph Hellwig2012-01-171-1/+1
| * | xfs: remove the if_ext_max field in struct xfs_iforkChristoph Hellwig2012-01-178-115/+81
| * | xfs: remove the unused dm_attrs structureChristoph Hellwig2012-01-131-7/+0
| * | xfs: cleanup xfs_iomap_eof_align_last_fsbChristoph Hellwig2012-01-131-18/+18
| * | xfs: remove xfs_itruncate_dataChristoph Hellwig2012-01-137-142/+65
* | | Merge branch 'btrfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2012-01-177-125/+110
|\ \ \
| * | | btrfs: take allocation of ->tree_root into open_ctree()Al Viro2012-01-083-10/+5
| * | | btrfs: let ->s_fs_info point to fs_info, not root...Al Viro2012-01-085-45/+45
| * | | btrfs: consolidate failure exits in btrfs_mount() a bitAl Viro2012-01-081-16/+5
| * | | btrfs: make free_fs_info() call ->kill_sb() unconditionalAl Viro2012-01-081-6/+2
| * | | btrfs: merge free_fs_info() calls on fill_super failuresAl Viro2012-01-082-3/+1
| * | | btrfs: kill pointless reassignment of ->s_fs_info in btrfs_fill_super()Al Viro2012-01-081-5/+2
| * | | btrfs: make open_ctree() return intAl Viro2012-01-083-13/+13
OpenPOWER on IntegriCloud