summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2018-03-29d_genocide: move export to definitionAl Viro
2018-03-29fold dentry_lock_for_move() into its sole caller and clean it upAl Viro
2018-03-29make non-exchanging __d_move() copy ->d_parent rather than swap themAl Viro
2018-03-29debugfs_lookup(): switch to lookup_one_len_unlocked()Al Viro
2018-03-29fold lookup_real() into __lookup_hash()Al Viro
2018-03-29split d_path() and friends into a separate fileAl Viro
2018-03-29dcache.c: trim includesAl Viro
2018-03-29fs/dcache: Avoid a try_lock loop in shrink_dentry_list()John Ogness
2018-03-29get rid of trylock loop around dentry_kill()Al Viro
2018-03-29handle move to LRU in retain_dentry()Al Viro
2018-03-29dput(): consolidate the "do we need to retain it?" into an inlined helperAl Viro
2018-03-29split the slow part of lock_parent() offAl Viro
2018-03-29now lock_parent() can't run into killed dentryAl Viro
2018-03-29get rid of trylock loop in locking dentries on shrink listAl Viro
2018-03-12d_delete(): get rid of trylock loopAl Viro
2018-03-12fs/dcache: Move dentry_kill() below lock_parent()John Ogness
2018-03-12fs/dcache: Remove stale comment from dentry_kill()John Ogness
2018-03-12take write_seqcount_invalidate() into __d_drop()Al Viro
2018-02-25fs: dcache: Use READ_ONCE when accessing i_dir_seqWill Deacon
2018-02-25fs: dcache: Avoid livelock between d_alloc_parallel and __d_addWill Deacon
2018-02-23lock_parent() needs to recheck if dentry got __dentry_kill'ed under itAl Viro
2018-02-16Merge tag 'for-4.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-02-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-02-14Merge tag 'gfs2-4.16.rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-02-13gfs2: Fixes to "Implement iomap for block_map"Andreas Gruenbacher
2018-02-13vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user pageJia Zhang
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-11Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-02-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-02-09Merge tag '4.16-minor-rc-SMB3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2018-02-08Merge tag 'nfsd-4.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2018-02-08Merge tag 'for-linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Linus Torvalds
2018-02-08Merge tag 'afs-next-20180208' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-02-08Merge tag 'ceph-for-4.16-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2018-02-08cramfs: better MTD dependency expressionNicolas Pitre
2018-02-08NFSD: hide unused svcxdr_dupstr()Arnd Bergmann
2018-02-08nfsd: store stat times in fill_pre_wcc() instead of inode timesAmir Goldstein
2018-02-08nfsd: encode stat->mtime for getattr instead of inode->i_mtimeAmir Goldstein
2018-02-08nfsd: return RESOURCE not GARBAGE_ARGS on too many opsJ. Bruce Fields
2018-02-07Merge tag 'iversion-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-02-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2018-02-07Add missing structs and defines from recent SMB3.1.1 documentationSteve French
2018-02-07address lock imbalance warnings in smbdirect.cSteve French
2018-02-07cifs: silence compiler warnings showing up with gcc-8.0.0Arnd Bergmann
2018-02-07Add some missing debug fields in server and tcon structsSteve French
2018-02-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-02-06pipe: read buffer limits atomicallyEric Biggers
2018-02-06pipe: simplify round_pipe_size()Eric Biggers
2018-02-06pipe: reject F_SETPIPE_SZ with size over UINT_MAXEric Biggers
2018-02-06pipe: fix off-by-one error when checking buffer limitsEric Biggers