summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | SUNRPC: rework cache upcall logicStanislav Kinsbursky2013-02-152-26/+0
| * | | | | | | | SUNRPC: introduce cache_detail->cache_request callbackStanislav Kinsbursky2013-02-153-5/+10
| * | | | | | | | NFS: simplify and clean cache libraryStanislav Kinsbursky2013-02-153-16/+4
| * | | | | | | | NFS: use SUNRPC cache creation and destruction helper for DNS cacheStanislav Kinsbursky2013-02-151-35/+25
| * | | | | | | | nfsd4: free_stid can be staticFengguang Wu2013-02-111-1/+1
| * | | | | | | | nfsd: keep a checksum of the first 256 bytes of requestJeff Layton2013-02-082-3/+49
| * | | | | | | | sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton2013-02-0513-6/+14
| * | | | | | | | nfsd4: simplify idr allocationJ. Bruce Fields2013-02-051-29/+52
| * | | | | | | | nfsd: Fix memleakmajianpeng2013-02-051-0/+2
| * | | | | | | | nfsd: register a shrinker for DRC cache entriesJeff Layton2013-02-041-0/+23
| * | | | | | | | nfsd: add recurring workqueue job to clean the cacheJeff Layton2013-02-041-3/+47
| * | | | | | | | nfsd: when updating an entry with RC_NOCACHE, just free itJeff Layton2013-02-041-4/+14
| * | | | | | | | nfsd: remove the cache_disabled flagJeff Layton2013-02-041-7/+3
| * | | | | | | | nfsd: dynamically allocate DRC entriesJeff Layton2013-02-041-50/+75
| * | | | | | | | nfsd: track the number of DRC entries in the cacheJeff Layton2013-02-041-0/+4
| * | | | | | | | nfsd: always move DRC entries to the end of LRU list when updating timestampJeff Layton2013-02-041-3/+2
| * | | | | | | | nfsd: initialize the exp->ex_uuid field in svc_export_initJeff Layton2013-02-041-0/+1
| * | | | | | | | nfsd: break out hashtable search into separate functionJeff Layton2013-02-041-13/+33
| * | | | | | | | nfsd: clean up and clarify the cache expiration codeJeff Layton2013-02-042-1/+11
| * | | | | | | | nfsd: remove redundant test from nfsd_reply_cache_freeJeff Layton2013-02-041-1/+1
| * | | | | | | | nfsd: add alloc and free functions for DRC entriesJeff Layton2013-02-041-9/+27
| * | | | | | | | nfsd: create a dedicated slabcache for DRC entriesJeff Layton2013-02-041-2/+13
| * | | | | | | | nfsd: get rid of RC_INTRJeff Layton2013-02-042-3/+1
| * | | | | | | | nfsd: remove unneeded spinlock in nfsd_cache_updateJeff Layton2013-02-041-2/+0
| * | | | | | | | nfsd: fix IPv6 address handling in the DRCJeff Layton2013-02-042-3/+10
| * | | | | | | | nfsd: Fix memleak in svc_export_putmajianpeng2013-01-291-0/+1
| * | | | | | | | nfsd4: require version 4 when enabling or disabling minorversionJ. Bruce Fields2013-01-231-1/+1
| * | | | | | | | nfsd: fix unused "nn" variable warning in free_client()Stanislav Kinsbursky2013-01-231-1/+1
| * | | | | | | | nfsd: Don't unlock the state while it's not lockedYanchuan Nian2013-01-231-1/+2
| * | | | | | | | nfsd: Pass correct slot number to nfsd4_put_drc_mem()Yanchuan Nian2013-01-231-1/+1
| * | | | | | | | nfsd4: simplify nfsd4_encode_fattr interface slightlyJ. Bruce Fields2013-01-233-17/+13
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-02-2811-105/+265
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | libceph: update osd request/reply encodingSage Weil2013-02-261-25/+6
| * | | | | | | | | libceph: calculate placement based on the internal data typesSage Weil2013-02-261-4/+1
| * | | | | | | | | ceph: update support for PGID64, PGPOOL3, OSDENC protocol featuresSage Weil2013-02-261-4/+8
| * | | | | | | | | libceph: decode into cpu-native ceph_pg typeSage Weil2013-02-261-2/+3
| * | | | | | | | | libceph: rename ceph_pg -> ceph_pg_v1Sage Weil2013-02-261-1/+1
| * | | | | | | | | ceph: eliminate sparse warnings in fs codeAlex Elder2013-02-251-2/+2
| * | | | | | | | | ceph: fix statvfs fr_sizeSage Weil2013-02-222-2/+7
| * | | | | | | | | Merge branch 'testing' of github.com:ceph/ceph-client into into linux-3.8-cephAlex Elder2013-02-199-69/+241
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| | * | | | | | | | ceph: remove a few bogus declarationsAlex Elder2013-02-191-7/+1
| | * | | | | | | | libceph: update ceph_mds_state_name() and ceph_mds_op_name()Alex Elder2013-02-181-0/+4
| | * | | | | | | | ceph: kill ceph_osdc_new_request() "num_reply" parameterAlex Elder2013-02-182-3/+3
| | * | | | | | | | ceph: kill ceph_osdc_writepages() "flags" parameterAlex Elder2013-02-181-2/+1
| | * | | | | | | | ceph: kill ceph_osdc_writepages() "dosync" parameterAlex Elder2013-02-181-1/+1
| | * | | | | | | | ceph: kill ceph_osdc_writepages() "nofail" parameterAlex Elder2013-02-181-1/+1
| | * | | | | | | | ceph: implement hidden per-field ceph.*.layout.* vxattrsSage Weil2013-02-131-0/+59
| | * | | | | | | | ceph: add ceph.dir.layout vxattrSage Weil2013-02-131-0/+8
| | * | | | | | | | ceph: change ceph.file.layout.* implementation, contentSage Weil2013-02-131-14/+53
| | * | | | | | | | ceph: fix listxattr handling for vxattrsSage Weil2013-02-131-6/+13
OpenPOWER on IntegriCloud