aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* NTFS: Fix cluster (de)allocators to work when the runlist is NULL and moreAnton Altaparmakov2005-09-08
* NTFS: Fix handling of sparse attributes in ntfs_attr_make_non_resident().Anton Altaparmakov2005-09-08
* NTFS: Fix several bugs in fs/ntfs/attrib.c.Anton Altaparmakov2005-09-08
* NTFS: Add fs/ntfs/attrib.[hc]::ntfs_resident_attr_value_resize().Anton Altaparmakov2005-09-08
* NTFS: Remove bogus setting of PageError in ntfs_read_compressed_block().Anton Altaparmakov2005-09-08
* NTFS: Fix a bug in fs/ntfs/index.c::ntfs_index_lookup(). When the returnedAnton Altaparmakov2005-09-08
* NTFS: Add ntfs_rl_punch_nolock() which punches a caller specified hole into a...Anton Altaparmakov2005-09-08
* NTFS: Change ntfs_rl_truncate_nolock() to throw away the runlist if the newAnton Altaparmakov2005-09-08
* NTFS: Report unrepresentable inodes during ntfs_readdir() as KERN_WARNINGAnton Altaparmakov2005-09-08
* NTFS: Fix handling of valid but empty mapping pairs array inAnton Altaparmakov2005-09-08
* NTFS: Remove two bogus BUG_ON()s from fs/ntfs/mft.c.Anton Altaparmakov2005-09-08
* NTFS: Fix two nasty runlist merging bugs that had gone unnoticed so far.Anton Altaparmakov2005-09-08
* NTFS: Use ntfs_malloc_nofs_nofail() in runlist.c::ntfs_runlists_merge()Anton Altaparmakov2005-09-08
* NTFS: Allow highmem kmalloc() in ntfs_malloc_nofs() and add _nofail() version.Anton Altaparmakov2005-09-08
* NTFS: Support more clean journal ($LogFile) states.Anton Altaparmakov2005-09-08
* [SCSI] Re-do "final klist fixes"Linus Torvalds2005-09-07
* [PATCH] fix klist semantics for lists which have elements removed on traversalJames Bottomley2005-09-07
* [SCSI] Revert "final klist fixes"Linus Torvalds2005-09-07
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6 Linus Torvalds2005-09-07
|\
| * Merge by hand (conflicts in sd.c)James Bottomley2005-09-06
| |\
| | * [SCSI] unexport scsi_add_timer/scsi_delete_timerChristoph Hellwig2005-09-06
| | * [SCSI] switch EH thread startup to the kthread APIChristoph Hellwig2005-09-06
| | * [SCSI] fix SCSI_IOCTL_PROBE_HOSTChristoph Hellwig2005-09-06
| | * [SCSI] Universal Xport no attach blacklistAnton Blanchard2005-09-06
| | * [SCSI] sd: pause in sd_spinup_disk for slow USB devicesAlan Stern2005-09-06
| | * [SCSI] return success after retries in scsi_eh_turAlan Stern2005-09-06
| | * [SCSI] ibmvscsi: handle large scatter/gather listsJames Bottomley2005-09-06
| | * [SCSI] qla2xxx: Update version number to 8.01.00-k.Andrew Vasquez2005-09-04
| | * [SCSI] qla2xxx: Stop firmware execution at unintialization time.Andrew Vasquez2005-09-04
| | * [SCSI] qla2xxx: Replace schedule_timeout().Andrew Vasquez2005-09-04
| | * [SCSI] qla2xxx: Remove bad call to fc_remove_host() during probe failure.Andrew Vasquez2005-09-04
| | * [SCSI] qla2xxx: Add host attributes.Andrew Vasquez2005-09-04
| | * [SCSI] qla2xxx: Add change_queue_depth/type() API support.Andrew Vasquez2005-09-04
| | * [SCSI] qla2xxx: Remove redundant call to pci_unmap_sg().Andrew Vasquez2005-09-04
| | * [SCSI] qla2xxx: Remove RISC pause/release barriers during flash manipulation.Andrew Vasquez2005-09-04
| | * [SCSI] qla2xxx: Correct LED scheme definition.Andrew Vasquez2005-09-04
| | * [SCSI] qla2xxx: Simplify redundant target/device reset logic.Andrew Vasquez2005-09-04
| | * [SCSI] qla2xxx: Correct domain/area exclusion logic.Andrew Vasquez2005-09-04
| | * [SCSI] qla2xxx: Add FDMI support.Andrew Vasquez2005-09-04
| | * [SCSI] qla2xxx: Export class-of-service (COS) information.Andrew Vasquez2005-09-04
| | * [SCSI] qla2xxx: Use dma_get_required_mask() in determining the 'ideal' DMA mask.Andrew Vasquez2005-09-04
| | * [SCSI] fusion: whitespace fixesChristoph Hellwig2005-09-04
| | * [SCSI] fusion: endianess fixesChristoph Hellwig2005-09-04
| | * [SCSI] fusion: update LSI headersChristoph Hellwig2005-09-04
| | * [SCSI] fusion: extended config header supportChristoph Hellwig2005-09-04
| | * [SCSI] aic7xxx: remove aiclib.cChristoph Hellwig2005-09-04
| | * [SCSI] aacraid: bad BUG_ON fixMark Haverkamp2005-09-04
| | * [SCSI] sg direct io/mmap oops, st syncDouglas Gilbert2005-09-04
| | * This patch fixes in st.c the bug in the signed/unsigned int comparisonJames Bottomley2005-09-04
| | * [SCSI] embryonic RAID classJames Bottomley2005-08-30