Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
2928db1ffeacc9717c2d5c230d450bcc377b3ae9
/
fs
/
nfs
2928db1
NFS: Ensure inode is always marked I_DIRTY_DATASYNC, if it has unstable pages
by Trond Myklebust
· 15 years ago
5bad5ab
NFS: Run COMMIT as an asynchronous RPC call when wbc->for_background is set
by Trond Myklebust
· 15 years ago
420e364
NFS: Reduce the number of unnecessary COMMIT calls
by Trond Myklebust
· 15 years ago
ff778d0
NFS: Add a count of the number of unstable writes carried by an inode
by Trond Myklebust
· 15 years ago
8fc795f
NFS: Cleanup - move nfs_write_inode() into fs/nfs/write.c
by Trond Myklebust
· 15 years ago
a9185b4
pass writeback_control to ->write_inode
by Christoph Hellwig
· 15 years ago
26821ed
make sure data is on disk before calling ->write_inode
by Christoph Hellwig
· 15 years ago
0f2cc4e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 15 years ago
f694869
a couple of mntget+dget -> path_get in nfs4proc
by Al Viro
· 15 years ago
6eae797
Switch alloc_nfs_open_context() to struct path
by Al Viro
· 15 years ago
0a135ba
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 15 years ago
4912002
Remove EXPERIMENTAL from NFS_FSCACHE
by Christian Kujau
· 15 years ago
003cb60
percpu: add __percpu sparse annotations to fs
by Tejun Heo
· 15 years ago
65d2695
NFS: Too many GETATTR and ACCESS calls after direct I/O
by Chuck Lever
· 15 years ago
fdcb457
NFS: Fix the mapping of the NFSERR_SERVERFAULT error
by Trond Myklebust
· 15 years ago
7549ad5
NFS: Remove a redundant check for PageFsCache in nfs_migrate_page()
by Trond Myklebust
· 15 years ago
2c17400
NFS: Fix a bug in nfs_fscache_release_page()
by Trond Myklebust
· 15 years ago
9b4b351
NFS: Don't clobber the attribute type in nfs_update_inode()
by Trond Myklebust
· 15 years ago
387c149
NFS: Fix a umount race
by Trond Myklebust
· 15 years ago
9f557cd
NFS: Fix an Oops when truncating a file
by Trond Myklebust
· 15 years ago
a2c0b9e
NFS: Ensure that we handle NFS4ERR_STALE_STATEID correctly
by Trond Myklebust
· 15 years ago
0339169
NFSv4.1: Don't call nfs4_schedule_state_recovery() unnecessarily
by Trond Myklebust
· 15 years ago
8e469eb
NFSv4: Don't allow posix locking against servers that don't support it
by Trond Myklebust
· 15 years ago
2bee72a
NFSv4: Ensure that the NFSv4 locking can recover from stateid errors
by Trond Myklebust
· 15 years ago
b0706ca
NFS: Avoid warnings when CONFIG_NFS_V4=n
by David Howells
· 15 years ago
0aa0588
NFS: Make nfs_commitdata_release static
by H Hartley Sweeten
· 15 years ago
82be934
NFS: Try to commit unstable writes in nfs_release_page()
by Trond Myklebust
· 15 years ago
c9edda7
NFS: Fix a reference leak in nfs_wb_cancel_page()
by Trond Myklebust
· 15 years ago
5633593
nfs: fix oops in nfs_rename()
by OGAWA Hirofumi
· 15 years ago
a2770d8
Revert "fix mismerge with Trond's stuff (create_mnt_ns() export is gone now)"
by Linus Torvalds
· 15 years ago
bac5e54
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 15 years ago
e4bdda1
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 15 years ago
37c24b3
Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 15 years ago
e9496ff
fix mismerge with Trond's stuff (create_mnt_ns() export is gone now)
by Al Viro
· 15 years ago
3804541
NFSv4: Fix a regression in the NFSv4 state manager
by Trond Myklebust
· 15 years ago
72211db
NFSv4: Release the sequence id before restarting a CLOSE rpc call
by Trond Myklebust
· 15 years ago
68bf05e
nfs41: fix session fore channel negotiation
by Andy Adamson
· 15 years ago
a5523b8
nfs41: do not zero seqid portion of stateid on close
by Andy Adamson
· 15 years ago
5601a00
nfs: run state manager in privileged mode
by Alexandros Batsakis
· 15 years ago
b257957
nfs: make recovery state manager operations privileged
by Alexandros Batsakis
· 15 years ago
689cf5c
nfs: enforce FIFO ordering of operations trying to acquire slot
by Alexandros Batsakis
· 15 years ago
40ead58
nfs: remove rpc_task argument from nfs4_find_slot
by Alexandros Batsakis
· 15 years ago
afe6c27
nfs: change nfs4_do_setlk params to identify recovery type
by Alexandros Batsakis
· 15 years ago
0f7e720
nfs: do not do a LOOKUP after open
by Alexandros Batsakis
· 15 years ago
3bfb0fc
nfs: minor cleanup of session draining
by Alexandros Batsakis
· 15 years ago
3f86ce7
Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 15 years ago
d031655
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 15 years ago
52c9948
Merge branch 'nfs-for-2.6.33'
by Trond Myklebust
· 15 years ago
190f38e
NFS: Fix nfs_migrate_page()
by Trond Myklebust
· 15 years ago
6b2f3d1
vfs: Implement proper O_SYNC semantics
by Christoph Hellwig
· 15 years ago
7cab89b
nfs41: Invoke RECLAIM_COMPLETE on all new client ids
by Ricardo Labiaga
· 15 years ago
6035ccd
Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
1557d33
Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6
by Linus Torvalds
· 15 years ago
88069f7
NFSv41: Fix a potential state leakage when restarting nfs4_close_prepare
by Trond Myklebust
· 15 years ago
74e7bb7
nfs41: Handle NFSv4.1 session errors in the delegation recall code
by Ricardo Labiaga
· 15 years ago
7970886
nfs41: Retry delegation return if it failed with session error
by Ricardo Labiaga
· 15 years ago
bcfa49f
nfs41: Handle session errors during delegation return
by Ricardo Labiaga
· 15 years ago
f455848
nfs41: Mark stateids in need of reclaim if state manager gets stale clientid
by Ricardo Labiaga
· 15 years ago
0110ee1
NFS: Fix up the declaration of nfs4_restart_rpc when NFSv4 not configured
by Trond Myklebust
· 15 years ago
9dfdf40
nfs41: Don't clear DRAINING flag on NFS4ERR_STALE_CLIENTID
by Ricardo Labiaga
· 15 years ago
9430fb6
nfs41: nfs41_setup_state_renewal
by Ricardo Labiaga
· 15 years ago
bcb5616
NFSv41: More cleanups
by Trond Myklebust
· 15 years ago
35dc1d7
NFSv41: Fix up some bugs in the NFS4CLNT_SESSION_DRAINING code
by Trond Myklebust
· 15 years ago
d61e612
NFSv41: Clean up slot table management
by Trond Myklebust
· 15 years ago
f26468f
NFSv41: Fix nfs4_proc_create_session
by Trond Myklebust
· 15 years ago
da6ebfe
nfs41: Invoke RECLAIM_COMPLETE
by Ricardo Labiaga
· 15 years ago
fce5c83
nfs41: RECLAIM_COMPLETE functionality
by Ricardo Labiaga
· 15 years ago
18019753
nfs41: RECLAIM_COMPLETE XDR functionality
by Ricardo Labiaga
· 15 years ago
8b17321
Cleanup some NFSv4 XDR decode comments
by Ricardo Labiaga
· 15 years ago
0556d1a
NFSv41: nfs4_reset_session must always set NFS4CLNT_SESSION_DRAINING
by Trond Myklebust
· 15 years ago
2597641
nfs41: v2 fix cb_recall bug
by Alexandros Batsakis
· 15 years ago
0629e37
nfs41: check SEQUENCE status flag
by Alexandros Batsakis
· 15 years ago
2449ea2
nfs41: V2 adjust max_rqst_sz, max_resp_sz w.r.t to rsize, wsize
by Alexandros Batsakis
· 15 years ago
7b183d0
nfs41: remove server-only EXCHGID4_FLAG_CONFIRMED_R flag from exchange_id
by Alexandros Batsakis
· 15 years ago
4882ef7
nfs41: add support for the exclusive create flags
by Alexandros Batsakis
· 15 years ago
d8cb1a7
nfs41: check if session exists and if it is persistent
by Alexandros Batsakis
· 15 years ago
31f0960
nfs41: V2 initial support for CB_RECALL_ANY
by Alexandros Batsakis
· 15 years ago
c79571a
nfs4: V2 return/expire delegations depending on their type
by Alexandros Batsakis
· 15 years ago
b4a6f49
nfs4: minor delegation cleaning
by Alexandros Batsakis
· 15 years ago
07bccc2
nfs41: add support for callback with RPC version number 4
by Alexandros Batsakis
· 15 years ago
0b9e2d4
nfs41: only state manager sets NFS4CLNT_SESSION_SETUP
by Andy Adamson
· 15 years ago
691daf3
nfs41: drain session cleanup
by Andy Adamson
· 15 years ago
ea028ac
nfs41: nfs41: fix state manager deadlock in session reset
by Andy Adamson
· 15 years ago
05f0d23
nfs41: remove nfs4_recover_session
by Andy Adamson
· 15 years ago
2628edd
nfs41: don't clear tk_action on success
by Andy Adamson
· 15 years ago
8ba9bf8
nfs41: fix switch in nfs4_recovery_handle_error
by Andy Adamson
· 15 years ago
b917923
nfs41: fix switch in nfs4_handle_exception
by Andy Adamson
· 15 years ago
36bbe34
nfs41: free the slot on unhandled read errors
by Andy Adamson
· 15 years ago
e608e79
nfs41: call free slot from nfs4_restart_rpc
by Andy Adamson
· 15 years ago
1d9ddde9
nfs41: nfs4_get_lease_time will never session reset
by Andy Adamson
· 15 years ago
6df0818
nfs41: rename cl_state session SETUP bit to RESET
by Andy Adamson
· 15 years ago
4d643d1
nfs41: add create session into establish_clid
by Andy Adamson
· 15 years ago
7285f2d
Merge branch 'devel' into linux-next
by Trond Myklebust
· 15 years ago
44ed355
NFS4ERR_FILE_OPEN handling in Linux/NFS
by NeilBrown
· 15 years ago
24e9302
nfs: clean up sillyrenaming in nfs_rename()
by Miklos Szeredi
· 15 years ago
2722610
nfs: dont unhash target if renaming a directory
by Miklos Szeredi
· 15 years ago
28f79a1
nfs: fix comments in nfs_rename()
by Miklos Szeredi
· 15 years ago
e48de5e
nfs: remove unnecessary check from nfs_rename()
by Miklos Szeredi
· 15 years ago
9c4c761
NFSv4.1: Handle NFSv4.1 session errors in the lock recovery code
by Trond Myklebust
· 15 years ago
dd47f96
NFS: Revert default r/wsize behavior
by Chuck Lever
· 15 years ago
Next »