Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
754b8e653412106ff613f4750b197f807fcd8347
/
fs
/
nfs
27fb8d7
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 15 years ago
d9e80b7
nfs d_revalidate() is too trigger-happy with d_drop()
by Al Viro
· 15 years ago
9699eda
nfs: fix memory leak in nfs_get_sb with CONFIG_NFS_V4
by Xiaotian Feng
· 15 years ago
acf82b8
nfs: fix some issues in nfs41_proc_reclaim_complete()
by Dan Carpenter
· 15 years ago
ba8b06e
NFS: Ensure that nfs_wb_page() waits for Pg_writeback to clear
by Trond Myklebust
· 15 years ago
71d0a61
NFS: Fix an unstable write data integrity race
by Trond Myklebust
· 15 years ago
cdd29ec
nfs: testing for null instead of ERR_PTR()
by Dan Carpenter
· 15 years ago
356e76b
NFS: rsize and wsize settings ignored on v4 mounts
by Chuck Lever
· 15 years ago
1f063d2
NFSv4: Don't attempt an atomic open if the file is a mountpoint
by Trond Myklebust
· 15 years ago
0df5dd4
NFSv4: fix delegated locking
by Trond Myklebust
· 15 years ago
2c61be0
NFS: Ensure that the WRITE and COMMIT RPC calls are always uninterruptible
by Trond Myklebust
· 15 years ago
a6305dd
NFS: Fix a race with the new commit code
by Trond Myklebust
· 15 years ago
b80c3cb
NFS: Ensure that writeback_single_inode() calls write_inode() when syncing
by Trond Myklebust
· 15 years ago
1544fa0
NFS: Fix the mode calculation in nfs_find_open_context
by Trond Myklebust
· 15 years ago
80e6063
NFSv4: Fall back to ordinary lookup if nfs4_atomic_open() returns EISDIR
by Trond Myklebust
· 15 years ago
04287f9
Have nfs ->d_revalidate() report errors properly
by Al Viro
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
556ae3b
NFS: don't try to decode GETATTR if DELEGRETURN returned error
by Jeff Layton
· 15 years ago
d812e57
NFS: Prevent another deadlock in nfs_release_page()
by Trond Myklebust
· 15 years ago
cfbc068
NFS: ensure bdi_unregister is called on mount failure.
by NeilBrown
· 15 years ago
bb6fbc4
NFS: Avoid a deadlock in nfs_release_page
by Trond Myklebust
· 15 years ago
b4d2314
NFSv4: Don't ignore the NFS_INO_REVAL_FORCED flag in nfs_revalidate_inode()
by Trond Myklebust
· 15 years ago
49697ee
nfs4: Make the v4 callback service hidden
by Steve Dickson
· 15 years ago
7dd08a5
nfs: fix unlikely memory leak
by Dan Carpenter
· 15 years ago
05c5cb3
Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 15 years ago
3fa04ec
Merge branch 'writeback-for-2.6.34' into nfs-for-2.6.34
by Trond Myklebust
· 15 years ago
1cda707
NFS: Remove requirement for inode->i_mutex from nfs_invalidate_mapping
by Trond Myklebust
· 15 years ago
5cf9521
NFS: Clean up nfs_sync_mapping
by Trond Myklebust
· 15 years ago
7f2f12d
NFS: Simplify nfs_wb_page()
by Trond Myklebust
· 15 years ago
acdc53b
NFS: Replace __nfs_write_mapping with sync_inode()
by Trond Myklebust
· 15 years ago
c988950
NFS: Simplify nfs_wb_page_cancel()
by Trond Myklebust
· 15 years ago
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
4ea41e2
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs into for-2.6.34-incoming
by J. Bruce Fields
· 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
180b62a
nfs41 fix NFS4ERR_CLID_INUSE for exchange id
by Andy Adamson
· 15 years ago
ebed920
NFS: Fix an allocation-under-spinlock bug
by Trond Myklebust
· 15 years ago
0f79fd6
NFSv4.1: Various fixes to the sequence flag error handling
by Trond Myklebust
· 15 years ago
0851de0
nfs4: renewd renew operations should take/put a client reference
by Alexandros Batsakis
· 15 years ago
7135840
nfs41: renewd sequence operations should take/put client reference
by Alexandros Batsakis
· 15 years ago
dc96aef
nfs: prevent backlogging of renewd requests
by Alexandros Batsakis
· 15 years ago
888ef2e
nfs: kill renewd before clearing client minor version
by Alexandros Batsakis
· 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
f895c53
NFS: Make close(2) asynchronous when closing NFS O_DIRECT files
by Chuck Lever
· 15 years ago
7e38117
NFS: Improve NFS iostat byte count accuracy for writes
by Chuck Lever
· 15 years ago
aa2f1ef
NFS: Account for NFS bytes read via the splice API
by Chuck Lever
· 15 years ago
4184dcf
NFS: Fix byte accounting for generic NFS reads
by Chuck Lever
· 15 years ago
c2459dc
NFS: Proper accounting for NFS VFS calls
by Chuck Lever
· 15 years ago
9733f0d
nfs41: cleanup callback code to use __be32 type
by Andy Adamson
· 15 years ago
41f54a5
nfs41: clear NFS4CLNT_RECALL_SLOT bit on session reset
by Andy Adamson
· 15 years ago
bae0ac0
nfs41: fix nfs4_callback_recallslot
by Andy Adamson
· 15 years ago
104aeba
nfs41: resize slot table in reset
by Andy Adamson
· 15 years ago
b9efa1b
nfs41: implement cb_recall_slot
by Andy Adamson
· 15 years ago
4911096
nfs41: back channel drc minimal implementation
by Andy Adamson
· 15 years ago
b2f28bd
nfs41: prepare for back channel drc
by Andy Adamson
· 15 years ago
e95e60d
nfs41: remove uneeded checks in callback processing
by Andy Adamson
· 15 years ago
b92b301
nfs41: directly encode back channel error
by Andy Adamson
· 15 years ago
31d2b43
nfs41: fix wrong error on callback header xdr overflow
by Andy Adamson
· 15 years ago
72ce2b3
nfs41: Process callback's referring call list
by Mike Sager
· 15 years ago
a7989c3
nfs41: Check slot table for referring calls
by Mike Sager
· 15 years ago
8e0d46e
nfs41: Adjust max cache response size value
by Mike Sager
· 15 years ago
97cefcc
nfs: handle NFSv2 -EKEYEXPIRED returns from RPC layer appropriately
by Jeff Layton
· 15 years ago
b68d69b
nfs: handle NFSv3 -EKEYEXPIRED errors as we would -EJUKEBOX
by Jeff Layton
· 15 years ago
2c64348
nfs4: handle -EKEYEXPIRED errors from RPC layer
by Jeff Layton
· 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
d6783b2
SUNRPC: Bury "#ifdef IPV6" in svc_create_xprt()
by Chuck Lever
· 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
Next »