Age | Commit message (Expand) | Author | Files | Lines |
2018-04-08 | getname_kernel() needs to make sure that ->name != ->iname in long case | Al Viro | 1 | -1/+2 |
2018-04-06 | make lookup_one_len() safe to use with directory locked shared | Al Viro | 1 | -1/+3 |
2018-04-06 | new helper: __lookup_slow() | Al Viro | 1 | -9/+18 |
2018-04-06 | merge common parts of lookup_one_len{,_unlocked} into common helper | Al Viro | 1 | -56/+34 |
2018-03-29 | d_genocide: move export to definition | Al Viro | 1 | -2/+2 |
2018-03-29 | fold dentry_lock_for_move() into its sole caller and clean it up | Al Viro | 1 | -26/+23 |
2018-03-29 | make non-exchanging __d_move() copy ->d_parent rather than swap them | Al Viro | 1 | -63/+30 |
2018-03-29 | debugfs_lookup(): switch to lookup_one_len_unlocked() | Al Viro | 1 | -4/+1 |
2018-03-29 | fold lookup_real() into __lookup_hash() | Al Viro | 1 | -24/+17 |
2018-03-29 | split d_path() and friends into a separate file | Al Viro | 3 | -467/+472 |
2018-03-29 | dcache.c: trim includes | Al Viro | 1 | -3/+0 |
2018-03-29 | fs/dcache: Avoid a try_lock loop in shrink_dentry_list() | John Ogness | 1 | -31/+10 |
2018-03-29 | get rid of trylock loop around dentry_kill() | Al Viro | 1 | -7/+27 |
2018-03-29 | handle move to LRU in retain_dentry() | Al Viro | 1 | -13/+6 |
2018-03-29 | dput(): consolidate the "do we need to retain it?" into an inlined helper | Al Viro | 1 | -19/+23 |
2018-03-29 | split the slow part of lock_parent() off | Al Viro | 1 | -6/+12 |
2018-03-29 | now lock_parent() can't run into killed dentry | Al Viro | 1 | -10/+3 |
2018-03-29 | get rid of trylock loop in locking dentries on shrink list | Al Viro | 1 | -37/+67 |
2018-03-12 | d_delete(): get rid of trylock loop | Al Viro | 1 | -19/+9 |
2018-03-12 | fs/dcache: Move dentry_kill() below lock_parent() | John Ogness | 1 | -31/+31 |
2018-03-12 | fs/dcache: Remove stale comment from dentry_kill() | John Ogness | 1 | -1/+0 |
2018-03-12 | take write_seqcount_invalidate() into __d_drop() | Al Viro | 1 | -22/+22 |
2018-02-25 | fs: dcache: Use READ_ONCE when accessing i_dir_seq | Will Deacon | 1 | -1/+1 |
2018-02-25 | fs: dcache: Avoid livelock between d_alloc_parallel and __d_add | Will Deacon | 1 | -1/+7 |
2018-02-24 | lock_parent() needs to recheck if dentry got __dentry_kill'ed under it | Al Viro | 1 | -3/+8 |
2018-02-16 | Merge tag 'for-4.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 7 | -21/+80 |
2018-02-15 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+4 |
2018-02-14 | Merge tag 'gfs2-4.16.rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -20/+23 |
2018-02-13 | gfs2: Fixes to "Implement iomap for block_map" | Andreas Gruenbacher | 1 | -20/+23 |
2018-02-13 | vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user page | Jia Zhang | 1 | -0/+4 |
2018-02-12 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 24 | -80/+80 |
2018-02-12 | Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 4 | -21/+26 |
2018-02-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -2/+5 |
2018-02-10 | Merge tag '4.16-minor-rc-SMB3-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 4 | -13/+130 |
2018-02-09 | Merge tag 'nfsd-4.16' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 7 | -40/+57 |
2018-02-08 | Merge tag 'for-linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/h... | Linus Torvalds | 8 | -92/+74 |
2018-02-08 | Merge tag 'afs-next-20180208' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 10 | -405/+295 |
2018-02-08 | Merge tag 'ceph-for-4.16-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 9 | -129/+313 |
2018-02-08 | cramfs: better MTD dependency expression | Nicolas Pitre | 1 | -2/+1 |
2018-02-08 | NFSD: hide unused svcxdr_dupstr() | Arnd Bergmann | 1 | -3/+2 |
2018-02-08 | nfsd: store stat times in fill_pre_wcc() instead of inode times | Amir Goldstein | 3 | -24/+37 |
2018-02-08 | nfsd: encode stat->mtime for getattr instead of inode->i_mtime | Amir Goldstein | 2 | -4/+3 |
2018-02-08 | nfsd: return RESOURCE not GARBAGE_ARGS on too many ops | J. Bruce Fields | 2 | -2/+10 |
2018-02-08 | Merge tag 'iversion-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 9 | -13/+13 |
2018-02-08 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2 | -1/+6 |
2018-02-07 | Add missing structs and defines from recent SMB3.1.1 documentation | Steve French | 1 | -2/+112 |
2018-02-07 | address lock imbalance warnings in smbdirect.c | Steve French | 1 | -7/+9 |
2018-02-07 | cifs: silence compiler warnings showing up with gcc-8.0.0 | Arnd Bergmann | 1 | -3/+1 |
2018-02-07 | Add some missing debug fields in server and tcon structs | Steve French | 1 | -1/+8 |
2018-02-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 28 | -150/+159 |