summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* [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-203-4/+4
| * | don't unlink an active swapfileHugh Dickins2008-11-201-1/+1
| * | eCryptfs: Allocate up to two scatterlists for crypto ops on keysMichael Halcrow2008-11-201-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
| |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2008-11-189-716/+765
| |\
| | * prevent cifs_writepages() from skipping unwritten pagesDave Kleikamp2008-11-181-1/+4
| | * Fixed parsing of mount options when doing DFS submountIgor Mammedov2008-11-182-27/+83
| | * [CIFS] Fix check for tcon seal setting and fix oops on failed mount from earl...Steve French2008-11-171-3/+4
| | * [CIFS] Fix build breakSteve French2008-11-171-2/+2
| | * cifs: reinstate sharing of tree connectionsJeff Layton2008-11-176-218/+249
| | * [CIFS] minor cleanup to cifs_mountSteve French2008-11-151-40/+34
| | * cifs: reinstate sharing of SMB sessions sans racesJeff Layton2008-11-157-166/+175
| | * cifs: disable sharing session and tcon and add new TCP sharing codeJeff Layton2008-11-156-150/+96
| | * [CIFS] clean up server protocol handlingSteve French2008-11-143-31/+33
| | * [CIFS] remove unused list, add new cifs sock list to prepare for mount/umount...Steve French2008-11-133-20/+13
| | * [CIFS] Fix cifs reconnection flagsSteve French2008-11-135-151/+160
| | * [CIFS] Can't rely on iov length and base when kernel_recvmsg returns errorSteve French2008-11-031-2/+7
| * | Fix broken ownership of /proc/sys/ filesAl Viro2008-11-171-0/+1
| * | Fix inotify watch removal/umount racesAl Viro2008-11-151-6/+144
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds2008-11-131-1/+1
| |\ \
| | * | dlm: fix shutdown cleanupDavid Teigland2008-11-131-1/+1
| * | | ext3: Clean up outdated and incorrect comment for ext3_write_super()Theodore Tso2008-11-131-5/+2
| * | | vfs: fix shrink_submountsEric W. Biederman2008-11-131-2/+2
| |/ /
| * | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2008-11-116-7/+58
| |\ \
| | * | [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
| | |/
| * | ocfs2: Check search result in ocfs2_xattr_block_get()Tiger Yang2008-11-101-1/+6