summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* [XFS] optimize dmapi event tests w/o dmapi configEric Sandeen2007-10-152-1/+6
* [XFS] remove unessecary vfs argument to DM_EVENT_ENABLEDChristoph Hellwig2007-10-156-60/+38
* [XFS] Fix a potential NULL pointer deref in XFS on failed mount.Jesper Juhl2007-10-152-3/+9
* [XFS] clean up xfs_start_flagsEric Sandeen2007-10-152-7/+5
* [XFS] move linux/log2.h header to xfs_linux.hEric Sandeen2007-10-152-2/+1
* [XFS] Remove xfs_physmemEric Sandeen2007-10-153-10/+0
* [XFS] Pick a single default inode cluster size.Eric Sandeen2007-10-152-13/+5
* [XFS] choose single default logbuf count & sizeEric Sandeen2007-10-152-27/+7
* [XFS] Remove m_nreadaheadsEric Sandeen2007-10-154-42/+0
* [XFS] endianess annotations for xfs_bmbt_rec_tChristoph Hellwig2007-10-154-43/+18
* [XFS] cleanup defintions of BMBT_*BITLEN macrosChristoph Hellwig2007-10-151-29/+0
* [XFS] clean up xfs_bmbt_set_all/xfs_bmbt_disk_set_allChristoph Hellwig2007-10-151-126/+74
* [XFS] split ondisk vs incore versions of xfs_bmbt_rec_tChristoph Hellwig2007-10-157-127/+95
* [XFS] remove confusing INT_ comments in xfs_bmap_btree.cChristoph Hellwig2007-10-151-4/+4
* [XFS] hole not shown when file is created with resvspVlad Apostolov2007-10-151-10/+40
* [XFS] Barriers need to be dynamically checked and switched offDavid Chinner2007-10-153-9/+25
* Revert "[XFS] Avoid replaying inode buffer initialisation log items if on-dis...Tim Shimmin2007-10-013-54/+3
* [XFS] fix valid but harmless sparse warningChristoph Hellwig2007-09-201-2/+2
* [XFS] fix filestreams on 32-bit boxesEric Sandeen2007-09-201-3/+4
* [XFS] Avoid replaying inode buffer initialisation log items if on-disk versio...Lachlan McIlroy2007-09-183-3/+54
* [XFS] Ensure file size updates have been completed before writing inode to disk.Lachlan McIlroy2007-09-183-9/+16
* [XFS] On-demand reaping of the MRU cacheDavid Chinner2007-09-173-50/+31
* [XFS] fix nasty quota hashtable allocation bugEric Sandeen2007-09-051-1/+2
* [XFS] fix sparse shadowed variable warningsChristoph Hellwig2007-09-052-5/+4
* [XFS] fix ASSERT and ASSERT_ALWAYSChristoph Hellwig2007-09-051-4/+6
* [XFS] Fix sparse warning in kmem_shake_allowChristoph Hellwig2007-09-051-1/+1
* [XFS] Fix sparse NULL vs 0 warningsChristoph Hellwig2007-09-052-12/+12
* [XFS] Set filestreams object timeout to something sane.David Chinner2007-09-051-1/+1
* xfs ioctl __user annotationsAl Viro2007-07-261-2/+2
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-2/+2
* Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2007-07-192-2/+44
|\
| * [XFS] Fix inode size update before data write in xfs_setattrDavid Chinner2007-07-191-1/+24
| * [XFS] Allow punching holes to free space when at ENOSPCDavid Chinner2007-07-191-1/+4
| * [XFS] Implement ->page_mkwrite in XFS.David Chinner2007-07-191-0/+16
* | mm: fault feedback #1Nick Piggin2007-07-191-8/+6
* | mm: merge populate and nopage into fault (fixes nonlinear)Nick Piggin2007-07-191-12/+11
* | mm: fix fault vs invalidate race for linear mappingsNick Piggin2007-07-191-0/+1
|/
* knfsd: exportfs: add exportfs.h headerChristoph Hellwig2007-07-171-0/+2
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-171-0/+1
* mm: clean up and kernelify shrinker registrationRusty Russell2007-07-172-11/+13
* [XFS] Fix lockdep annotations for xfs_lock_inodesDavid Chinner2007-07-142-8/+11
* [XFS] Fix XFS_IOC_FSBULKSTAT{,_SINGLE} & XFS_IOC_FSINUMBERS in compat modeMichal Marek2007-07-144-33/+255
* [XFS] Compat ioctl handler for handle operationsMichal Marek2007-07-141-5/+52
* [XFS] Compat ioctl handler for XFS_IOC_FSGEOMETRY_V1.Michal Marek2007-07-141-1/+41
* [XFS] Clean up function name handling in tracing codeEric Sandeen2007-07-145-273/+150
* [XFS] Quota inode has no parent.David Chinner2007-07-142-6/+10
* [XFS] Concurrent Multi-File Data StreamsDavid Chinner2007-07-1421-12/+1730
* [XFS] Use uninitialized_var macro to stop warning about rtxAndrew Morton2007-07-141-1/+2
* [XFS] XFS should not be looking at filp reference countsChristoph Hellwig2007-07-143-47/+16
* [XFS] Use is_power_of_2 instead of open coding checksVignesh Babu2007-07-141-2/+3
OpenPOWER on IntegriCloud