summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-04-045-757/+727
|\
| * d_genocide: move export to definitionAl Viro2018-03-291-2/+2
| * fold dentry_lock_for_move() into its sole caller and clean it upAl Viro2018-03-291-26/+23
| * make non-exchanging __d_move() copy ->d_parent rather than swap themAl Viro2018-03-291-63/+30
| * debugfs_lookup(): switch to lookup_one_len_unlocked()Al Viro2018-03-291-4/+1
| * fold lookup_real() into __lookup_hash()Al Viro2018-03-291-24/+17
| * split d_path() and friends into a separate fileAl Viro2018-03-293-467/+472
| * dcache.c: trim includesAl Viro2018-03-291-3/+0
| * fs/dcache: Avoid a try_lock loop in shrink_dentry_list()John Ogness2018-03-291-31/+10
| * get rid of trylock loop around dentry_kill()Al Viro2018-03-291-7/+27
| * handle move to LRU in retain_dentry()Al Viro2018-03-291-13/+6
| * dput(): consolidate the "do we need to retain it?" into an inlined helperAl Viro2018-03-291-19/+23
| * split the slow part of lock_parent() offAl Viro2018-03-291-6/+12
| * now lock_parent() can't run into killed dentryAl Viro2018-03-291-10/+3
| * get rid of trylock loop in locking dentries on shrink listAl Viro2018-03-291-37/+67
| * d_delete(): get rid of trylock loopAl Viro2018-03-121-19/+9
| * fs/dcache: Move dentry_kill() below lock_parent()John Ogness2018-03-121-31/+31
| * fs/dcache: Remove stale comment from dentry_kill()John Ogness2018-03-121-1/+0
| * take write_seqcount_invalidate() into __d_drop()Al Viro2018-03-121-22/+22
* | Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2018-04-041-15/+6
|\ \
| * | fs/aio: Use rcu_work instead of explicit rcu and work itemTejun Heo2018-03-191-15/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-04-035-12/+15
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-021-3/+6
| |\ \ \
| * | | | rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells2018-03-282-4/+9
| * | | | net: Drop pernet_operations::asyncKirill Tkhai2018-03-277-7/+0
| * | | | net: Convert nfsd_net_opsKirill Tkhai2018-03-271-0/+1
| * | | | net: Convert nfs4blocklayout_net_opsKirill Tkhai2018-03-261-0/+1
| * | | | net: Convert nfs4_dns_resolver_opsKirill Tkhai2018-03-261-0/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-2322-185/+436
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-0623-120/+293
| |\ \ \ \ \
| * | | | | | net: Convert simple pernet_operationsKirill Tkhai2018-02-272-0/+2
| * | | | | | net: Convert nfs_net_opsKirill Tkhai2018-02-271-0/+1
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-242-3/+18
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-209-41/+107
| |\ \ \ \ \ \ \
| * | | | | | | | net: Export open_related_ns()Kirill Tkhai2018-02-151-0/+1
| * | | | | | | | net: Convert proc_net_ns_opsKirill Tkhai2018-02-131-0/+1
| * | | | | | | | net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-122-8/+5
* | | | | | | | | Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-0328-120/+379
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()Dominik Brodowski2018-04-021-1/+6
| * | | | | | | | | fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscallsDominik Brodowski2018-04-021-4/+16
| * | | | | | | | | fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()Dominik Brodowski2018-04-021-1/+1
| * | | | | | | | | fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscallDominik Brodowski2018-04-021-3/+9
| * | | | | | | | | fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()Dominik Brodowski2018-04-021-1/+6
| * | | | | | | | | fs: add ksys_read() helper; remove in-kernel calls to sys_read()Dominik Brodowski2018-04-021-1/+6
| * | | | | | | | | fs: add ksys_lseek() helper; remove in-kernel calls to sys_lseek()Dominik Brodowski2018-04-021-2/+7
| * | | | | | | | | fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl()Dominik Brodowski2018-04-021-1/+6
| * | | | | | | | | fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64()Dominik Brodowski2018-04-021-2/+9
| * | | | | | | | | fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()Dominik Brodowski2018-04-021-1/+1
| * | | | | | | | | fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()Dominik Brodowski2018-04-024-3/+3
| * | | | | | | | | fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()Dominik Brodowski2018-04-022-1/+2