summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | SELinux: Use d_is_positive() rather than testing dentry->d_inodeDavid Howells2015-02-221-2/+2
| * | Smack: Use d_is_positive() rather than testing dentry->d_inodeDavid Howells2015-02-221-2/+2
| * | TOMOYO: Use d_is_dir() rather than d_inode and S_ISDIR()David Howells2015-02-221-3/+1
| * | Apparmor: Use d_is_positive/negative() rather than testing dentry->d_inodeDavid Howells2015-02-221-1/+1
| * | Apparmor: mediated_filesystem() should use dentry->d_sb not inode->i_sbDavid Howells2015-02-222-12/+12
| * | VFS: Split DCACHE_FILE_TYPE into regular and special typesDavid Howells2015-02-222-8/+27
| * | VFS: Add a fallthrough flag for marking virtual dentriesDavid Howells2015-02-222-1/+27
| * | VFS: Add a whiteout dentry typeDavid Howells2015-02-221-6/+18
| * | VFS: Introduce inode-getting helpers for layered/unioned fs environmentsDavid Howells2015-02-221-0/+57
| * | Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Al Viro2015-02-207-319/+517
| |\ \
| | * | ovl: discard independent cursor in readdir()hujianyang2015-01-091-24/+14
| | * | ovl: document lower layer orderingMiklos Szeredi2015-01-081-2/+6
| | * | ovl: Prevent rw remount when it should be ro mountSeunghun Lee2015-01-081-0/+12
| | * | ovl: Fix opaque regression in ovl_lookuphujianyang2015-01-081-10/+13
| | * | ovl: Fix kernel panic while mounting overlayfshujianyang2015-01-081-0/+3
| | * | ovl: add testsuite to docsMiklos Szeredi2014-12-131-0/+12
| | * | ovl: Use macros to present ovl_xattrhujianyang2014-12-134-7/+7
| | * | ovl: Cleanup redundant blank lineshujianyang2014-12-133-3/+0
| | * | ovl: support multiple lower layersMiklos Szeredi2014-12-132-27/+95
| | * | ovl: make upperdir optionalMiklos Szeredi2014-12-131-36/+47
| | * | ovl: improve mount helpersMiklos Szeredi2014-12-131-52/+73
| | * | ovl: mount: change order of initializationMiklos Szeredi2014-12-131-38/+32
| | * | ovl: allow statfs if no upper layerMiklos Szeredi2014-12-131-2/+2
| | * | ovl: lookup ENAMETOOLONG on lower means ENOENTMiklos Szeredi2014-12-131-1/+7
| | * | ovl: check whiteout on lowest layer as wellMiklos Szeredi2014-12-132-56/+50
| | * | ovl: multi-layer lookupMiklos Szeredi2014-12-131-49/+94
| | * | ovl: multi-layer readdirMiklos Szeredi2014-12-132-22/+24
| | * | ovl: helper to iterate layersMiklos Szeredi2014-12-132-0/+22
| | * | ovl: add mutli-layer infrastructureMiklos Szeredi2014-12-131-34/+64
| | * | ovl: dont replace opaque dirMiklos Szeredi2014-12-131-1/+1
| | * | ovl: make path-type a bitmapMiklos Szeredi2014-12-136-36/+41
| | * | ovl: check whiteout while reading directoryMiklos Szeredi2014-12-131-49/+28
| * | | Infiniband: Fix potential NULL d_inode dereferenceDavid Howells2015-02-202-2/+2
| * | | posix_acl: fix reference leaks in posix_acl_createOmar Sandoval2015-02-201-5/+9
| * | | autofs4: Wrong format for printing dentryRasmus Villemoes2015-02-201-1/+1
| * | | coredump: Fix typo in commentBastien Nocera2015-02-201-1/+1
| * | | fs/aio.c: Remove duplicate function name in pr_debug messagesKinglong Mee2015-02-201-3/+3
| * | | configfs: Fix potential NULL d_inode dereferenceDavid Howells2015-02-201-1/+1
| * | | hypfs: switch to read_iter/write_iterAl Viro2015-02-201-27/+24
| * | | don't bother with most of the bad_file_ops methodsAl Viro2015-02-201-147/+0
| * | | configfs_add_file: fold into its sole callerAl Viro2015-02-172-19/+10
| * | | configfs: fold create_dir() into its only callerAl Viro2015-02-171-34/+29
| * | | configfs: configfs_create() init callback is never NULL and it never failsAl Viro2015-02-173-15/+6
| * | | switch ll_lookup_finish_locks() and ll_revalidate_it_finish() to inodeAl Viro2015-02-174-18/+18
* | | | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-02-221-1/+1
|\ \ \ \
| * | | | ARM: 8305/1: DMA: Fix kzalloc flags in __iommu_alloc_buffer()Alexandre Courbot2015-02-201-1/+1
* | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-02-21110-1132/+6450
|\ \ \ \ \
| * | | | | MIPS: sead3: Corrected get_c0_perfcount_intNiklas Cassel2015-02-201-1/+1
| * | | | | MIPS: mm: Remove dead macro definitionsAndreas Ruprecht2015-02-202-16/+0
| * | | | | MIPS: OCTEON: irq: add CIB and other fixesDavid Daney2015-02-202-269/+823