summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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 tag 'ecryptfs-3.8-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-01-023-6/+14
|\
| * fs/ecryptfs/crypto.c: make ecryptfs_encode_for_filename() staticCong Ding2012-12-181-1/+1
| * eCryptfs: fix to use list_for_each_entry_safe() when delete itemsWei Yongjun2012-12-181-3/+3
| * eCryptfs: Avoid unnecessary disk read and data decryption during writingLi Wang2012-11-071-2/+10
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-01-027-56/+138
|\ \
| * | ext4: avoid hang when mounting non-journal filesystems with orphan listTheodore Ts'o2012-12-271-1/+2
| * | ext4: lock i_mutex when truncating orphan inodesTheodore Ts'o2012-12-271-0/+2
| * | ext4: do not try to write superblock on ro remount w/o journalMichael Tokarev2012-12-251-1/+1
| * | ext4: include journal blocks in df overhead calcsEric Sandeen2012-12-251-0/+4
| * | ext4: remove unaligned AIO warning printkEric Sandeen2012-12-251-8/+0
| * | ext4: fix an incorrect comment about i_mutexAndy Lutomirski2012-12-251-2/+0
| * | ext4: fix deadlock in journal_unmap_buffer()Jan Kara2012-12-252-24/+85
| * | ext4: split off ext4_journalled_invalidatepage()Jan Kara2012-12-251-7/+16
| * | jbd2: fix assertion failure in jbd2_journal_flush()Jan Kara2012-12-211-1/+2
| * | ext4: check dioread_nolock on remountJan Kara2012-12-201-11/+11
| * | ext4: fix extent tree corruption caused by hole punchForrest Liu2012-12-171-4/+18
* | | mempolicy: remove arg from mpol_parse_str, mpol_to_strHugh Dickins2013-01-021-1/+1
* | | epoll: prevent missed events on EPOLL_CTL_MODEric Wong2013-01-021-1/+21
* | | f2fs: Don't assign e_id in f2fs_acl_from_diskEric W. Biederman2012-12-251-1/+0
* | | proc: Allow proc_free_inum to be called from any contextEric W. Biederman2012-12-251-6/+7
* | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2012-12-214-17/+18
|\ \ \
| * | | cifs: eliminate cifsERROR variableJeff Layton2012-12-202-6/+1
| * | | cifs: don't compare uniqueids in cifs_prime_dcache unless server inode number...Jeff Layton2012-12-201-4/+15
| * | | cifs: fix double-free of "string" in cifs_parse_mount_optionsJeff Layton2012-12-201-7/+2
* | | | Revert "nfsd: warn on odd reply state in nfsd_vfs_read"J. Bruce Fields2012-12-211-1/+0
* | | | NFS: Kill fscache warnings when mounting without -ofscTrond Myklebust2012-12-211-4/+15