Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
ef31153786bc1e4304e6b9422cc8b9efef455611
/
fs
ef31153
NFSv4.1 convert layoutcommit sync to boolean
by Andy Adamson
· 14 years ago
de4b15c
NFSv4.1 pnfs_layoutcommit_inode fixes
by Andy Adamson
· 14 years ago
cccb4d0
NFSv4.1 remove temp code that prevented ds commits
by Fred Isaman
· 14 years ago
863a3c6
NFSv4.1: layoutcommit
by Andy Adamson
· 14 years ago
e0c2b38
NFSv4.1: filelayout driver specific code for COMMIT
by Fred Isaman
· 14 years ago
988b6dc
NFSv4.1: remove GETATTR from ds commits
by Fred Isaman
· 14 years ago
a861a1e
NFSv4.1: add generic layer hooks for pnfs COMMIT
by Fred Isaman
· 14 years ago
425eb73
NFSv4.1: alloc and free commit_buckets
by Fred Isaman
· 14 years ago
c879513
NFSv4.1: shift filelayout_free_lseg
by Fred Isaman
· 14 years ago
5917ce8
NFSv4.1: pull out code from nfs_commit_release
by Fred Isaman
· 14 years ago
64bfeb4
NFSv4.1: pull error handling out of nfs_commit_list
by Fred Isaman
· 14 years ago
5f45243
NFSv4.1: add callback to nfs4_commit_done
by Fred Isaman
· 14 years ago
9ace33c
NFSv4.1: rearrange nfs_commit_rpcsetup
by Fred Isaman
· 14 years ago
465d524
NFSv4.1: don't send COMMIT to ds for data sync writes
by Fred Isaman
· 14 years ago
8ef2ce3
NFS: Detect loops in a readdir due to bad cookies
by Bryan Schumaker
· 14 years ago
480c200
NFS: Create nfs_open_dir_context
by Bryan Schumaker
· 14 years ago
e47c085
NFS: Ensure that we update the readdir filp->f_pos correctly
by Trond Myklebust
· 14 years ago
51e8165
Remove pointless memset in nfsacl_encode()
by Jesper Juhl
· 14 years ago
4667058
nfs4: Fix NULL dereference at d_alloc_and_lookup()
by Gusev Vitaliy
· 14 years ago
b8413f9
NFS: Fix a hang/infinite loop in nfs_wb_page()
by Trond Myklebust
· 14 years ago
b31268a
FS: Use stable writes when not doing a bulk flush
by Trond Myklebust
· 14 years ago
8f68cd4
nfs: BKL is no longer needed, so remove the include
by Stephen Rothwell
· 14 years ago
c5cb09b
Cleanup: Factor out some cut-and-paste code.
by Rob Landley
· 14 years ago
c12bace
cleanup: save 60 lines/100 bytes by combining two mostly duplicate functions.
by Rob Landley
· 14 years ago
7ec10f2
NFS: account direct-io into task io accounting
by Konstantin Khlebnikov
· 14 years ago
b064eca2
NFSv4: Send unmapped uid/gids to the server when using auth_sys
by Trond Myklebust
· 14 years ago
3ddeb7c
NFSv4: Propagate the error NFS4ERR_BADOWNER to nfs4_do_setattr
by Trond Myklebust
· 14 years ago
e4fd72a
NFSv4: cleanup idmapper functions to take an nfs_server argument
by Trond Myklebust
· 14 years ago
f0b8516
NFSv4: Send unmapped uid/gids to the server if the idmapper fails
by Trond Myklebust
· 14 years ago
5cf36cf
NFSv4: If the server sends us a numeric uid/gid then accept it
by Trond Myklebust
· 14 years ago
75247af
NFSv4.1: reject zero layout with zeroed stripe unit
by Benny Halevy
· 14 years ago
36fe432
NFSv4.1: Clear lseg pointer in ->doio function
by Fred Isaman
· 14 years ago
c76069b
NFSv4.1: rearrange ->doio args
by Fred Isaman
· 14 years ago
a69aef1
NFSv4.1: pnfs filelayout driver write
by Fred Isaman
· 14 years ago
7ffd106
NFSv4.1: remove GETATTR from ds writes
by Fred Isaman
· 14 years ago
0382b74
NFSv4.1: implement generic pnfs layer write switch
by Andy Adamson
· 14 years ago
44b8379
NFSv4.1: trigger LAYOUTGET for writes
by Fred Isaman
· 14 years ago
5053aa5
NFSv4.1: Send lseg down into nfs_write_rpcsetup
by Fred Isaman
· 14 years ago
b029bc9
NFSv4.1: add callback to nfs4_write_done
by Fred Isaman
· 14 years ago
d138d5d
NFSv4.1: rearrange nfs_write_rpcsetup
by Andy Adamson
· 14 years ago
568e8c4
NFSv4.1: turn off pNFS on ds connection failure
by Andy Adamson
· 14 years ago
ea8eecd
NFSv4.1 move deviceid cache to filelayout driver
by Christoph Hellwig
· 14 years ago
cbdabc7
NFSv4.1: filelayout async error handler
by Andy Adamson
· 14 years ago
dc70d7b
NFSv4.1: filelayout read
by Andy Adamson
· 14 years ago
cfe7f41
NFSv4.1: filelayout i/o helpers
by Fred Isaman
· 14 years ago
d83217c
NFSv4.1: data server connection
by Andy Adamson
· 14 years ago
64419a9
NFSv4.1: generic read
by Andy Adamson
· 14 years ago
bae724e
NFSv4.1: shift pnfs_update_layout locations
by Fred Isaman
· 14 years ago
94ad1c8
NFSv4.1: coelesce across layout stripes
by Fred Isaman
· 14 years ago
d684d2a
NFSv4.1: lseg refcounting
by Fred Isaman
· 14 years ago
94de8b2
NFSv4.1: add MDS mount DS only check
by Andy Adamson
· 14 years ago
d6fb79d
NFSv4.1: new flag for lease time check
by Andy Adamson
· 14 years ago
d3b4c9d
NFSv4.1: new flag for state renewal check
by Andy Adamson
· 14 years ago
89d1ea6
NFSv4.1: send zero stateid seqid on v4.1 i/o
by Andy Adamson
· 14 years ago
45a52a0
NFS move nfs_client initialization into nfs_get_client
by Andy Adamson
· 14 years ago
bf9c138
NFSv4.1: put_layout_hdr can remove nfsi->layout
by Andy Adamson
· 14 years ago
1360289
NFS: change nfs_writeback_done to return void
by Fred Isaman
· 14 years ago
83762c5
NFS: remove pointless if statement in nfs_direct_write_result
by Fred Isaman
· 14 years ago
f49f9ba
pnfs: fix pnfs lock inversion of i_lock and cl_lock
by Fred Isaman
· 14 years ago
9f52c25
pnfs: do not need to clear NFS_LAYOUT_BULK_RECALL flag
by Fred Isaman
· 14 years ago
3851172
pnfs: avoid incorrect use of layout stateid
by Fred Isaman
· 14 years ago
53d4737
NFS: NFSROOT should default to "proto=udp"
by Chuck Lever
· 14 years ago
57df216
nfs4: remove duplicated #include
by Huang Weiyi
· 14 years ago
f9feab1
NFSv4: nfs4_state_mark_reclaim_nograce() should be static
by Trond Myklebust
· 14 years ago
ecac799
NFSv4: Fix the setlk error handler
by Trond Myklebust
· 14 years ago
b4410c2
NFSv4.1: Fix the handling of the SEQUENCE status bits
by Trond Myklebust
· 14 years ago
0400a6b
NFSv4/4.1: Fix nfs4_schedule_state_recovery abuses
by Trond Myklebust
· 14 years ago
c34c32e
NFSv4.1 reclaim complete must wait for completion
by Andy Adamson
· 14 years ago
114f64b
NFSv4: remove duplicate clientid in struct nfs_client
by Andy Adamson
· 14 years ago
7d6d63d
NFSv4.1: Retry CREATE_SESSION on NFS4ERR_DELAY
by Ricardo Labiaga
· 14 years ago
3fa0b4e
(try3-resend) Fix nfs_compat_user_ino64 so it doesn't cause problems if bit 31 or 63 are set in fileid
by Frank Filz
· 14 years ago
43b7c3f
nfs: fix compilation warning
by Jovi Zhang
· 14 years ago
b9f8105
nfs: add kmalloc return value check in decode_and_add_ds
by Stanislav Fomichev
· 14 years ago
d2224e7
nfs: close NFSv4 COMMIT vs. CLOSE race
by Jeff Layton
· 14 years ago
bf294b4
SUNRPC: Close a race in __rpc_wait_for_completion_task()
by Trond Myklebust
· 14 years ago
fb62c00
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 14 years ago
e9e3d72
nfs4: Ensure that ACL pages sent over NFS were not allocated from the slab (v3)
by Neil Horman
· 14 years ago
455cec0
ceph: no .snap inside of snapped namespace
by Sage Weil
· 14 years ago
8336026
Merge branch 'i_nlink' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
4c7fd11
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 14 years ago
c640e13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2
by Linus Torvalds
· 14 years ago
16a8b70
ceph: do not clear I_COMPLETE from d_release
by Sage Weil
· 14 years ago
b545cc1
ceph: do not set I_COMPLETE
by Sage Weil
· 14 years ago
9bde178
Revert "ceph: keep reference to parent inode on ceph_dentry"
by Sage Weil
· 14 years ago
69102e9
hfs: fix rename() over non-empty directory
by Al Viro
· 14 years ago
810c1b2e
udf: fix i_nlink limit
by Al Viro
· 14 years ago
99890a3
fix reiserfs mkdir() breakage
by Al Viro
· 14 years ago
babfe56
exofs: i_nlink races in rename()
by Al Viro
· 14 years ago
30eb43d
nilfs2: i_nlink races in rename()
by Al Viro
· 14 years ago
6f88049
minix: i_nlink races in rename()
by Al Viro
· 14 years ago
37750cd
ufs: i_nlink races in rename()
by Al Viro
· 14 years ago
4787d45
sysv: i_nlink races in rename()
by Al Viro
· 14 years ago
f7d222e
Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 14 years ago
8aaccf7
of/flattree: Drop an uninteresting message to pr_debug level
by Paul Bolle
· 14 years ago
e8a80c6
ext2: Fix link count corruption under heavy link+rename load
by Josh Hunt
· 14 years ago
af24ee9
xfs: zero proper structure size for geometry calls
by Alex Elder
· 14 years ago
72746ac
nilfs2: fix regression that i-flag is not set on changeless checkpoints
by Ryusuke Konishi
· 14 years ago
e6eb5ce
fs/block_dev.c: fix new kernel-doc warning
by Randy Dunlap
· 14 years ago
58da94f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 14 years ago
158a5d6
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2
by Linus Torvalds
· 14 years ago
Next »