summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* [XFS] fix compile on 32 bit systemsChristoph Hellwig2008-12-043-4/+13
* [XFS] Reorder xfs_ioctl32.c for some tidinesssandeen@sandeen.net2008-12-021-42/+36
* [XFS] Hook up compat XFS_IOC_FSSETDM_BY_HANDLE ioctl handlersandeen@sandeen.net2008-12-022-1/+51
* [XFS] Hook up compat XFS_IOC_ATTRMULTI_BY_HANDLE ioctl handlersandeen@sandeen.net2008-12-024-7/+136
* [XFS] Hook up compat XFS_IOC_ATTRLIST_BY_HANDLE ioctl handlersandeen@sandeen.net2008-12-022-1/+147
* [XFS] Fix compat XFS_IOC_FSBULKSTAT_SINGLE ioctlsandeen@sandeen.net2008-12-021-3/+10
* [XFS] Fix xfs_bulkstat_one size checks & error handlingsandeen@sandeen.net2008-12-023-28/+39
* [XFS] Make the bulkstat_one compat ioctl handling more sanesandeen@sandeen.net2008-12-023-16/+56
* [XFS] Add compat handlers for data & rt growfs ioctlssandeen@sandeen.net2008-12-022-0/+54
* [XFS] Add compat handlers for swapext ioctlsandeen@sandeen.net2008-12-022-5/+69
* [XFS] Clean up some existing compat ioctl callssandeen@sandeen.net2008-12-023-91/+171
* [XFS] Move compat ioctl structs & numbers into xfs_ioctl32.hsandeen@sandeen.net2008-12-023-139/+150
* [XFS] Move copy_from_user calls out of ioctl helpers into ioctl switch.sandeen@sandeen.net2008-12-025-64/+63
* [XFS] fix error handling in xlog_recover_process_one_iunlinkChristoph Hellwig2008-12-011-13/+5
* [XFS] move inode allocation out xfs_ireadChristoph Hellwig2008-12-013-104/+91
* [XFS] kill the XFS_IMAP_BULKSTAT flagChristoph Hellwig2008-12-015-11/+5
* [XFS] embededd struct xfs_imap into xfs_inodeChristoph Hellwig2008-12-017-71/+33
* [XFS] merge xfs_imap into xfs_dilocateChristoph Hellwig2008-12-015-120/+88
* [XFS] remove dead code for old inode item recoveryChristoph Hellwig2008-12-014-33/+10
* [XFS] stop using xfs_itobp in xfs_ireadChristoph Hellwig2008-12-013-49/+37
* [XFS] split up xlog_recover_process_iunlinksChristoph Hellwig2008-12-011-68/+66
* [XFS] kill XFS_DINODE_VERSION_ definesChristoph Hellwig2008-12-017-25/+20
* [XFS] kill xfs_dinode_core_tChristoph Hellwig2008-12-019-141/+124
* [XFS] kill xfs_ialloc_log_diChristoph Hellwig2008-12-012-99/+10
* [XFS] sanitize xlog_in_core_t definitionChristoph Hellwig2008-12-013-46/+19
* [XFS] factor out xfs_read_agf helperFrom: Christoph Hellwig2008-12-013-36/+61
* [XFS] factor out xfs_read_agi helperChristoph Hellwig2008-12-014-135/+98
* [XFS] remove i_gen from incore inodeDave Chinner2008-12-013-38/+4
* [XFS] remove xfs_vfsops.hChristoph Hellwig2008-12-014-17/+0
* [XFS] remove xfs_vfs.hChristoph Hellwig2008-12-015-46/+13
* [XFS] remove bhv_statvfs_t typedefChristoph Hellwig2008-12-013-5/+3
* [XFS] Hook up the fiemap ioctl.Eric Sandeen2008-12-011-0/+84
* [XFS] Add new getbmap flags.Eric Sandeen2008-12-012-15/+37
* [XFS] convert xfs_getbmap to take formatter functionsEric Sandeen2008-12-014-78/+71
* [XFS] fix uninitialised variable bug in dquot release.Dave Chinner2008-12-011-21/+18
* [XFS] fix error inversion problems with data flushingDave Chinner2008-12-015-9/+32
* [XFS] fix spurious gcc warningsChristoph Hellwig2008-12-012-4/+3
* [XFS] allow inode64 mount option on 32 bit systemsChristoph Hellwig2008-12-011-8/+2
* [XFS] wire up ->open for directoriesChristoph Hellwig2008-12-013-26/+31
* [XFS] fix NULL pointer dereference in xfs_log_force_umountChristoph Hellwig2008-12-011-2/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Lachlan McIlroy2008-11-2858-1307/+2076
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2008-11-206-11/+36
| |\
| | * [CIFS] Do not attempt to close invalidated file handlesSteve French2008-11-204-9/+30
| | * [CIFS] fix check for dead tcon in smb_initSteve French2008-11-182-2/+6
| * | hostfs: fix a duplicated global function nameWANG Cong2008-11-193-4/+4
| * | don't unlink an active swapfileHugh Dickins2008-11-191-1/+1
| * | eCryptfs: Allocate up to two scatterlists for crypto ops on keysMichael Halcrow2008-11-191-17/+14
| * | block/md: fix md autodetectionTejun Heo2008-11-181-1/+1
| * | block: make add_partition() return pointer to hd_structTejun Heo2008-11-181-12/+13
| * | block: fix add_partition() error pathTejun Heo2008-11-181-1/+3
| |/