index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
ext4: Use bitops to read/modify i_flags in struct ext4_inode_info
Dmitry Monakhov
2010-05-16
13
-56
/
+136
*
ext4: Convert calls of ext4_error() to EXT4_ERROR_INODE()
Theodore Ts'o
2010-05-16
7
-103
/
+86
*
ext4: Convert callers of ext4_get_blocks() to use ext4_map_blocks()
Theodore Ts'o
2010-05-16
3
-229
/
+150
*
ext4: Add new abstraction ext4_map_blocks() underneath ext4_get_blocks()
Theodore Ts'o
2010-05-16
3
-170
/
+199
*
ext4: Use our own write_cache_pages()
Theodore Ts'o
2010-05-16
1
-22
/
+119
*
ext4: Show journal_checksum option
Jan Kara
2010-05-16
1
-0
/
+2
*
ext4: Fix for ext4_mb_collect_stats()
Curt Wohlgemuth
2010-05-16
1
-1
/
+1
*
ext4: check for a good block group before loading buddy pages
Curt Wohlgemuth
2010-05-16
2
-13
/
+58
*
ext4: Prevent creation of files larger than RLIMIT_FSIZE using fallocate
Nikanth Karthikesan
2010-05-16
1
-0
/
+5
*
ext4: Remove extraneous newlines in ext4_msg() calls
Curt Wohlgemuth
2010-05-16
2
-4
/
+4
*
ext4: Print mount options in when mounting and add a remount message
Curt Wohlgemuth
2010-05-16
1
-1
/
+10
*
ext4: don't use quota reservation for speculative metadata
Eric Sandeen
2010-05-16
2
-48
/
+26
*
quota: add the option to not fail with EDQUOT in block
Eric Sandeen
2010-05-16
2
-1
/
+14
*
quota: use flags interface for dquot alloc/free space
Eric Sandeen
2010-05-16
2
-14
/
+19
*
ext4: init statistics after journal recovery
Dmitry Monakhov
2010-05-16
1
-22
/
+18
*
ext4: clean up inode bitmaps manipulation in ext4_free_inode
Dmitry Monakhov
2010-05-16
1
-46
/
+39
*
ext4: Do not zero out uninitialized extents beyond i_size
Dmitry Monakhov
2010-05-16
1
-16
/
+51
*
jbd2: Improve scalability by not taking j_state_lock in jbd2_journal_stop()
Theodore Ts'o
2010-05-16
1
-4
/
+1
*
ext4: don't scan/accumulate more pages than mballoc will allocate
Eric Sandeen
2010-05-16
1
-0
/
+9
*
ext4: stop issuing discards if not supported by device
Eric Sandeen
2010-05-16
1
-1
/
+7
*
ext4: don't return to userspace after freezing the fs with a mutex held
Eric Sandeen
2010-05-16
1
-10
/
+10
*
ext4: symlink must be handled via filesystem specific operation
Dmitry Monakhov
2010-05-16
1
-0
/
+2
*
ext4: check s_log_groups_per_flex in online resize code
Eric Sandeen
2010-05-16
1
-1
/
+2
*
ext4: fix quota accounting in case of fallocate
Dmitry Monakhov
2010-05-16
1
-1
/
+2
*
ext4: allow defrag (EXT4_IOC_MOVE_EXT) in 32bit compat mode
Christian Borntraeger
2010-05-15
1
-0
/
+2
*
ext4: rename ext4_mb_release_desc() to ext4_mb_unload_buddy()
Jing Zhang
2010-05-14
1
-12
/
+12
*
ext4: Remove unnecessary call to ext4_get_group_desc() in mballoc
Jing Zhang
2010-05-13
1
-2
/
+0
*
ext4: fix memory leaks in error path handling of ext4_ext_zeroout()
Jing Zhang
2010-05-12
1
-7
/
+8
*
ext4: Fix coding style in fs/ext4/move_extent.c
Steven Liu
2010-05-11
1
-0
/
+1
*
ext4: check missed return value in ext4_sync_file()
Dmitry Monakhov
2010-05-10
1
-1
/
+1
*
Linux 2.6.34-rc7
v2.6.34-rc7
Linus Torvalds
2010-05-09
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6
Linus Torvalds
2010-05-09
7
-17
/
+62
|
\
|
*
[SCSI] Retry commands with UNIT_ATTENTION sense codes to fix ext3/ext4 I/O error
James Bottomley
2010-05-05
1
-1
/
+14
|
*
[SCSI] Enable retries for SYNCRONIZE_CACHE commands to fix I/O error
Hannes Reinecke
2010-05-05
1
-0
/
+1
|
*
[SCSI] scsi_debug: virtual_gb ignores sector_size
Douglas Gilbert
2010-05-02
1
-1
/
+2
|
*
[SCSI] libiscsi: regression: fix header digest errors
Mike Christie
2010-05-02
1
-1
/
+1
|
*
[SCSI] fix locking around blk_abort_request()
Tejun Heo
2010-05-01
2
-0
/
+8
|
*
[SCSI] advansys: fix narrow board error path
Herton Ronaldo Krzesinski
2010-05-01
1
-14
/
+36
*
|
cpuidle: Fix incorrect optimization
Arjan van de Ven
2010-05-09
1
-5
/
+4
*
|
Merge branch 'for-linus' of git://neil.brown.name/md
Linus Torvalds
2010-05-07
2
-3
/
+9
|
\
\
|
*
|
md: restore ability of spare drives to spin down.
NeilBrown
2010-05-07
1
-2
/
+8
|
*
|
md/raid6: Fix raid-6 read-error correction in degraded state
Gabriele A. Trombetti
2010-05-07
1
-1
/
+1
*
|
|
Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/...
Linus Torvalds
2010-05-07
3
-13
/
+11
|
\
\
\
|
*
|
|
pcmcia: fix compilation after 16bit state locking changes
Marc Zyngier
2010-05-04
1
-6
/
+1
|
*
|
|
pcmcia: order userspace suspend and resume requests
Dominik Brodowski
2010-05-04
1
-7
/
+9
|
*
|
|
pcmcia: avoid pccard_validate_cis failure in resume callpath
Dominik Brodowski
2010-05-03
1
-0
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2010-05-07
3
-5
/
+7
|
\
\
\
|
*
|
|
blk-cgroup: Fix an RCU warning in blkiocg_create()
Li Zefan
2010-05-07
1
-4
/
+4
|
*
|
|
blk-cgroup: Fix RCU correctness warning in cfq_init_queue()
Vivek Goyal
2010-05-06
1
-0
/
+2
|
*
|
|
Merge branch 'for-jens' of git://git.drbd.org/linux-2.6-drbd into for-linus
Jens Axboe
2010-05-04
1
-1
/
+1
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
[next]