aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-21xfs: remove the unused XFS_ATTR_NONBLOCK flagChristoph Hellwig2-4/+0
2013-10-21xfs: always take the iolock around xfs_setattr_sizeChristoph Hellwig4-22/+24
2013-10-17xfs: don't break from growfs ag update loop on errorEric Sandeen1-9/+13
2013-10-17xfs: don't emit corruption noise on fs probesEric Sandeen1-2/+3
2013-10-17xfs: remove newlines from strings passed to __xfs_printkEric Sandeen10-20/+20
2013-10-17xfs: prevent deadlock trying to cover an active logDave Chinner3-25/+47
2013-10-08xfs: clean up xfs_inactive() error handling, kill VN_INACTIVE_[NO]CACHEBrian Foster3-26/+12
2013-10-08xfs: push down inactive transaction mgmt for ifreeBrian Foster1-50/+71
2013-10-08xfs: push down inactive transaction mgmt for truncateBrian Foster1-49/+68
2013-10-08xfs: push down inactive transaction mgmt for remote symlinksBrian Foster3-54/+49
2013-10-08xfs: add the inode directory type support to XFS_IOC_FSGEOMMark Tinguely2-3/+5
2013-10-04xfs: Use kmem_free() instead of free()Thierry Reding1-1/+1
2013-10-04xfs: fix memory leak in xlog_recover_add_to_transtinguely@sgi.com1-0/+1
2013-10-04xfs: dirent dtype presence is dependent on directory magic numbersDave Chinner4-39/+28
2013-10-04xfs: lockdep needs to know about 3 dquot-deep nestingDave Chinner1-3/+16
2013-10-01xfs: remove usage of is_bad_inodeBen Myers3-17/+1
2013-10-01xfs: fix the wrong new_size/rnew_size at xfs_iext_realloc_direct()Jie Liu1-7/+2
2013-10-01xfs: get rid of count from xfs_iomap_write_allocate()Jie Liu3-6/+5
2013-10-01xfs: Use kmem_free() instead of free()Thierry Reding1-1/+1
2013-09-30xfs: fix memory leak in xlog_recover_add_to_transtinguely@sgi.com1-0/+1
2013-09-30xfs: dirent dtype presence is dependent on directory magic numbersDave Chinner4-39/+28
2013-09-30xfs: lockdep needs to know about 3 dquot-deep nestingDave Chinner1-3/+16
2013-09-26xfs: fix node forward in xfs_node_toosmallMark Tinguely1-2/+3
2013-09-24xfs: log recovery lsn ordering needs uuid checkDave Chinner1-14/+59
2013-09-24xfs: fix XFS_IOC_FREE_EOFBLOCKS definitionDave Chinner1-1/+1
2013-09-24xfs: asserting lock not held during freeing not validDave Chinner1-5/+4
2013-09-24xfs: lock the AIL before removing the buffer itemDave Chinner1-0/+1
2013-09-12Merge tag 'xfs-for-linus-v3.12-rc1-2' of git://oss.sgi.com/xfs/xfsLinus Torvalds25-166/+461
2013-09-12Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds1-2/+2
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov1-2/+2
2013-09-12xfs: remove dead code from xlog_recover_inode_pass2Mark Tinguely1-3/+0
2013-09-12xfs: = vs == typo in ASSERT()Dan Carpenter1-2/+2
2013-09-10super: fix for destroy lrusGlauber Costa2-2/+2
2013-09-10list_lru: dynamically adjust node arraysGlauber Costa2-3/+13
2013-09-10xfs: fix dquot isolation hangDave Chinner1-4/+6
2013-09-10xfs-convert-dquot-cache-lru-to-list_lru-fixAndrew Morton1-3/+3
2013-09-10xfs: convert dquot cache lru to list_lruDave Chinner3-144/+144
2013-09-10xfs: rework buffer dispose list trackingDave Chinner2-58/+79
2013-09-10xfs-convert-buftarg-lru-to-generic-code-fixAndrew Morton1-3/+3
2013-09-10xfs: convert buftarg LRU to generic codeDave Chinner2-93/+82
2013-09-10fs: convert inode and dentry shrinking to be node awareDave Chinner1-2/+4
2013-09-10shrinker: convert superblock shrinkers to new APIDave Chinner3-7/+7
2013-09-10super: fix calculation of shrinkable objects for small numbersGlauber Costa1-1/+1
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