summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2013-02-15nfsd: containerize NFSd filesystemStanislav Kinsbursky
2013-02-15nfsd: fix comments on nfsd_cache_lookupJeff Layton
2013-02-15SUNRPC: remove "cache_request" argument in sunrpc_cache_pipe_upcall() functionStanislav Kinsbursky
2013-02-15SUNRPC: rework cache upcall logicStanislav Kinsbursky
2013-02-15SUNRPC: introduce cache_detail->cache_request callbackStanislav Kinsbursky
2013-02-15NFS: simplify and clean cache libraryStanislav Kinsbursky
2013-02-15NFS: use SUNRPC cache creation and destruction helper for DNS cacheStanislav Kinsbursky
2013-02-11nfsd4: free_stid can be staticFengguang Wu
2013-02-08nfsd: keep a checksum of the first 256 bytes of requestJeff Layton
2013-02-05sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton
2013-02-05nfsd4: simplify idr allocationJ. Bruce Fields
2013-02-05nfsd: Fix memleakmajianpeng
2013-02-04nfsd: register a shrinker for DRC cache entriesJeff Layton
2013-02-04nfsd: add recurring workqueue job to clean the cacheJeff Layton
2013-02-04nfsd: when updating an entry with RC_NOCACHE, just free itJeff Layton
2013-02-04nfsd: remove the cache_disabled flagJeff Layton
2013-02-04nfsd: dynamically allocate DRC entriesJeff Layton
2013-02-04nfsd: track the number of DRC entries in the cacheJeff Layton
2013-02-04nfsd: always move DRC entries to the end of LRU list when updating timestampJeff Layton
2013-02-04nfsd: initialize the exp->ex_uuid field in svc_export_initJeff Layton
2013-02-04nfsd: break out hashtable search into separate functionJeff Layton
2013-02-04nfsd: clean up and clarify the cache expiration codeJeff Layton
2013-02-04nfsd: remove redundant test from nfsd_reply_cache_freeJeff Layton
2013-02-04nfsd: add alloc and free functions for DRC entriesJeff Layton
2013-02-04nfsd: create a dedicated slabcache for DRC entriesJeff Layton
2013-02-04nfsd: get rid of RC_INTRJeff Layton
2013-02-04nfsd: remove unneeded spinlock in nfsd_cache_updateJeff Layton
2013-02-04nfsd: fix IPv6 address handling in the DRCJeff Layton
2013-01-29nfsd: Fix memleak in svc_export_putmajianpeng
2013-01-23nfsd4: require version 4 when enabling or disabling minorversionJ. Bruce Fields
2013-01-23nfsd: fix unused "nn" variable warning in free_client()Stanislav Kinsbursky
2013-01-23nfsd: Don't unlock the state while it's not lockedYanchuan Nian
2013-01-23nfsd: Pass correct slot number to nfsd4_put_drc_mem()Yanchuan Nian
2013-01-23nfsd4: simplify nfsd4_encode_fattr interface slightlyJ. Bruce Fields
2013-01-03Merge tag 'ecryptfs-3.8-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-01-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2013-01-02mempolicy: remove arg from mpol_parse_str, mpol_to_strHugh Dickins
2013-01-02epoll: prevent missed events on EPOLL_CTL_MODEric Wong
2012-12-27ext4: avoid hang when mounting non-journal filesystems with orphan listTheodore Ts'o
2012-12-27ext4: lock i_mutex when truncating orphan inodesTheodore Ts'o
2012-12-26f2fs: Don't assign e_id in f2fs_acl_from_diskEric W. Biederman
2012-12-26proc: Allow proc_free_inum to be called from any contextEric W. Biederman
2012-12-25ext4: do not try to write superblock on ro remount w/o journalMichael Tokarev
2012-12-25ext4: include journal blocks in df overhead calcsEric Sandeen
2012-12-25ext4: remove unaligned AIO warning printkEric Sandeen
2012-12-25ext4: fix an incorrect comment about i_mutexAndy Lutomirski
2012-12-25ext4: fix deadlock in journal_unmap_buffer()Jan Kara
2012-12-25ext4: split off ext4_journalled_invalidatepage()Jan Kara
2012-12-22Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2012-12-22Revert "nfsd: warn on odd reply state in nfsd_vfs_read"J. Bruce Fields