summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * vfs: d_alloc_root() goneAl Viro2012-03-203-25/+6
| * tidy up after d_make_root() conversionAl Viro2012-03-206-53/+26
| * minixfs: switch to d_make_root()Al Viro2012-03-201-16/+12
| * hfsplus: switch to d_make_root()Al Viro2012-03-201-8/+9
| * fat: switch to d_make_root()Al Viro2012-03-201-4/+4
| * ntfs: switch to d_make_root()Al Viro2012-03-201-3/+4
| * switch open-coded instances of d_make_root() to new helperAl Viro2012-03-2064-264/+105
| * procfs: clean proc_fill_super() upAl Viro2012-03-201-4/+3
| * ... and the same failure exits cleanup for ocfs2Al Viro2012-03-201-6/+4
| * coda: clean failure exits in coda_fill_super()Al Viro2012-03-201-4/+1
| * clean up the failure exits in cifs_read_super()Al Viro2012-03-201-4/+1
| * vfs: turn generic_drop_inode() into static inlineAl Viro2012-03-202-12/+4
| * ecryptfs: don't bother with ->drop_inode()Al Viro2012-03-201-1/+0
| * vfs: drop_file_write_access() made staticAl Viro2012-03-202-3/+1
| * vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro2012-03-2026-149/+46
* | Merge branch 'vm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2012-03-213-58/+84
|\ \
| * | VM: make zap_page_range() callers that act on a single VMA use separate helperAl Viro2012-03-201-39/+74
| * | VM: make unmap_vmas() return voidAl Viro2012-03-203-8/+3
| * | VM: don't bother with feeding upper limit to tlb_finish_mmu() in exit_mmap()Al Viro2012-03-201-1/+1
| * | VM: make zap_page_range() return voidAl Viro2012-03-202-4/+3
| * | VM: can't go through the inner loop in unmap_vmas() more than once...Al Viro2012-03-201-2/+2
| * | VM: unmap_page_range() can return voidAl Viro2012-03-201-9/+6
| |/
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-03-2171-250/+1034
|\ \
| * \ Merge branch 'for-security' of git://git.kernel.org/pub/scm/linux/kernel/git/...James Morris2012-03-201-2/+2
| |\ \
| | * | AppArmor: Fix location of const qualifier on generated string tablesTetsuo Handa2012-03-191-2/+2
| * | | TOMOYO: Return error if fails to delete a domainTetsuo Handa2012-03-201-4/+5
| |/ /
| * | Merge branch 'for-security' of git://git.kernel.org/pub/scm/linux/kernel/git/...James Morris2012-03-1513-52/+189
| |\ \
| | * | AppArmor: add const qualifiers to string arraysJan Engelhardt2012-03-144-7/+7
| | * | AppArmor: Add ability to load extended policyJohn Johansen2012-03-144-1/+50
| | * | AppArmor: Move path failure information into aa_get_name and renameJohn Johansen2012-03-144-19/+29
| | * | AppArmor: Update dfa matching routines.John Johansen2012-03-143-4/+81
| | * | AppArmor: Minor cleanup of d_namespace_path to consolidate error handlingJohn Johansen2012-03-141-10/+6
| | * | AppArmor: Retrieve the dentry_path for error reporting when path lookup failsJohn Johansen2012-03-141-6/+9
| | * | AppArmor: Add const qualifiers to generated string tablesJohn Johansen2012-03-141-2/+3
| | * | AppArmor: Fix oops in policy unpack auditingJohn Johansen2012-03-141-2/+3
| | * | AppArmor: Fix error returned when a path lookup is disconnectedJohn Johansen2012-03-141-1/+1
| * | | TOMOYO: Return appropriate value to poll().Tetsuo Handa2012-03-154-43/+26
| |/ /
| * | KEYS: testing wrong bit for KEY_FLAG_REVOKEDDan Carpenter2012-03-071-1/+2
| * | TOMOYO: Fix mount flags checking order.Tetsuo Handa2012-03-011-18/+20
| * | security: fix ima kconfig warningRandy Dunlap2012-02-281-1/+1
| * | AppArmor: Fix the error case for chroot relative path name lookupJohn Johansen2012-02-271-3/+2
| * | AppArmor: fix mapping of META_READ to audit and quiet flagsJohn Johansen2012-02-271-2/+1
| * | AppArmor: Fix underflow in xindex calculationJohn Johansen2012-02-271-1/+1
| * | AppArmor: Fix dropping of allowed operations that are force auditedJohn Johansen2012-02-272-3/+3
| * | AppArmor: Add mising end of structure test to caps unpackingJohn Johansen2012-02-271-0/+2
| * | AppArmor: export known rlimit names/value mappings in securityfsKees Cook2012-02-274-6/+29
| * | AppArmor: add "file" details to securityfsKees Cook2012-02-272-0/+16
| * | AppArmor: add initial "features" directory to securityfsKees Cook2012-02-272-0/+65
| * | AppArmor: refactor securityfs to use structuresKees Cook2012-02-272-42/+114
| * | IMA: fix audit res field to indicate 1 for success and 0 for failureEric Paris2012-02-162-2/+2
OpenPOWER on IntegriCloud