aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* [XFS] Warn on transaction in flight on read-only remountFelix Blyakher2009-02-031-1/+5
* xfs: Check buffer lengths in log recoveryDave Chinner2009-02-031-6/+25
* don't reallocate sxp variable passed into xfs_swapextEric Sandeen2009-01-271-9/+1
* Long btree pointers are still 64 bit on diskDave Chinner2009-01-221-5/+5
* [XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen2009-01-1923-158/+142
* xfs: sanity check attr fork sizeChristoph Hellwig2009-01-191-0/+13
* xfs: fix bad_features2 fixups for the root filesystemChristoph Hellwig2009-01-193-14/+32
* xfs: add a lock class for group/project dquotsChristoph Hellwig2009-01-191-1/+11
* xfs: lockdep annotations for xfs_dqlock2Christoph Hellwig2009-01-192-10/+24
* xfs: add a separate lock class for the per-mount list of dquotsChristoph Hellwig2009-01-191-0/+9
* xfs: use mnt_want_write in compat_attrmulti ioctlChristoph Hellwig2009-01-191-0/+9
* xfs: fix dentry aliasing issues in open_by_handleChristoph Hellwig2009-01-194-300/+196
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into f...Lachlan McIlroy2009-01-146-28/+14
|\
| * filesystem freeze: remove XFS specific ioctl interfaces for freeze featureTakashi Sato2009-01-093-19/+2
| * filesystem freeze: add error handling of write_super_lockfs/unlockfsTakashi Sato2009-01-093-9/+12
* | [XFS] use scalable vmap APINick Piggin2009-01-091-3/+3
* | [XFS] remove old vmap cacheNick Piggin2009-01-091-74/+1
* | [XFS] make xfs_ino_t an unsigned long longChristoph Hellwig2009-01-091-1/+1
* | [XFS] truncate readdir offsets to signed 32 bit valuesChristoph Hellwig2009-01-093-13/+15
* | [XFS] fix compile of xfs_btree_readahead_lblock on m68kChristoph Hellwig2009-01-091-2/+2
* | [XFS] Remove macro-to-function indirections in the mask codeEric Sandeen2009-01-093-52/+44
* | [XFS] Remove macro-to-function indirections in attr codeEric Sandeen2009-01-092-48/+36
* | [XFS] Remove several unused typedefs.Eric Sandeen2009-01-093-5/+0
* | [XFS] pass XFS_IGET_BULKSTAT to xfs_iget for handle operationsChristoph Hellwig2009-01-091-4/+19
|/
* trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-061-1/+1
* [XFS] Fix merge failuresLachlan McIlroy2008-12-294-8/+7
|\
| * Merge branch 'next' into for-linusJames Morris2008-12-256-16/+15
| |\
| | * Merge branch 'master' into nextJames Morris2008-11-146-7/+58
| | |\
| | * | CRED: Pass credentials through dentry_open()David Howells2008-11-141-1/+2
| | * | CRED: Separate task security context from task_structDavid Howells2008-11-144-11/+9
| | * | CRED: Wrap task credential accesses in the XFS filesystemDavid Howells2008-11-143-5/+5
| * | | [XFS] Fix hang after disallowed rename across directory quota domainsDave Chinner2008-12-051-1/+1
| | |/ | |/|
| * | [XFS] XFS: Check for valid transaction headers in recoveryDavid Chinner2008-11-101-1/+7
| * | [XFS] handle memory allocation failures during log initialisationDave Chinner2008-11-101-3/+36
| * | [XFS] Account for allocated blocks when expanding directoriesDavid Chinner2008-11-102-0/+11
| * | [XFS] Wait for all I/O on truncate to zero file sizeLachlan McIlroy2008-11-101-1/+1
| * | [XFS] Fix use-after-free with log and quotasLachlan McIlroy2008-11-101-2/+3
| |/
* | [XFS] Fix race in xfs_write() between direct and buffered I/O with DMAPILachlan McIlroy2008-12-241-15/+12
* | [XFS] handle unaligned data in xfs_bmbt_disk_get_allChristoph Hellwig2008-12-231-1/+2
* | [XFS] avoid memory allocations in xfs_fs_vcmn_errChristoph Hellwig2008-12-224-26/+40
* | [XFS] Fix speculative allocation beyond eofLachlan McIlroy2008-12-221-21/+7
* | [XFS] Remove XFS_BUF_SHUT() and friendsLachlan McIlroy2008-12-223-20/+1
* | [XFS] Use the incore inode size in xfs_file_readdir()Lachlan McIlroy2008-12-221-1/+1
* | Merge branch 'master' of git+ssh://git.melbourne.sgi.com/git/xfsLachlan McIlroy2008-12-1218-375/+141
|\ \
| * | [XFS] use inode_change_ok for setattr permission checkingChristoph Hellwig2008-12-111-113/+36
| * | [XFS] add a FMODE flag to make XFS invisible I/O less hackyChristoph Hellwig2008-12-116-178/+63
| * | [XFS] resync headers with libxfsChristoph Hellwig2008-12-114-11/+12
| * | [XFS] simplify projid check in xfs_renameChristoph Hellwig2008-12-111-38/+11
| * | [XFS] replace b_fspriv with b_mountChristoph Hellwig2008-12-116-32/+19
| * | [XFS] Remove unused tracing codeLachlan McIlroy2008-12-102-3/+0