Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
24d406a6bf736f7aebdc8fa0f0ec86e0890c6d24
/
fs
/
nfs
1b8e949
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 13 years ago
d3fb612
switch posix_acl_create() to umode_t *
by Al Viro
· 13 years ago
a00ed25
NFS: Re-enable compilation of nfs with !CONFIG_NFS_V4 || !CONFIG_NFS_V4_1
by Trond Myklebust
· 13 years ago
24c3047
Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 13 years ago
71cdd40
pnfsblock: write_pagelist handle zero invalid extents
by Peng Tao
· 13 years ago
31e6306
pnfsblock: note written INVAL areas for layoutcommit
by Fred Isaman
· 13 years ago
650e2d3
pnfsblock: bl_write_pagelist
by Fred Isaman
· 13 years ago
9549ec0
pnfsblock: bl_read_pagelist
by Fred Isaman
· 13 years ago
b2be781
pnfsblock: cleanup_layoutcommit
by Fred Isaman
· 13 years ago
90ace12
pnfsblock: encode_layoutcommit
by Fred Isaman
· 13 years ago
9f37704
pnfsblock: merge rw extents
by Fred Isaman
· 13 years ago
c1c2a4c
pnfsblock: add extent manipulation functions
by Fred Isaman
· 13 years ago
6d742ba
pnfsblock: bl_find_get_extent
by Fred Isaman
· 13 years ago
e9437cc
pnfsblock: xdr decode pnfs_block_layout4
by Fred Isaman
· 13 years ago
2f9fd18
pnfsblock: call and parse getdevicelist
by Fred Isaman
· 13 years ago
03341d2
pnfsblock: merge extents
by Fred Isaman
· 13 years ago
a60d2eb
pnfsblock: lseg alloc and free
by Fred Isaman
· 13 years ago
025a70e
pnfsblock: remove device operations
by Jim Rees
· 13 years ago
fe0a9b7
pnfsblock: add device operations
by Jim Rees
· 13 years ago
9e69296
pnfsblock: basic extent code
by Fred Isaman
· 13 years ago
e9643fe
pnfsblock: use pageio_ops api
by Benny Halevy
· 13 years ago
155e752
pnfsblock: add blocklayout Kconfig option, Makefile, and stubs
by Fred Isaman
· 13 years ago
db29c08
pnfs: cleanup_layoutcommit
by Andy Adamson
· 13 years ago
dae100c
pnfs: ask for layout_blksize and save it in nfs_server
by Fred Isaman
· 13 years ago
738fd0f3
pnfs: add set-clear layoutdriver interface
by Benny Halevy
· 13 years ago
7f11d8d
pnfs: GETDEVICELIST
by Andy Adamson
· 13 years ago
3557c6c
pnfs: use lwb as layoutcommit length
by Peng Tao
· 13 years ago
a9bae56
pnfs: let layoutcommit handle a list of lseg
by Peng Tao
· 13 years ago
9fa4075
pnfs: save layoutcommit cred at layout header init
by Peng Tao
· 13 years ago
acff5880
pnfs: save layoutcommit lwb at layout header
by Peng Tao
· 13 years ago
374e4e3
Additional readdir cookie loop information
by Bryan Schumaker
· 13 years ago
0c03080
NFS: Fix spurious readdir cookie loop messages
by Trond Myklebust
· 13 years ago
28890d3
Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 13 years ago
6006349
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
f01ef56
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/writeback
by Linus Torvalds
· 13 years ago
d3ec484
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
ed1e621
NFSv4: Don't use the delegation->inode in nfs_mark_return_delegation()
by Trond Myklebust
· 13 years ago
73ca100
nfs: don't use d_move in nfs_async_rename_done
by Jeff Layton
· 13 years ago
5f00bcb
Merge branch 'master' into devel and apply fixup from Stephen Rothwell:
by Stephen Rothwell
· 13 years ago
826cae2
kill boilerplates around posix_acl_create_masq()
by Al Viro
· 13 years ago
02c24a8
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
by Josef Bacik
· 13 years ago
06222e4
fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseek
by Josef Bacik
· 13 years ago
e0a0124
switch vfs_path_lookup() to struct path
by Al Viro
· 13 years ago
8aeb376
nfs: LOOKUP_{OPEN,CREATE,EXCL} is set only on the last step
by Al Viro
· 13 years ago
dd7dd55
no need to check for LOOKUP_OPEN in ->create() instances
by Al Viro
· 13 years ago
8a5e929
don't transliterate lower bits of ->intent.open.flags to FMODE_...
by Al Viro
· 13 years ago
f7c8586
fix mknod() on nfs4 (hopefully)
by Al Viro
· 13 years ago
5114159
nameidata_to_nfs_open_context() doesn't need nameidata, actually...
by Al Viro
· 13 years ago
3d4ff43
nfs_open_context doesn't need struct path either
by Al Viro
· 13 years ago
82a2c1b
nfs4_opendata doesn't need struct path either
by Al Viro
· 13 years ago
643168c
nfs4_closedata doesn't need to mess with struct path
by Al Viro
· 13 years ago
10556cb
->permission() sanitizing: don't pass flags to ->permission()
by Al Viro
· 13 years ago
2830ba7
->permission() sanitizing: don't pass flags to generic_permission()
by Al Viro
· 13 years ago
178ea735
kill check_acl callback of generic_permission()
by Al Viro
· 13 years ago
f85ef69
pnfs: simplify pnfs files module autoloading
by J. Bruce Fields
· 13 years ago
674e405
nfs: document nfsv4 sillyrename issues
by J. Bruce Fields
· 13 years ago
94b134a
NFS: Convert nfs4_set_ds_client to EXPORT_SYMBOL_GPL
by Trond Myklebust
· 13 years ago
9e00abc
SUNRPC: sunrpc should not explicitly depend on NFS config options
by Trond Myklebust
· 13 years ago
1f94535
NFS: Clean up - simplify the switch to read/write-through-MDS
by Trond Myklebust
· 13 years ago
dce8129
NFS: Move the pnfs write code into pnfs.c
by Trond Myklebust
· 13 years ago
493292d
NFS: Move the pnfs read code into pnfs.c
by Trond Myklebust
· 13 years ago
d9156f9
NFS: Allow the nfs_pageio_descriptor to signal that a re-coalesce is needed
by Trond Myklebust
· 13 years ago
d097971
NFS: Use the nfs_pageio_descriptor->pg_bsize in the read/write request
by Trond Myklebust
· 13 years ago
50828d7
NFS: Cache rpc_ops in struct nfs_pageio_descriptor
by Trond Myklebust
· 13 years ago
275acaa
NFS: Clean up: split out the RPC transmission from nfs_pagein_multi/one
by Trond Myklebust
· 13 years ago
3b60918
NFS: fix return value of nfs_pagein_one/nfs_flush_one
by Peng Tao
· 13 years ago
201f92e
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 13 years ago
6e4efd5
NFS: Clean up nfs_read_rpcsetup and nfs_write_rpcsetup
by Trond Myklebust
· 13 years ago
87ed5eb
NFS: Don't use DATA_SYNC writes
by Trond Myklebust
· 13 years ago
c47abcf
NFSv4.1: do not use deviceids after MDS clientid invalidation
by Andy Adamson
· 13 years ago
a56aaa0
NFSv4.1: Clean up layoutreturn
by Trond Myklebust
· 13 years ago
7c24d94
NFSv4.1: File layout only supports whole file layouts
by Andy Adamson
· 13 years ago
47cb498
NFSv4.1: Clean ups for the device id cache
by Trond Myklebust
· 13 years ago
e885de1
NFSv4.1: Fall back to ordinary i/o through the mds if we have no layout segment
by Trond Myklebust
· 13 years ago
d8007d4
NFSv4.1: Add an initialisation callback for pNFS
by Trond Myklebust
· 13 years ago
1751c36
NFS: Cleanup of the nfs_pageio code in preparation for a pnfs bugfix
by Trond Myklebust
· 13 years ago
f062eb6
NFS: test and free stateids during recovery
by Bryan Schumaker
· 13 years ago
9aeda35
NFS: added FREE_STATEID call
by Bryan Schumaker
· 13 years ago
7d97479
NFS: Added TEST_STATEID call
by Bryan Schumaker
· 13 years ago
fca78d6
NFS: Add SECINFO_NO_NAME procedure
by Bryan Schumaker
· 13 years ago
6382a44
NFS: move pnfs layouts to nfs_server structure
by Weston Andros Adamson
· 13 years ago
35dbbc9
NFS: fix comment
by Weston Andros Adamson
· 13 years ago
78fe0f4
NFS: use scope from exchange_id to skip reclaim
by Weston Andros Adamson
· 13 years ago
7e574f0
NFS: pnfs: loop over multipath addrs on connect
by Weston Andros Adamson
· 13 years ago
14f9a60
NFS: Parse and store all multipath DS addresses
by Weston Andros Adamson
· 13 years ago
c9895cb
NFS: pnfs IPv6 support
by Weston Andros Adamson
· 13 years ago
e5012d1
NFSv4.1: update nfs4_fattr_bitmap_maxsz
by Andy Adamson
· 13 years ago
b7e9c22
Merge branch 'master' into for-next
by Jiri Kosina
· 13 years ago
c902ce1
FS-Cache: Add a helper to bulk uncache pages on an inode
by David Howells
· 13 years ago
2bea038
pnfs: write: Set mds_offset in the generic layer - it is needed by all LDs
by Boaz Harrosh
· 13 years ago
1650add
NFS: Fix decode_secinfo_maxsz
by Bryan Schumaker
· 13 years ago
19982ba
NFSv4.1: Fix an off-by-one error in pnfs_generic_pg_test
by Trond Myklebust
· 13 years ago
8f7d5ef
NFSv4.1: Fix some issues with pnfs_generic_pg_test
by Trond Myklebust
· 13 years ago
19345cb
NFSv4.1: file layout must consider pg_bsize for coalescing
by Benny Halevy
· 13 years ago
e44ba03
treewide: remove duplicate includes
by Vitaliy Ivanov
· 13 years ago
df18d12
pnfs-obj: No longer needed to take an extra ref at add_device
by Boaz Harrosh
· 13 years ago
ee7b75f
NFSv4: Fix a readdir regression
by Trond Myklebust
· 13 years ago
9e2dfdb
nfs4.1: mark layout as bad on error path in _pnfs_return_layout
by Fred Isaman
· 13 years ago
ea0ded7
nfs4.1: prevent race that allowed use of freed layout in _pnfs_return_layout
by Fred Isaman
· 13 years ago
1ed3a85
NFSv4.1: need to put_layout_hdr on _pnfs_return_layout error path
by Benny Halevy
· 13 years ago
Next »