index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-31
ide: inline ide_dma_timeout() into ide_dma_timeout_retry()
Bartlomiej Zolnierkiewicz
1
-15
/
+6
2009-03-31
ide: add ->dma_clear method and remove ->dma_timeout one
Bartlomiej Zolnierkiewicz
21
-47
/
+16
2009-03-31
ide-cd: minor ide_cdrom_setup() cleanup
Bartlomiej Zolnierkiewicz
1
-8
/
+7
2009-03-31
ide-cd: unify transfer padding in cdrom_newpc_intr()
Bartlomiej Zolnierkiewicz
1
-18
/
+11
2009-03-31
ide-cd: use common completion path for DMA requests in cdrom_newpc_intr()
Bartlomiej Zolnierkiewicz
1
-10
/
+1
2009-03-31
ide-cd: use scatterlists for PIO transfers (non-fs requests) (v2)
Bartlomiej Zolnierkiewicz
1
-70
/
+30
2009-03-31
ide-cd: merge ide_cd_prepare_rw_request() into cdrom_start_rw()
Bartlomiej Zolnierkiewicz
1
-16
/
+5
2009-03-31
ide-cd: fix non-SECTOR_SIZE-multiples PIO transfers for fs requests
Bartlomiej Zolnierkiewicz
2
-40
/
+1
2009-03-31
ide-cd: use scatterlists for PIO transfers (fs requests)
Bartlomiej Zolnierkiewicz
3
-105
/
+50
2009-03-31
ide-cd: cleanup ide_cd_do_request()
Bartlomiej Zolnierkiewicz
1
-9
/
+6
2009-03-31
ide-cd: kill whole failed request in ide_cd_do_request()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2009-03-31
ide-cd: remove cdrom_end_request()
Bartlomiej Zolnierkiewicz
1
-34
/
+47
2009-03-31
ide-cd: unify cdrom_newpc_intr() exit paths
Bartlomiej Zolnierkiewicz
1
-25
/
+23
2009-03-31
ide-cd: move setting REQ_FAILED flag out from 'end_request' exit path
Bartlomiej Zolnierkiewicz
1
-5
/
+7
2009-03-31
ide-cd: unify ide_cd_do_request() exit paths
Bartlomiej Zolnierkiewicz
1
-16
/
+12
2009-03-31
ide-cd: factor out failed request completion from cdrom_end_request()
Bartlomiej Zolnierkiewicz
1
-22
/
+25
2009-03-31
ide-cd: remove no longer needed 'ignore' module parameter
Bartlomiej Zolnierkiewicz
1
-12
/
+0
2009-03-31
ide-cd: remove needless ide_dump_status_no_sense() wrapper
Bartlomiej Zolnierkiewicz
1
-13
/
+4
2009-03-31
ide-cd: remove dead code from cdrom_decode_status()
Bartlomiej Zolnierkiewicz
1
-6
/
+0
2009-03-31
ide-cd: use ide_end_rq() also for failed non-fs requests
Bartlomiej Zolnierkiewicz
1
-12
/
+4
2009-03-31
ide-cd: remove dead URLs
Bartlomiej Zolnierkiewicz
1
-6
/
+3
2009-03-31
ide: use PageHighMem() instead of ifdefs in ide_pio_bytes()
Bartlomiej Zolnierkiewicz
1
-8
/
+6
2009-03-31
ide: add support for arbitrary transfer lengths to ide_pio_bytes()
Bartlomiej Zolnierkiewicz
1
-36
/
+37
2009-03-31
ide-atapi: start DMA after issuing a packet command
Borislav Petkov
1
-4
/
+4
2009-03-31
at91_ide: fix ->ftf_flags handling
Bartlomiej Zolnierkiewicz
1
-3
/
+3
2009-03-31
ide: drivers/ide/ide-atapi.c needs <linux/scatterlist.h>
Geert Uytterhoeven
1
-0
/
+2
2009-03-31
ide: Fix code dealing with sleeping devices in do_ide_request()
Elias Oltmanns
1
-5
/
+4
2009-03-30
Merge branch 'reiserfs-updates' from Jeff Mahoney
Linus Torvalds
32
-3626
/
+3362
2009-03-30
reiserfs: rename [cn]_* variables
Jeff Mahoney
4
-442
/
+438
2009-03-30
reiserfs: rename p_._ variables
Jeff Mahoney
5
-356
/
+365
2009-03-30
reiserfs: rename p_s_tb to tb
Jeff Mahoney
3
-251
/
+254
2009-03-30
reiserfs: rename p_s_inode to inode
Jeff Mahoney
5
-89
/
+95
2009-03-30
reiserfs: rename p_s_bh to bh
Jeff Mahoney
3
-99
/
+93
2009-03-30
reiserfs: rename p_s_sb to sb
Jeff Mahoney
5
-469
/
+468
2009-03-30
reiserfs: strip trailing whitespace
Jeff Mahoney
19
-184
/
+184
2009-03-30
reiserfs: cleanup path functions
Jeff Mahoney
2
-74
/
+43
2009-03-30
reiserfs: factor out buffer_info initialization
Jeff Mahoney
1
-115
/
+60
2009-03-30
reiserfs: add atomic addition of selinux attributes during inode creation
Jeff Mahoney
5
-6
/
+137
2009-03-30
reiserfs: use generic readdir for operations across all xattrs
Jeff Mahoney
3
-300
/
+131
2009-03-30
reiserfs: journaled xattrs
Jeff Mahoney
7
-49
/
+159
2009-03-30
reiserfs: use generic xattr handlers
Jeff Mahoney
9
-441
/
+258
2009-03-30
reiserfs: remove i_has_xattr_dir
Jeff Mahoney
1
-8
/
+1
2009-03-30
reiserfs: make per-inode xattr locking more fine grained
Jeff Mahoney
4
-90
/
+55
2009-03-30
reiserfs: eliminate per-super xattr lock
Jeff Mahoney
8
-151
/
+74
2009-03-30
reiserfs: simplify xattr internal file lookups/opens
Jeff Mahoney
1
-127
/
+135
2009-03-30
reiserfs: Clean up xattrs when REISERFS_FS_XATTR is unset
Jeff Mahoney
4
-357
/
+367
2009-03-30
reiserfs: remove IS_PRIVATE helpers
Jeff Mahoney
7
-33
/
+23
2009-03-30
reiserfs: remove link detection code
Jeff Mahoney
1
-13
/
+0
2009-03-30
reiserfs: xattr reiserfs_get_page takes offset instead of index
Jeff Mahoney
1
-6
/
+4
2009-03-30
reiserfs: small variable cleanup
Jeff Mahoney
1
-12
/
+8
[next]