summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [XFS] If you mount an XFS filesystem with no mount options at all, thenJosef Jeff Sipek2008-02-285-12/+12
* Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2008-02-263-29/+120
|\
| * [XFS] Undo bit ops cleanup mod due to regression on 32-bit powermacLachlan McIlroy2008-02-263-29/+120
| * [XFS] Undo bit ops cleanup mod due to regression on 32-bit powermacLachlan McIlroy2008-02-261-4/+4
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into f...Lachlan McIlroy2008-02-26690-7401/+18261
| |\
| * | Remove empty file fs/xfs/Makefile-linux-2.6.Lachlan McIlroy2008-02-221-0/+0
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2008-02-269-67/+177
|\ \ \
| * | | ext4: add missing ext4_journal_stop()Akinobu Mita2008-02-251-0/+1
| * | | ext4: ext4_find_next_zero_bit needs an aligned address on some archAneesh Kumar K.V2008-02-231-22/+40
| * | | ext4: set EXT4_EXTENTS_FL only for directory and regular filesAneesh Kumar K.V2008-02-252-8/+15
| * | | ext4: Don't mark filesystem error if fallocate failsAneesh Kumar K.V2008-02-251-5/+6
| * | | ext4: Fix BUG when writing to an unitialized extentMingming Cao2008-02-252-3/+57
| * | | ext4: Don't use ext4_dec_count() if not neededTheodore Ts'o2008-02-151-3/+3
| * | | ext4: modify block allocation algorithm for the last groupValerie Clement2008-02-152-2/+14
| * | | ext4: Don't claim block from group which has corrupt bitmapAneesh Kumar K.V2008-02-151-1/+15
| * | | ext4: Get journal write access before modifying the extent treeAneesh Kumar K.V2008-02-221-3/+8
| * | | ext4: Fix memory and buffer head leak in callers to ext4_ext_find_extent()Aneesh Kumar K.V2008-02-253-3/+9
| * | | ext4: Don't leave behind a half-created inode if ext4_mkdir() failsAneesh Kumar K.V2008-02-221-7/+4
| * | | ext4: Fix kernel BUG at fs/ext4/mballoc.c:910!Valerie Clement2008-02-151-1/+1
| * | | ext4: Fix locking hierarchy violation in ext4_fallocate()Aneesh Kumar K.V2008-02-151-7/+3
| * | | Remove incorrect BKL comments in ext4Andi Kleen2008-02-252-2/+1
| | |/ | |/|
* | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-02-262-2/+4
|\ \ \
| * | | Revert "power_state: get rid of write-only variable in SATA"Jeff Garzik2008-02-251-0/+3
| * | | make atapi_dmadir staticAdrian Bunk2008-02-252-2/+1
| |/ /
* | | Merge branch 'v2.6.25-rc3-lockdep' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-02-262-5/+5
|\ \ \
| * | | Subject: lockdep: include all lock classes in all_lock_classesDale Farnsworth2008-02-251-4/+4
| * | | lockdep: increase MAX_LOCK_DEPTHPeter Zijlstra2008-02-251-1/+1
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2008-02-267-109/+350
|\ \ \
| * | | firewire: fix NULL pointer deref. and resource leakStefan Richter2008-02-211-2/+7
| * | | Documentation: correction to debugging-via-ohci1394Stefan Richter2008-02-191-8/+9
| * | | ieee1394: sbp2: fix rescan-scsi-busStefan Richter2008-02-191-0/+3
| * | | firewire: fw-sbp2: fix NULL pointer deref. in scsi_remove_deviceStefan Richter2008-02-191-4/+4
| * | | firewire: fw-sbp2: fix NULL pointer deref. in slave_allocStefan Richter2008-02-191-0/+4
| * | | firewire: fw-sbp2: (try to) avoid I/O errors during reconnectStefan Richter2008-02-191-4/+122
| * | | firewire: fw-sbp2: enforce a retry of __scsi_add_device if bus generation cha...Stefan Richter2008-02-161-14/+35
| * | | firewire: fw-sbp2: sort includesStefan Richter2008-02-161-7/+7
| * | | firewire: fw-sbp2: logout and login after failed reconnectStefan Richter2008-02-161-2/+15
| * | | firewire: fw-sbp2: don't add scsi_device twiceStefan Richter2008-02-161-0/+6
| * | | firewire: fw-sbp2: log bus_id at management request failuresStefan Richter2008-02-161-33/+33
| * | | firewire: fw-sbp2: wait for completion of fetch agent resetStefan Richter2008-02-161-11/+28
| * | | ieee1394: sbp2: add INQUIRY delay workaroundStefan Richter2008-02-162-0/+14
| * | | firewire: fw-sbp2: add INQUIRY delay workaroundStefan Richter2008-02-161-0/+15
| * | | firewire: log GUID of new devicesStefan Richter2008-02-161-11/+17
| * | | firewire: fw-sbp2: don't retry login or reconnect after unplugStefan Richter2008-02-161-5/+11
| * | | firewire: fix "kobject_add failed for fw* with -EEXIST"Stefan Richter2008-02-163-10/+20
| * | | firewire: fw-sbp2: fix logout before login retryStefan Richter2008-02-161-1/+5
| * | | firewire: fw-sbp2: unsigned int vs. unsignedStefan Richter2008-02-161-8/+6
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds2008-02-2624-160/+191
|\ \ \ \
| * | | | x86: no robust/pi futex for real i386 CPUsThomas Gleixner2008-02-261-0/+7
| * | | | x86: fix boot failure on 486 due to TSC breakageMikael Pettersson2008-02-262-2/+2
OpenPOWER on IntegriCloud