Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
09897d78dbc3a544426f2272b5601c62922ccab9
/
fs
/
nfs
/
unlink.c
9bc9ccd
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
4f5829d
nfs: Remove useless 'error' assignment
by Geyslan G. Bem
· 11 years ago
6de1472
nfs: use %p[dD] instead of open-coded (and often racy) equivalents
by Al Viro
· 11 years ago
ba6c059
NFS: Ensure that rmdir() waits for sillyrenames to complete
by Trond Myklebust
· 11 years ago
70ded20
NFS: Add tracepoints for debugging NFS rename and sillyrename issues
by Trond Myklebust
· 11 years ago
c2dd137
NFS: Clean up nfs_sillyrename()
by Trond Myklebust
· 11 years ago
84d08fa
helper for reading ->d_count
by Al Viro
· 11 years ago
5a7a613
NFS: Don't allow NFS silly-renamed files to be deleted, no signal
by Trond Myklebust
· 12 years ago
96aa154
nfs: remove kfree() redundant null checks
by Tim Gardner
· 12 years ago
322b2b9
Revert "NFS: add nfs_sb_deactive_async to avoid deadlock"
by Trond Myklebust
· 12 years ago
324d003
NFS: add nfs_sb_deactive_async to avoid deadlock
by Weston Andros Adamson
· 12 years ago
57ec14c
NFS: Create a return_delegation rpc op
by Bryan Schumaker
· 12 years ago
c6bfa1a
NFS: Remove nfs4_setup_sequence from generic rename code
by Bryan Schumaker
· 13 years ago
34e137c
NFS: Remove nfs4_setup_sequence from generic unlink code
by Bryan Schumaker
· 13 years ago
1728017
NFS: Fix a number of sparse warnings
by Trond Myklebust
· 13 years ago
9d12b21
NFSv41: Add a new helper nfs4_init_sequence()
by Trond Myklebust
· 13 years ago
d00c5d4
NFS: Get rid of nfs_restart_rpc()
by Trond Myklebust
· 13 years ago
73ca100
nfs: don't use d_move in nfs_async_rename_done
by Jeff Layton
· 13 years ago
674e405
nfs: document nfsv4 sillyrename issues
by J. Bruce Fields
· 13 years ago
b1942c5
nfs: store devname at disconnected NFS roots
by Al Viro
· 14 years ago
bf294b4
SUNRPC: Close a race in __rpc_wait_for_completion_task()
by Trond Myklebust
· 14 years ago
b9d919a
Merge branch 'nfs-for-2.6.38' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 14 years ago
b7ab39f
fs: dcache scale dentry refcount
by Nick Piggin
· 14 years ago
1174dd1
NFSv4: Convert a few commas into semicolons...
by Trond Myklebust
· 14 years ago
a4118ee
a couple of open-coded ihold() introduced by nfs merge
by Al Viro
· 14 years ago
dfb4f309
NFSv4.1: keep seq_res.sr_slot as pointer rather than an index
by Benny Halevy
· 14 years ago
f7732d6
NFS: Fix a use-after-free case in nfs_async_rename()
by Trond Myklebust
· 14 years ago
d3d4152
nfs: make sillyrename an async operation
by Jeff Layton
· 14 years ago
779c517
nfs: move nfs_sillyrename to unlink.c
by Jeff Layton
· 14 years ago
035168a
NFSv4.1: Make nfs4_setup_sequence take a nfs_server argument
by Trond Myklebust
· 14 years ago
d346890
NFS: Reduce stack footprint of nfs_proc_remove()
by Trond Myklebust
· 15 years ago
0110ee1
NFS: Fix up the declaration of nfs4_restart_rpc when NFSv4 not configured
by Trond Myklebust
· 15 years ago
d61e612
NFSv41: Clean up slot table management
by Trond Myklebust
· 15 years ago
e608e79
nfs41: call free slot from nfs4_restart_rpc
by Andy Adamson
· 15 years ago
eedc020
nfs41: use rpc prepare call state for session reset
by Andy Adamson
· 16 years ago
472cfbd
nfs41: unlink sequence setup/done support
by Andy Adamson
· 16 years ago
5f7dbd5
nfs41: set up seq_res.sr_slotid
by Andy Adamson
· 16 years ago
1daef0a
NFS: Clean up nfs_sb_active/nfs_sb_deactive
by Trond Myklebust
· 16 years ago
744d18d
NFS: Ensure we call nfs_sb_deactive() after releasing the directory inode
by Trond Myklebust
· 16 years ago
98a8e32
SUNRPC: Add a helper rpcauth_lookup_generic_cred()
by Trond Myklebust
· 17 years ago
5138fde
NFS/SUNRPC: Convert all users of rpc_call_setup()
by Trond Myklebust
· 17 years ago
c970aa8
SUNRPC: Clean up rpc_run_task
by Trond Myklebust
· 17 years ago
ef818a2
NFS: Stop sillyname renames and unmounts from racing
by Steve Dickson
· 17 years ago
609005c3
NFS: Sillyrename: in the case of a race, check aliases are really positive
by Trond Myklebust
· 17 years ago
fccca7f
NFS: Fix a sillyrename race...
by Trond Myklebust
· 17 years ago
55b70a0
NFS: Fix a typo in nfs_call_unlink()
by Trond Myklebust
· 17 years ago
b35e704
Avoid compile error in fs/nfs/unlink.c
by Linus Torvalds
· 17 years ago
565277f
NFS: Fix a race in sillyrename
by Trond Myklebust
· 17 years ago
60ccd4e
NFS: Remove nfs_begin_data_update/nfs_end_data_update
by Trond Myklebust
· 17 years ago
e4eff1a
SUNRPC: Clean up the sillyrename code
by Trond Myklebust
· 17 years ago
bd64754
NFS: kzalloc conversion in fs/nfs
by Eric Sesterhenn
· 19 years ago
4ce70ad
SUNRPC: Further cleanups
by Trond Myklebust
· 19 years ago
963d8fe
RPC: Clean up RPC task structure
by Trond Myklebust
· 19 years ago
f99d49a
[PATCH] kfree cleanup: fs
by Jesper Juhl
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago