summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-03-30Merge 4.9.166 into android-4.9Greg Kroah-Hartman35-86/+174
2019-03-27Hang/soft lockup in d_invalidate with simultaneous callsAl Viro1-6/+4
2019-02-07Merge 4.9.155 into android-4.9Greg Kroah-Hartman34-106/+292
2019-02-06fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb()Waiman Long1-5/+1
2018-09-15Merge 4.9.127 into android-4.9Greg Kroah-Hartman82-194/+377
2018-09-15fs/dcache.c: fix kmemcheck splat at take_dentry_name_snapshot()Tetsuo Handa1-1/+2
2018-08-15Merge 4.9.120 into android-4.9Greg Kroah-Hartman106-393/+2714
2018-08-15make sure that __dentry_kill() always invalidates d_seq, unhashed or notAl Viro1-5/+2
2018-08-15root dentries need RCU-delayed freeingAl Viro1-2/+4
2018-05-30Merge 4.9.104 into android-4.9Greg Kroah-Hartman348-2235/+3819
2018-05-30fs: dcache: Use READ_ONCE when accessing i_dir_seqWill Deacon1-1/+1
2018-05-30fs: dcache: Avoid livelock between d_alloc_parallel and __d_addWill Deacon1-1/+7
2018-05-30do d_instantiate/unlock_new_inode combinations safelyAl Viro14-72/+57
2018-04-14Merge 4.9.94 into android-4.9Greg Kroah-Hartman311-916/+2420
2018-04-13VFS: close race between getcwd() and d_move()NeilBrown1-7/+16
2018-03-22Merge 4.9.89 into android-4.9Greg Kroah-Hartman233-674/+1739
2018-03-22lock_parent() needs to recheck if dentry got __dentry_kill'ed under itAl Viro1-3/+8
2017-08-07Merge 4.9.41 into android-4.9Greg Kroah-Hartman119-363/+745
2017-08-07dentry name snapshotsAl Viro6-42/+48
2017-07-21Merge 4.9.39 into android-4.9Greg Kroah-Hartman81-354/+655
2017-07-21fs/dcache.c: fix spin lockup issue on nlru->lockSahitya Tummala1-2/+3
2017-01-31Merge tag 'v4.9.6' into android-4.9Dmitry Shmidt717-3524/+6726
2017-01-27ANDROID: fs: Export d_absolute_pathGuenter Roeck1-0/+1
2017-01-19mnt: Protect the mountpoint hashtable with mount_lockEric W. Biederman2-21/+50
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds32-130/+82
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds37-100/+95
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro22-38/+40
2016-07-29fold _d_rehash() and __d_rehash() togetherAl Viro1-23/+11
2016-07-29fold dentry_rcuwalk_invalidate() into its only remaining callerAl Viro1-15/+2
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds61-413/+224
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds39-95/+107
2016-07-24fs/dcache.c: avoid soft-lockup in dput()Wei Fang1-2/+5
2016-07-24vfs: new d_init methodMiklos Szeredi4-0/+17
2016-07-24Merge branch 'test.d_iput' into work.miscAl Viro1-35/+10
2016-07-21qstr constify instances in fs/dcache.cAl Viro2-3/+3
2016-07-01Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...Al Viro979-5863/+9491
2016-07-01new helper: d_same_name()Al Viro1-91/+36
2016-07-01dentry_cmp(): use lockless_dereference() instead of smp_read_barrier_depends()He Kuang1-4/+3
2016-07-01Merge branch 'for-linus' into work.miscAl Viro16-136/+184
2016-06-30vfs: merge .d_select_inode() into .d_real()Miklos Szeredi8-62/+39
2016-06-20fix idiotic braino in d_alloc_parallel()Al Viro1-5/+12
2016-06-11fs/dcache.c: Save one 32-bit multiply in dcache lookupGeorge Spelvin2-3/+5
2016-06-11vfs: make the string hashes salt the hashLinus Torvalds38-89/+99
2016-06-10much milder d_walk() raceAl Viro4-9/+55
2016-06-08fix d_walk()/non-delayed __d_free() raceAl Viro1-2/+2
2016-05-30unify dentry_iput() and dentry_unlink_inode()Al Viro1-35/+10
2016-05-29trim fsnotify hooks a bitAl Viro3-33/+7
2016-05-28Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds17-150/+734
2016-05-28fs/namei.c: Add hashlen_string() functionGeorge Spelvin3-9/+53
2016-05-18Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds9-112/+69
[next]