aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* SELinux: Use d_is_positive() rather than testing dentry->d_inodeDavid Howells2015-02-22
* Smack: Use d_is_positive() rather than testing dentry->d_inodeDavid Howells2015-02-22
* TOMOYO: Use d_is_dir() rather than d_inode and S_ISDIR()David Howells2015-02-22
* Apparmor: Use d_is_positive/negative() rather than testing dentry->d_inodeDavid Howells2015-02-22
* Apparmor: mediated_filesystem() should use dentry->d_sb not inode->i_sbDavid Howells2015-02-22
* VFS: Split DCACHE_FILE_TYPE into regular and special typesDavid Howells2015-02-22
* VFS: Add a fallthrough flag for marking virtual dentriesDavid Howells2015-02-22
* VFS: Add a whiteout dentry typeDavid Howells2015-02-22
* VFS: Introduce inode-getting helpers for layered/unioned fs environmentsDavid Howells2015-02-22
* Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Al Viro2015-02-20
|\
| * ovl: discard independent cursor in readdir()hujianyang2015-01-09
| * ovl: document lower layer orderingMiklos Szeredi2015-01-08
| * ovl: Prevent rw remount when it should be ro mountSeunghun Lee2015-01-08
| * ovl: Fix opaque regression in ovl_lookuphujianyang2015-01-08
| * ovl: Fix kernel panic while mounting overlayfshujianyang2015-01-08
| * ovl: add testsuite to docsMiklos Szeredi2014-12-12
| * ovl: Use macros to present ovl_xattrhujianyang2014-12-12
| * ovl: Cleanup redundant blank lineshujianyang2014-12-12
| * ovl: support multiple lower layersMiklos Szeredi2014-12-12
| * ovl: make upperdir optionalMiklos Szeredi2014-12-12
| * ovl: improve mount helpersMiklos Szeredi2014-12-12
| * ovl: mount: change order of initializationMiklos Szeredi2014-12-12
| * ovl: allow statfs if no upper layerMiklos Szeredi2014-12-12
| * ovl: lookup ENAMETOOLONG on lower means ENOENTMiklos Szeredi2014-12-12
| * ovl: check whiteout on lowest layer as wellMiklos Szeredi2014-12-12
| * ovl: multi-layer lookupMiklos Szeredi2014-12-12
| * ovl: multi-layer readdirMiklos Szeredi2014-12-12
| * ovl: helper to iterate layersMiklos Szeredi2014-12-12
| * ovl: add mutli-layer infrastructureMiklos Szeredi2014-12-12
| * ovl: dont replace opaque dirMiklos Szeredi2014-12-12
| * ovl: make path-type a bitmapMiklos Szeredi2014-12-12
| * ovl: check whiteout while reading directoryMiklos Szeredi2014-12-12
* | Infiniband: Fix potential NULL d_inode dereferenceDavid Howells2015-02-20
* | posix_acl: fix reference leaks in posix_acl_createOmar Sandoval2015-02-20
* | autofs4: Wrong format for printing dentryRasmus Villemoes2015-02-20
* | coredump: Fix typo in commentBastien Nocera2015-02-20
* | fs/aio.c: Remove duplicate function name in pr_debug messagesKinglong Mee2015-02-20
* | configfs: Fix potential NULL d_inode dereferenceDavid Howells2015-02-20
* | hypfs: switch to read_iter/write_iterAl Viro2015-02-20
* | don't bother with most of the bad_file_ops methodsAl Viro2015-02-20
* | configfs_add_file: fold into its sole callerAl Viro2015-02-17
* | configfs: fold create_dir() into its only callerAl Viro2015-02-17
* | configfs: configfs_create() init callback is never NULL and it never failsAl Viro2015-02-17
* | switch ll_lookup_finish_locks() and ll_revalidate_it_finish() to inodeAl Viro2015-02-17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-02-17
|\ \
| * | net: dsa: Set valid phy interface typeGuenter Roeck2015-02-17
| * | rtnetlink: call ->dellink on failure when ->newlink existsWANG Cong2015-02-15
| * | com20020-pci: add support for eae single cardMichael Grzeschik2015-02-15
| * | vhost_net: fix wrong iter offset when setting number of buffersJason Wang2015-02-15
| * | net: spelling fixesStephen Hemminger2015-02-14