summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* VFS: Split DCACHE_FILE_TYPE into regular and special typesDavid Howells2015-02-221-5/+13
* VFS: Add a fallthrough flag for marking virtual dentriesDavid Howells2015-02-221-1/+18
* Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Al Viro2015-02-206-319/+489
|\
| * ovl: discard independent cursor in readdir()hujianyang2015-01-091-24/+14
| * 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: 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-131-27/+83
| * 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
* | 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
* | 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
* | Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-02-172-1/+6
|\ \
| * | nfsd4: fix v3-less buildJ. Bruce Fields2015-02-161-0/+5
| * | nfsd: fix comparison in fh_fsid_match()Dan Carpenter2015-02-121-1/+1
* | | Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2015-02-179-33/+232
|\ \ \
| * | | ext4: add optimization for the lazytime mount optionTheodore Ts'o2015-02-052-2/+72
| * | | vfs: add find_inode_nowait() functionTheodore Ts'o2015-02-051-0/+50
| * | | vfs: add support for a lazytime mount optionTheodore Ts'o2015-02-058-31/+110
* | | | Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2015-02-172-19/+50
|\ \ \ \
| * | | | fs: add vfs_iter_{read,write} helpersChristoph Hellwig2015-01-292-14/+48
| * | | | new helper: iov_iter_bvec()Al Viro2015-01-291-5/+2
* | | | | Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2015-02-173-57/+106
|\ \ \ \ \
| * | | | | audit: replace getname()/putname() hacks with reference countersPaul Moore2015-01-231-15/+14
| * | | | | audit: enable filename recording via getname_kernel()Paul Moore2015-01-231-0/+1
| * | | | | simpler calling conventions for filename_mountpoint()Al Viro2015-01-231-16/+7
| * | | | | fs: create proper filename objects using getname_kernel()Paul Moore2015-01-233-20/+64
| * | | | | fs: rework getname_kernel to handle up to PATH_MAX sized filenamesPaul Moore2015-01-231-14/+20
| * | | | | cut down the number of do_path_lookup() callersAl Viro2015-01-231-4/+12
* | | | | | Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-02-171-123/+168
|\ \ \ \ \ \