index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
generic_acl.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-02-07
[MTD] Add mtd panic_write function pointer
Richard Purdie
2
-0
/
+26
2008-02-07
[MTD] [NAND] Freescale enhanced Local Bus Controller FCM NAND support.
Scott Wood
3
-0
/
+1254
2008-02-03
[MTD] physmap.c: Add support for multiple resources
Stefan Roese
1
-58
/
+104
2008-02-03
[MTD] [NAND] Fix misparenthesization introduced by commit 78b65179...
Scott Wood
1
-2
/
+2
2008-02-03
[MTD] [NAND] Fix Blackfin NFC ECC calculating bug with page size 512 bytes
Bryan Wu
1
-6
/
+10
2008-02-03
[MTD] [NAND] Remove wrong operation in PM function of the BF54x NFC driver
Bryan Wu
1
-3
/
+0
2008-02-03
[MTD] [NAND] Remove unused variable in plat_nand_remove
Li Zefan
1
-0
/
+2
2008-02-03
[MTD] Unlocking all Intel flash that is locked on power up.
Justin Treon
5
-10
/
+23
2008-02-03
[MTD] [NAND] at91_nand: Make mtdparts option can override board info
Atsushi Nemoto
1
-6
/
+6
2008-02-03
[MTD] mtdoops: Various minor cleanups
Richard Purdie
1
-7
/
+9
2008-02-03
[MTD] mtdoops: Ensure sequential write to the buffer
Richard Purdie
1
-0
/
+28
2008-02-03
[MTD] mtdoops: Perform write operations in a workqueue
Richard Purdie
1
-40
/
+42
2008-02-03
[MTD] mtdoops: Add further error return code checking
Richard Purdie
1
-12
/
+29
2008-02-03
[MTD] [NOR] Test devtype, not definition in flash_probe(), drivers/mtd/device...
Roel Kluin
1
-1
/
+1
2008-02-03
[UBI] drivers/mtd/ubi/scan.c: fix uninitialized var warning
akpm@linux-foundation.org
1
-1
/
+1
2008-02-03
[UBI] drivers/mtd/ubi/wl.c: fix uninitialized var warning
akpm@linux-foundation.org
1
-1
/
+1
2008-02-03
[UBI] drivers/mtd/ubi/cdev.c: unused var
akpm@linux-foundation.org
1
-1
/
+1
2008-02-03
[MTD] Factor out OF partition support from the NOR driver.
Scott Wood
5
-63
/
+118
2008-02-03
[MTD] jedec probe: drop unnecessary forward declarations
Ilpo Järvinen
1
-8
/
+0
2008-02-03
[MTD] JEDEC probe: kill some inline bloat
Ilpo Järvinen
1
-2
/
+1
2008-02-02
fix writev regression: pan hanging unkillable and un-straceable
Nick Piggin
1
-2
/
+6
2008-02-02
ide-tape: remove idetape_config_t typedef
Borislav Petkov
1
-12
/
+8
2008-02-02
ide-tape: remove mtio.h related comments
Borislav Petkov
1
-81
/
+15
2008-02-02
ide-tape: make function name more accurate
Borislav Petkov
1
-6
/
+3
2008-02-02
ide-tape: remove unused sense packet commands.
Borislav Petkov
1
-8
/
+1
2008-02-02
ide-tape: use generic byteorder macros
Borislav Petkov
1
-5
/
+5
2008-02-02
ide-tape: remove EXPERIMENTAL driver status
Borislav Petkov
1
-2
/
+1
2008-02-02
ide-tape: use generic scsi commands
Borislav Petkov
1
-50
/
+29
2008-02-02
ide-tape: remove struct idetape_block_size_page_t
Borislav Petkov
1
-18
/
+0
2008-02-02
ide-tape: remove structs os_partition_t, os_dat_entry_t, os_dat_t
Borislav Petkov
1
-37
/
+0
2008-02-02
ide-tape: remove struct idetape_parameter_block_descriptor_t
Borislav Petkov
1
-40
/
+26
2008-02-02
ide-tape: remove struct idetape_medium_partition_page_t
Borislav Petkov
1
-19
/
+0
2008-02-02
ide-tape: remove struct idetape_data_compression_page_t
Borislav Petkov
1
-19
/
+0
2008-02-02
ide-tape: remove struct idetape_inquiry_result_t
Borislav Petkov
1
-38
/
+13
2008-02-02
ide-tape: remove struct idetape_capabilities_page_t
Borislav Petkov
1
-86
/
+56
2008-02-02
ide-tape: remove IDETAPE_DEBUG_BUGS
Borislav Petkov
1
-41
/
+2
2008-02-02
ide-tape: remove IDETAPE_DEBUG_INFO
Borislav Petkov
1
-73
/
+0
2008-02-02
ide-tape: dump gcw fields on error in idetape_identify_device()
Bartlomiej Zolnierkiewicz
1
-6
/
+7
2008-02-02
ide-tape: remove struct idetape_mode_parameter_header_t
Borislav Petkov
1
-24
/
+13
2008-02-02
ide-tape: remove struct idetape_request_sense_result_t
Borislav Petkov
1
-53
/
+22
2008-02-02
ide-tape: remove dead code
Borislav Petkov
1
-34
/
+0
2008-02-02
ide-tape: move historical changelog to Documentation/ide/ChangeLog.ide-tape.1...
Borislav Petkov
3
-410
/
+407
2008-02-02
ide-cs: use ide_std_init_ports()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-02-02
ide: move check_dma_crc() to ide-dma.c
Bartlomiej Zolnierkiewicz
3
-23
/
+23
2008-02-02
ide: remove ide_auto_reduce_xfer()
Bartlomiej Zolnierkiewicz
1
-28
/
+13
2008-02-02
ide: move drive->crc_count check out from check_dma_crc()
Bartlomiej Zolnierkiewicz
1
-12
/
+12
2008-02-02
ide: remove ide_ata66_check()
Bartlomiej Zolnierkiewicz
3
-17
/
+4
2008-02-02
ide: remove set_transfer()
Bartlomiej Zolnierkiewicz
3
-20
/
+5
2008-02-02
ide: unexport SELECT_DRIVE()
Bartlomiej Zolnierkiewicz
1
-2
/
+0
2008-02-02
ide-scsi: remove needless SELECT_DRIVE() call
Bartlomiej Zolnierkiewicz
1
-2
/
+0
[next]