summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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-10xfs: don't assert fail on bad inode numbersDave Chinner1-5/+3
2013-09-10xfs: aborted buf items can be in the AIL.Dave Chinner1-5/+19
2013-09-10xfs: factor all the kmalloc-or-vmalloc fallback allocationsDave Chinner7-78/+43
2013-09-10xfs: fix memory allocation failures with ACLsDave Chinner1-10/+22
2013-09-10xfs: ensure we copy buffer type in da btree root splitsDave Chinner1-0/+1
2013-09-10xfs: set remote symlink buffer type for recoveryDave Chinner1-0/+2
2013-09-10xfs: recovery of swap extents operations for CRC filesystemsDave Chinner11-67/+171
2013-09-10NFSv4.1 fix decode_free_stateidAndy Adamson1-15/+2
2013-09-10fscache: check consistency does not decrement refcountMilosz Tanski1-1/+2
2013-09-10xfs: swap extents operations for CRC filesystemsDave Chinner6-39/+231
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
2013-09-10CIFS: Move parsing lease buffer to ops structPavel Shilovsky3-17/+25
2013-09-10CIFS: Move creating lease buffer to ops structPavel Shilovsky3-45/+58
2013-09-10CIFS: Store lease state itself rather than a mapped oplock valuePavel Shilovsky10-62/+174
2013-09-10xfs: check magic numbers in dir3 leaf verifier firstDave Chinner1-7/+13
2013-09-10xfs: fix some minor sparse warningsDave Chinner6-7/+11
2013-09-10xfs: fix endian warning in xlog_recover_get_buf_lsn()Dave Chinner1-1/+1
2013-09-09split read_seqretry_or_unlock(), convert d_walk() to resulting primitivesAl Viro1-33/+31
2013-09-09Merge tag 'xfs-for-linus-v3.12-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds111-11894/+13556
2013-09-09direct-io: Use return from cmpxchg to decide of assignment happenedOlof Johansson1-2/+3
2013-09-09dcache: Translating dentry into pathname without taking rename_lockWaiman Long1-63/+133
2013-09-09aio: rcu_read_lock protection for new rcu_dereference callsArtem Savkov1-0/+6
2013-09-09Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds32-720/+3521
2013-09-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds5-8/+29
2013-09-09Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-77/+99
2013-09-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds19-155/+1271
2013-09-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds1-1/+8
2013-09-09aio: fix race in ring buffer page lookup introduced by page migration supportBenjamin LaHaise1-3/+12
2013-09-09autofs4 - fix device ioctl mount lookupIan Kent1-11/+12
2013-09-09vfs: fix dentry RCU to refcounting possibly sleeping dput()Linus Torvalds1-53/+49
2013-09-09introduce kern_path_mountpoint()Al Viro1-11/+24
2013-09-09rename user_path_umountat() to user_path_mountpoint_at()Al Viro3-13/+15
2013-09-09take unlazy_walk() into umount_lookup_last()Al Viro1-33/+27
2013-09-09CIFS: Replace clientCanCache* bools with an integerPavel Shilovsky9-61/+64