summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-08-01Btrfs: incremental send, fix premature rmdir operationsRobbie Ko1-1/+1
2016-08-01Btrfs: incremental send, fix invalid paths for rename operationsFilipe Manana1-1/+2
2016-08-01Btrfs: send, add missing error check for calls to path_loop()Filipe Manana1-0/+2
2016-08-01Btrfs: send, fix failure to move directories with the same name aroundRobbie Ko1-5/+95
2016-08-01Btrfs: add missing check for writeback errors on fsyncFilipe Manana1-0/+8
2016-07-31Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-338/+544
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro17-34/+29
2016-07-30Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds28-552/+866
2016-07-30qstr: constify instances in adfsAl Viro1-2/+2
2016-07-30qstr: constify instances in f2fsAl Viro2-4/+4
2016-07-30qstr: constify instances in ext2Al Viro2-5/+5
2016-07-30qstr: constify instances in vfatAl Viro1-3/+3
2016-07-30qstr: constify instances in procfsAl Viro1-1/+1
2016-07-30qstr: constify instances in fuseAl Viro3-9/+5
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds19-155/+242
2016-07-29cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare()Al Viro5-5/+5
2016-07-29affs ->d_compare(): don't bother with ->d_inodeAl Viro2-5/+3
2016-07-29fold _d_rehash() and __d_rehash() togetherAl Viro1-23/+11
2016-07-29ubifs: switch_gc_head: Remove redondant sync of wbufSylvain Etienne1-4/+0
2016-07-29ubifs: Silence early error messages if MS_SILENT is setDaniel Golle1-7/+7
2016-07-29ubifs: Update comment for ubifs_errcDaniel Golle1-2/+2
2016-07-29fold dentry_rcuwalk_invalidate() into its only remaining callerAl Viro1-15/+2
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds4-40/+28
2016-07-29Revert "vfs: add lookup_hash() helper"Linus Torvalds1-28/+5
2016-07-29Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-236/+445
2016-07-29Merge tag 'freevxfs-for-4.8' of git://git.infradead.org/users/hch/freevxfsLinus Torvalds13-584/+661
2016-07-29Merge tag 'configfs-for-4.8' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-3/+3
2016-07-29Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-16/+169
2016-07-29ubifs: Make xattr structures staticBen Dooks1-3/+3
2016-07-29ubifs: Silence error output if MS_SILENT is setDaniel Golle1-2/+3
2016-07-29fuse: use filemap_check_errors()Miklos Szeredi1-12/+2
2016-07-29fuse: fix wrong assignment of ->flags in fuse_send_init()Wei Fang1-1/+1
2016-07-29fuse: fuse_flush must check mapping->flags for errorsMaxim Patlasov1-0/+9
2016-07-29fuse: fsync() did not return IO errorsAlexey Kuznetsov1-0/+15
2016-07-29ovl: simplify empty checkingMiklos Szeredi1-29/+21
2016-07-29qstr: constify instances in overlayfsAl Viro1-1/+1
2016-07-29ovl: clear nlink on rmdirMiklos Szeredi1-2/+6
2016-07-29ovl: disallow overlayfs as upperdirMiklos Szeredi1-1/+2
2016-07-29ovl: fix warningMiklos Szeredi1-1/+1
2016-07-29ovl: remove duplicated include from super.cWei Yongjun1-1/+0
2016-07-29ovl: append MAY_READ when diluting write checksVivek Goyal1-1/+4
2016-07-29ovl: dilute permission checks on lower only if not special fileVivek Goyal1-1/+1
2016-07-29ovl: fix POSIX ACL settingMiklos Szeredi4-11/+104
2016-07-29ovl: share inode for hard linkMiklos Szeredi4-48/+100
2016-07-29ovl: store real inode pointer in ->i_privateMiklos Szeredi5-37/+40
2016-07-29ovl: permission: return ECHILD instead of ENOENTMiklos Szeredi1-1/+1
2016-07-29ovl: update atime on upperMiklos Szeredi4-5/+37
2016-07-29ovl: fix sgid on directoryMiklos Szeredi1-4/+27
2016-07-29ovl: simplify permission checkingMiklos Szeredi3-53/+1
2016-07-29ovl: do not require mounter to have MAY_WRITE on lowerVivek Goyal1-0/+2