summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-09-12ocfs2: free path in ocfs2_remove_inode_range()Younger Liu1-0/+1
2013-09-12ocfs2: fix possible double free in ocfs2_reflink_xattr_recJoseph Qi1-1/+1
2013-09-12ocfs2/dlm: force clean refmap when doing local cleanupXue jiufei1-0/+8
2013-09-12ocfs2: free meta_ac and data_ac when ocfs2_start_trans fails in ocfs2_xattr_s...Younger Liu1-2/+3
2013-09-12ocfs2: add the missing return value check of ocfs2_xattr_get_clustersJoseph Qi1-0/+4
2013-09-12ocfs2: fix a memory leak in __ocfs2_move_extents()Jie Liu1-0/+1
2013-09-12ocfs2: add missing return value check of ocfs2_get_clusters()Joseph Qi1-2/+8
2013-09-12ocfs2: clean up dead code in ocfs2_acl_from_xattr()Joseph Qi1-4/+0
2013-09-12ocfs2: use list_for_each_entry() instead of list_for_each()Dong Fang10-99/+45
2013-09-12fs/ocfs2/cluster/tcp.c: fix possible null pointer dereferencesSunil Mushran1-5/+5
2013-09-12ocfs2: ac_bits_wanted should be local_alloc_bits when returns -ENOSPCYounger Liu1-2/+2
2013-09-12ocfs2: dlm_request_all_locks() should deal with the status sent from target nodeXue jiufei1-1/+4
2013-09-12ocfs2: use i_size_read() to access i_sizeJunxiao Bi7-21/+21
2013-09-12ocfs2: lighten up allocate transactionYounger Liu4-5/+49
2013-09-11Merge tag 'for-linus-3.12-merge' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-4/+4
2013-09-11Merge tag 'squashfs-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-14/+27
2013-09-11NFSv4.1: sp4_mach_cred: WARN_ON -> WARN_ON_ONCEWeston Andros Adamson1-2/+2
2013-09-11NFSv4.1: sp4_mach_cred: no need to ref count credsWeston Andros Adamson1-3/+3
2013-09-11NFSv4.1: fix SECINFO* use of put_rpccredWeston Andros Adamson1-6/+10
2013-09-11NFSv4.1: sp4_mach_cred: ask for WRITE and COMMITWeston Andros Adamson1-2/+4
2013-09-11Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-14/+21
2013-09-11super: fix for destroy lrusGlauber Costa3-2/+5
2013-09-11list_lru: dynamically adjust node arraysGlauber Costa3-5/+22
2013-09-11fs: convert fs shrinkers to new scan/count APIDave Chinner14-96/+158
2013-09-11xfs: fix dquot isolation hangDave Chinner1-4/+6
2013-09-11xfs-convert-dquot-cache-lru-to-list_lru-fixAndrew Morton1-3/+3
2013-09-11xfs: convert dquot cache lru to list_lruDave Chinner3-144/+144
2013-09-11xfs: rework buffer dispose list trackingDave Chinner2-58/+79
2013-09-11xfs-convert-buftarg-lru-to-generic-code-fixAndrew Morton1-3/+3
2013-09-11xfs: convert buftarg LRU to generic codeDave Chinner2-93/+82
2013-09-11fs: convert inode and dentry shrinking to be node awareDave Chinner5-19/+31
2013-09-11shrinker: add node awarenessDave Chinner1-0/+1
2013-09-11list_lru: remove special case function list_lru_dispose_all.Glauber Costa1-20/+29
2013-09-11dcache: convert to use new lru list infrastructureDave Chinner2-98/+83
2013-09-11inode: move inode to a different list inside lockGlauber Costa1-1/+1
2013-09-11inode: convert inode lru list to generic lru list code.Dave Chinner2-112/+75
2013-09-11shrinker: convert superblock shrinkers to new APIDave Chinner7-42/+68
2013-09-11dcache: remove dentries from LRU before putting on dispose listDave Chinner1-21/+78
2013-09-11dentry: move to per-sb LRU locksDave Chinner2-17/+17
2013-09-11dcache: convert dentry_stat.nr_unused to per-cpu countersDave Chinner1-3/+27
2013-09-11super: fix calculation of shrinkable objects for small numbersGlauber Costa7-15/+14
2013-09-11fs: bump inode and dentry counters to longGlauber Costa3-14/+14
2013-09-11Add missing unlocks to error paths of mountpoint_last.Dave Jones1-1/+4
2013-09-11... and fold the renamed __vfs_follow_link() into its only callerAl Viro1-24/+14
2013-09-11fs: remove vfs_follow_linkChristoph Hellwig1-8/+2
2013-09-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds8-167/+221
2013-09-10vfs: make sure we don't have a stale root path if unlazy_walk() failsLinus Torvalds1-1/+4
2013-09-10NFSv4.1 fix decode_free_stateidAndy Adamson1-15/+2
2013-09-10CIFS: Respect epoch value from create lease context v2Pavel Shilovsky6-17/+71
2013-09-10CIFS: Add create lease v2 context for SMB3Pavel Shilovsky2-13/+73