summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] fs: Use ARRAY_SIZE macroTobias Klauser2006-03-2423-51/+40Star
* [PATCH] dasd: "cleanup dasd_ioctl" fixBastian Blank2006-03-241-1/+1
* [PATCH] s390: kzalloc() conversion in drivers/s390Eric Sesterhenn2006-03-2426-138/+67Star
* [PATCH] s390: kzalloc() conversion in arch/s390Eric Sesterhenn2006-03-242-10/+4Star
* [PATCH] s390: CEX2A crt message lengthEric Rossman2006-03-242-3/+12
* [PATCH] s390: 3590 tape driverStefan Bader2006-03-246-11/+1443
* [PATCH] s390: fix endless retry loop in tape driverMichael Holzheu2006-03-243-13/+35
* [PATCH] s390: tape operation abortion leads to panicMichael Holzheu2006-03-241-1/+1
* [PATCH] s390: tape retry flooding by deferred CC in interruptStefan Bader2006-03-241-4/+5
* [PATCH] s390: dasd extended error reportingStefan Weinhuber2006-03-248-1/+812
* [PATCH] s390: random values in result of BIODASDINFO2Horst Hummel2006-03-241-3/+2Star
* [PATCH] s390: remove experimental flag from dasd diagPeter Oberparleiter2006-03-241-1/+1
* [PATCH] s390: Remove old history/whitespave from partition codeHorst Hummel2006-03-241-18/+11Star
* [PATCH] s390: remove dynamic dasd ioctlsChristoph Hellwig2006-03-242-80/+0Star
* [PATCH] s390: merge cmb into dasdcChristoph Hellwig2006-03-244-139/+22Star
* [PATCH] s390: use normal switch statement for ioctls in dasd_ioctlcChristoph Hellwig2006-03-243-97/+55Star
* [PATCH] s390: use normal switch statement for ioctls in dasd_ioctlcChristoph Hellwig2006-03-243-161/+86Star
* [PATCH] s390: connector supportMartin Schwidefsky2006-03-241-0/+2
* [PATCH] s390: cpu up retriesMichael Ryan2006-03-241-1/+3
* [PATCH] s390: BUG() warningsMartin Schwidefsky2006-03-241-2/+3
* [PATCH] s390: /proc/sys/vm/cmm_* permission bitsMartin Schwidefsky2006-03-241-3/+3
* [PATCH] s390: early parameter parsingHeiko Carstens2006-03-241-63/+45Star
* [PATCH] s390: channel path measurementsCornelia Huck2006-03-244-23/+500
* [PATCH] s390: cio documentation updateCornelia Huck2006-03-241-3/+12
* [PATCH] s390: wrong interrupt delivered for hsch() or csch()Cornelia Huck2006-03-241-0/+12
* [PATCH] x86_64: {set,clear,test}_bit() related cleanup and pci_mmcfg_init() fixAkinobu Mita2006-03-245-21/+15Star
* [PATCH] vfs: MS_VERBOSE should be MS_SILENTTheodore Ts'o2006-03-247-11/+13
* [PATCH] add sys_unshare to syscalls.hArnd Bergmann2006-03-241-0/+1
* [PATCH] more-for_each_cpu-conversions fixAndrew Morton2006-03-241-3/+3
* [PATCH] w1: use kthread api.Evgeniy Polyakov2006-03-243-65/+28Star
* [PATCH] W1: u64 is not long longAndrew Morton2006-03-241-2/+5
* [PATCH] W1: Remove incorrect MODULE_ALIASPatrick McHardy2006-03-241-2/+0Star
* [PATCH] fix W1_MASTER_DS9490_BRIDGE dependenciesAdrian Bunk2006-03-241-1/+1
* [PATCH] w1: misc cleanupsAdrian Bunk2006-03-245-15/+18
* [PATCH] W1: Add the DS2482 I2C-to-w1 bridge driver.Evgeniy Polyakov2006-03-244-0/+607
* [PATCH] W1: Move w1 bus master code into 'w1/masters' and move w1 slave code ...Evgeniy Polyakov2006-03-2413-91/+126
* [PATCH] W1: Change the type 'unsigned long' member of 'struct w1_bus_master' ...Evgeniy Polyakov2006-03-244-40/+40
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6Linus Torvalds2006-03-2418-213/+294
|\
| * Merge branch 'master' of git://imp.csi.cam.ac.uk/home/src/ntfs-2.6-devel/Anton Altaparmakov2006-03-2317-211/+291
| |\
| | * Merge branch 'master' of /usr/src/ntfs-2.6/Anton Altaparmakov2006-03-23320-4256/+5784
| | |\
| | * | NTFS: 2.1.27 - Various bug fixes and cleanups.Anton Altaparmakov2006-03-232-1/+6
| | * | NTFS: Semaphore to mutex conversion.Ingo Molnar2006-03-238-69/+71
| | * | NTFS: Handle the recently introduced -ENAMETOOLONG return value fromAnton Altaparmakov2006-03-232-5/+6
| | * | NTFS: Add a missing call to flush_dcache_mft_record_page() inAnton Altaparmakov2006-03-232-3/+8
| | * | NTFS: Fix a bug in fs/ntfs/inode.c::ntfs_read_locked_index_inode() where weAnton Altaparmakov2006-03-233-19/+15Star
| | * | NTFS: Improve comments on file attribute flags in fs/ntfs/layout.h.Anton Altaparmakov2006-03-232-13/+13
| | * | NTFS: Limit name length in fs/ntfs/unistr.c::ntfs_nlstoucs() to maximumAnton Altaparmakov2006-03-232-19/+35
| | * | NTFS: Remove all the make_bad_inode() calls. This should only be calledAnton Altaparmakov2006-03-236-23/+5Star
| | * | NTFS: Add support for sparse files which have a compression unit of 0.Anton Altaparmakov2006-03-234-38/+75
| | * | NTFS: Fix comparison of $MFT and $MFTMirr to not bail out when there areAnton Altaparmakov2006-03-232-13/+28