summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-12-02[XFS] Fix xfs_bulkstat_one size checks & error handlingsandeen@sandeen.net3-28/+39
2008-12-02[XFS] Make the bulkstat_one compat ioctl handling more sanesandeen@sandeen.net3-16/+56
2008-12-02[XFS] Add compat handlers for data & rt growfs ioctlssandeen@sandeen.net2-0/+54
2008-12-02[XFS] Add compat handlers for swapext ioctlsandeen@sandeen.net2-5/+69
2008-12-02[XFS] Clean up some existing compat ioctl callssandeen@sandeen.net3-91/+171
2008-12-02[XFS] Move compat ioctl structs & numbers into xfs_ioctl32.hsandeen@sandeen.net3-139/+150
2008-12-02[XFS] Move copy_from_user calls out of ioctl helpers into ioctl switch.sandeen@sandeen.net5-64/+63
2008-12-01[XFS] fix error handling in xlog_recover_process_one_iunlinkChristoph Hellwig1-13/+5
2008-12-01[XFS] move inode allocation out xfs_ireadChristoph Hellwig3-104/+91
2008-12-01[XFS] kill the XFS_IMAP_BULKSTAT flagChristoph Hellwig5-11/+5
2008-12-01[XFS] embededd struct xfs_imap into xfs_inodeChristoph Hellwig7-71/+33
2008-12-01[XFS] merge xfs_imap into xfs_dilocateChristoph Hellwig5-120/+88
2008-12-01[XFS] remove dead code for old inode item recoveryChristoph Hellwig4-33/+10
2008-12-01[XFS] stop using xfs_itobp in xfs_ireadChristoph Hellwig3-49/+37
2008-12-01[XFS] split up xlog_recover_process_iunlinksChristoph Hellwig1-68/+66
2008-12-01[XFS] kill XFS_DINODE_VERSION_ definesChristoph Hellwig7-25/+20
2008-12-01[XFS] kill xfs_dinode_core_tChristoph Hellwig9-141/+124
2008-12-01[XFS] kill xfs_ialloc_log_diChristoph Hellwig2-99/+10
2008-12-01[XFS] sanitize xlog_in_core_t definitionChristoph Hellwig3-46/+19
2008-12-01[XFS] factor out xfs_read_agf helperFrom: Christoph Hellwig3-36/+61
2008-12-01[XFS] factor out xfs_read_agi helperChristoph Hellwig4-135/+98
2008-12-01[XFS] remove i_gen from incore inodeDave Chinner3-38/+4
2008-12-01[XFS] remove xfs_vfsops.hChristoph Hellwig4-17/+0
2008-12-01[XFS] remove xfs_vfs.hChristoph Hellwig5-46/+13
2008-12-01[XFS] remove bhv_statvfs_t typedefChristoph Hellwig3-5/+3
2008-12-01[XFS] Hook up the fiemap ioctl.Eric Sandeen1-0/+84
2008-12-01[XFS] Add new getbmap flags.Eric Sandeen2-15/+37
2008-12-01[XFS] convert xfs_getbmap to take formatter functionsEric Sandeen4-78/+71
2008-12-01[XFS] fix uninitialised variable bug in dquot release.Dave Chinner1-21/+18
2008-12-01[XFS] fix error inversion problems with data flushingDave Chinner5-9/+32
2008-12-01[XFS] fix spurious gcc warningsChristoph Hellwig2-4/+3
2008-12-01[XFS] allow inode64 mount option on 32 bit systemsChristoph Hellwig1-8/+2
2008-12-01[XFS] wire up ->open for directoriesChristoph Hellwig3-26/+31
2008-12-01[XFS] fix NULL pointer dereference in xfs_log_force_umountChristoph Hellwig1-2/+5
2008-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Lachlan McIlroy58-1307/+2076
2008-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds6-11/+36
2008-11-20[CIFS] Do not attempt to close invalidated file handlesSteve French4-9/+30
2008-11-19hostfs: fix a duplicated global function nameWANG Cong3-4/+4
2008-11-19don't unlink an active swapfileHugh Dickins1-1/+1
2008-11-19eCryptfs: Allocate up to two scatterlists for crypto ops on keysMichael Halcrow1-17/+14
2008-11-18[CIFS] fix check for dead tcon in smb_initSteve French2-2/+6
2008-11-18block/md: fix md autodetectionTejun Heo1-1/+1
2008-11-18block: make add_partition() return pointer to hd_structTejun Heo1-12/+13
2008-11-18block: fix add_partition() error pathTejun Heo1-1/+3
2008-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds9-716/+765
2008-11-18prevent cifs_writepages() from skipping unwritten pagesDave Kleikamp1-1/+4
2008-11-18Fixed parsing of mount options when doing DFS submountIgor Mammedov2-27/+83
2008-11-17[CIFS] Fix check for tcon seal setting and fix oops on failed mount from earl...Steve French1-3/+4
2008-11-17[XFS] Fix double free of log ticketsDave Chinner8-19/+66
2008-11-17[CIFS] Fix build breakSteve French1-2/+2