index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
dir.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-27
NFS: Fix old dentry rehash after move
Benjamin Coddington
1
-7
/
+2
2017-02-08
NFS: nfs_rename() handle -ERESTARTSYS dentry left behind
Benjamin Coddington
1
-11
/
+25
2016-12-19
NFS: Fix and clean up the access cache validity checking
Trond Myklebust
1
-9
/
+9
2016-12-19
NFS: Only look at the change attribute cache state in nfs_weak_revalidate()
Trond Myklebust
1
-2
/
+3
2016-12-09
nfs: add support for the umask attribute
Andreas Gruenbacher
1
-1
/
+6
2016-12-04
NFS: Only look at the change attribute cache state in nfs_check_verifier
Trond Myklebust
1
-8
/
+6
2016-12-02
NFS: Allow getattr to also report readdirplus cache hits
Trond Myklebust
1
-1
/
+0
2016-12-02
NFS: Be more targeted about readdirplus use when doing lookup/revalidation
Trond Myklebust
1
-11
/
+19
2016-12-02
NFS: Fix a performance regression in readdir
Trond Myklebust
1
-13
/
+2
2016-12-01
NFSv4: add flock_owner to open context
NeilBrown
1
-3
/
+3
2016-10-13
Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-5
/
+19
2016-09-27
NFS: Fix inode corruption in nfs_prime_dcache()
Trond Myklebust
1
-5
/
+11
2016-09-27
fs: make remaining filesystems use .rename2
Miklos Szeredi
1
-1
/
+5
2016-09-22
NFS: nfs_prime_dcache must validate the filename
Trond Myklebust
1
-0
/
+8
2016-07-30
Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-21
/
+31
2016-07-28
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-6
/
+5
2016-07-28
Merge branch 'salted-string-hash'
Linus Torvalds
1
-2
/
+2
2016-07-24
Merge branch 'writeback'
Trond Myklebust
1
-21
/
+31
2016-07-05
nfs_atomic_open(): prevent parallel nfs_lookup() on a negative hashed
Al Viro
1
-3
/
+25
2016-07-05
Use the right predicate in ->atomic_open() instances
Al Viro
1
-1
/
+1
2016-06-27
make nfs_atomic_open() call d_drop() on all ->open_context() errors.
Al Viro
1
-1
/
+1
2016-06-24
NFS: Fix an unused variable warning
Trond Myklebust
1
-2
/
+0
2016-06-24
NFS: Don't let readdirplus revalidate an inode that was marked as stale
Trond Myklebust
1
-1
/
+6
2016-06-15
NFS: Cache access checks more aggressively
Trond Myklebust
1
-21
/
+31
2016-06-10
vfs: make the string hashes salt the hash
Linus Torvalds
1
-2
/
+2
2016-05-29
file_inode(f)->i_mapping is f->f_mapping
Al Viro
1
-1
/
+1
2016-05-29
nfs_lookup(): remove debris left over from old sillyunlink exclusion
Al Viro
1
-7
/
+4
2016-05-09
nfs: per-name sillyunlink exclusion
Al Viro
1
-7
/
+2
2016-05-02
nfs: switch to ->iterate_shared()
Al Viro
1
-28
/
+43
2016-04-07
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+3
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
1
-2
/
+2
2016-03-26
nfs: use file_dentry()
Miklos Szeredi
1
-3
/
+3
2016-03-14
nfs_lookup: don't bother with d_instantiate(dentry, NULL)
Al Viro
1
-8
/
+4
2016-01-22
wrappers for ->i_mutex access
Al Viro
1
-4
/
+4
2016-01-14
Merge tag 'nfs-for-4.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-2
/
+19
2016-01-14
Make sure that highmem pages are not added to symlink page cache
Al Viro
1
-3
/
+2
2015-12-28
NFS: Ensure we revalidate attributes before using execute_ok()
Trond Myklebust
1
-2
/
+16
2015-12-28
NFSv4: Don't perform cached access checks before we've OPENed the file
Trond Myklebust
1
-0
/
+3
2015-11-03
fs/nfs: remove unnecessary new_valid_dev check
Yaowei Bai
1
-3
/
+0
2015-08-17
NFS: Rename nfs_readdir_free_pagearray() and nfs_readdir_large_page()
Anna Schumaker
1
-5
/
+5
2015-08-17
NFS: Remove unused variable "pages_ptr"
Anna Schumaker
1
-10
/
+2
2015-07-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2015-07-01
nfs: Don't setting FILE_CREATED flags always
Kinglong Mee
1
-3
/
+0
2015-06-23
make simple_positive() public
Al Viro
1
-1
/
+1
2015-04-26
Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-0
/
+4
2015-04-23
NFS: Don't attempt to decode missing directory entries
Benjamin Coddington
1
-0
/
+4
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
1
-30
/
+29
2015-03-01
NFS: Don't require a filehandle to refresh the inode in nfs_prime_dcache()
Trond Myklebust
1
-3
/
+13
2015-03-01
NFS: Don't invalidate a submounted dentry in nfs_prime_dcache()
Trond Myklebust
1
-0
/
+6
2014-12-08
Merge branch 'iov_iter' into for-next
Al Viro
1
-0
/
+1
[next]