summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-12-01Merge 4.9.142 into android-4.9Greg Kroah-Hartman86-462/+1317
2018-12-01namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca4-3/+106
2018-04-20Merge tag 'v4.9.95' into android-4.9.95Greg Hackmann69-344/+4428
2018-04-20getname_kernel() needs to make sure that ->name != ->iname in long caseAl Viro1-1/+2
2018-03-22Merge 4.9.89 into android-4.9Greg Kroah-Hartman233-674/+1739
2018-03-22fs: Teach path_connected to handle nfs filesystems with multiple roots.Eric W. Biederman3-2/+6
2018-03-22userns: Don't fail follow_automount based on s_user_nsEric W. Biederman1-3/+0
2018-02-22Merge 4.9.83 into android-4.9Greg Kroah-Hartman109-416/+757
2018-02-22vfs: don't do RCU lookup of empty pathnamesLinus Torvalds1-0/+3
2017-11-08Merge 4.9.61 into android-4.9Greg Kroah-Hartman81-364/+796
2017-11-08vfs: open() with O_CREAT should not create inodes with unknown idsSeth Forshee1-0/+6
2017-08-07Merge 4.9.41 into android-4.9Greg Kroah-Hartman119-363/+745
2017-08-07dentry name snapshotsAl Viro6-42/+48
2017-03-15fs: Better permission checking for submountsEric W. Biederman13-22/+47
2017-03-15fs: Better permission checking for submountsEric W. Biederman13-22/+47
2017-01-31ANDROID: fs: Export vfs_rmdir2Guenter Roeck1-0/+2
2017-01-31ANDROID: vfs: Add permission2 for filesystems with per mount permissionsDaniel Rosenberg10-64/+156
2017-01-31ANDROID: vfs: Add setattr2 for filesystems with per mount permissionsDaniel Rosenberg7-15/+34
2016-10-15Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-93/+82
2016-10-14vfs: add vfs_get_link() helperMiklos Szeredi2-0/+26
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds182-449/+587
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi55-63/+63
2016-09-27vfs: remove unused i_op->renameMiklos Szeredi7-31/+10
2016-09-16vfs: update ovl inode before relatime checkMiklos Szeredi4-8/+37
2016-08-07fs: return EPERM on immutable inodeEryu Guan4-4/+5
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds36-213/+418
2016-07-29Revert "vfs: add lookup_hash() helper"Linus Torvalds2-30/+5
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds61-413/+224
2016-07-24vfs: Update lookup_dcache() commentOleg Drokin1-3/+2
2016-07-23fs: Call d_automount with the filesystems credsEric W. Biederman1-0/+7
2016-07-05vfs: Don't create inodes with a uid or gid unknown to the vfsEric W. Biederman1-2/+8
2016-07-05vfs: Don't modify inodes with a uid or gid unknown to the vfsEric W. Biederman5-5/+48
2016-06-30fs: Check for invalid i_uid in may_follow_link()Seth Forshee1-1/+3
2016-06-30vfs: merge .d_select_inode() into .d_real()Miklos Szeredi8-62/+39
2016-06-23vfs: Generalize filesystem nodev handling.Eric W. Biederman6-7/+15
2016-06-11vfs: make the string hashes salt the hashLinus Torvalds38-89/+99
2016-06-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds7-52/+24
2016-06-08fix a regression in atomic_open()Al Viro1-3/+7
2016-06-05devpts: Make each mount of devpts an independent filesystem.Eric W. Biederman7-296/+126
2016-06-05autofs braino fix for do_last()Al Viro1-4/+4
2016-06-04fix EOPENSTALE bug in do_last()Al Viro1-39/+4
2016-05-29hash_string: Fix zero-length case for !DCACHE_WORD_ACCESSGeorge Spelvin1-2/+2
2016-05-29Rename other copy of hash_string to hashlen_stringGeorge Spelvin1-2/+2
2016-05-28Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds17-150/+734
2016-05-28<linux/hash.h>: Add support for architecture-specific functionsGeorge Spelvin6-4/+299
2016-05-28fs/namei.c: Improve dcache hash functionGeorge Spelvin1-40/+81
2016-05-28fs/namei.c: Add hashlen_string() functionGeorge Spelvin3-9/+53
2016-05-26Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds49-1135/+1293
2016-05-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds82-807/+1915
2016-05-17Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds19-155/+132
[next]