summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* get rid of 'parent' argument of ->d_compare()Al Viro2016-07-3117-34/+29
* cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare()Al Viro2016-07-295-5/+5
* affs ->d_compare(): don't bother with ->d_inodeAl Viro2016-07-292-5/+3
* fold _d_rehash() and __d_rehash() togetherAl Viro2016-07-291-23/+11
* fold dentry_rcuwalk_invalidate() into its only remaining callerAl Viro2016-07-291-15/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2016-07-294-40/+28
|\
| * fuse: use filemap_check_errors()Miklos Szeredi2016-07-291-12/+2
| * fuse: fix wrong assignment of ->flags in fuse_send_init()Wei Fang2016-07-291-1/+1
| * fuse: fuse_flush must check mapping->flags for errorsMaxim Patlasov2016-07-291-0/+9
| * fuse: fsync() did not return IO errorsAlexey Kuznetsov2016-07-291-0/+15
| * Merge branch 'for-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Miklos Szeredi2016-07-2133-173/+332
| |\
| | * fuse: don't mess with blocking signalsAl Viro2016-07-191-27/+3
| * | fuse: improve aio directIO write performance for size extending writesAshish Sangwan2016-06-302-12/+10
* | | Revert "vfs: add lookup_hash() helper"Linus Torvalds2016-07-291-28/+5
* | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-07-295-236/+445
|\ \ \
| * | | ovl: simplify empty checkingMiklos Szeredi2016-07-291-29/+21
| * | | qstr: constify instances in overlayfsAl Viro2016-07-291-1/+1
| * | | ovl: clear nlink on rmdirMiklos Szeredi2016-07-291-2/+6
| * | | ovl: disallow overlayfs as upperdirMiklos Szeredi2016-07-291-1/+2
| * | | ovl: fix warningMiklos Szeredi2016-07-291-1/+1
| * | | ovl: remove duplicated include from super.cWei Yongjun2016-07-291-1/+0
| * | | ovl: append MAY_READ when diluting write checksVivek Goyal2016-07-291-1/+4
| * | | ovl: dilute permission checks on lower only if not special fileVivek Goyal2016-07-291-1/+1
| * | | ovl: fix POSIX ACL settingMiklos Szeredi2016-07-294-11/+104
| * | | ovl: share inode for hard linkMiklos Szeredi2016-07-294-48/+100
| * | | ovl: store real inode pointer in ->i_privateMiklos Szeredi2016-07-295-37/+40
| * | | ovl: permission: return ECHILD instead of ENOENTMiklos Szeredi2016-07-291-1/+1
| * | | ovl: update atime on upperMiklos Szeredi2016-07-294-5/+37
| * | | ovl: fix sgid on directoryMiklos Szeredi2016-07-291-4/+27
| * | | ovl: simplify permission checkingMiklos Szeredi2016-07-293-53/+1
| * | | ovl: do not require mounter to have MAY_WRITE on lowerVivek Goyal2016-07-291-0/+2
| * | | ovl: do operations on underlying file system in mounter's contextVivek Goyal2016-07-292-37/+72
| * | | ovl: modify ovl_permission() to do checks on two inodesVivek Goyal2016-07-291-4/+14
| * | | ovl: define ->get_acl() for overlay inodesVivek Goyal2016-07-294-0/+28
| * | | ovl: move some common code in a functionVivek Goyal2016-07-291-8/+12
| * | | ovl: store ovl_entry in inode->i_private for all inodesAndreas Gruenbacher2016-07-291-37/+11
| * | | ovl: use generic_delete_inodeMiklos Szeredi2016-07-291-0/+1
| * | | ovl: check mounter creds on underlying lookupMiklos Szeredi2016-07-291-4/+9
| * | | Merge branch 'd_real' into overlayfs-nextMiklos Szeredi2016-07-276-36/+30
| |\ \ \
* | \ \ \ Merge tag 'freevxfs-for-4.8' of git://git.infradead.org/users/hch/freevxfsLinus Torvalds2016-07-2913-584/+661
|\ \ \ \ \
| * | | | | freevxfs: update Kconfig informationKrzysztof Błaszkowski2016-06-131-1/+2
| * | | | | freevxfs: refactor readdir and lookup codeKrzysztof Błaszkowski2016-06-121-125/+108
| * | | | | freevxfs: fix lack of inode initializationKrzysztof Błaszkowski2016-06-121-0/+1
| * | | | | freevxfs: fix memory leak in vxfs_read_fshead()Krzysztof Błaszkowski2016-06-121-0/+2
| * | | | | freevxfs: update documentation and cresdits for HP-UX supportKrzysztof Błaszkowski2016-06-018-2/+17
| * | | | | freevxfs: implement ->alloc_inode and ->destroy_inodeChristoph Hellwig2016-06-015-142/+116
| * | | | | freevxfs: avoid the need for forward declaring the super operationsChristoph Hellwig2016-06-011-13/+6
| * | | | | freevxfs: move VFS inode allocation into vxfs_blkiget and vxfs_stigetKrzysztof Błaszkowski2016-06-013-37/+31
| * | | | | freevxfs: remove vxfs_put_fake_inodeKrzysztof Błaszkowski2016-06-013-20/+6
| * | | | | freevxfs: handle big endian HP-UX file systemsKrzysztof Błaszkowski2016-06-0111-279/+407
OpenPOWER on IntegriCloud