summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nilfs2: add missing initialization of s_modeRyusuke Konishi2010-05-101-0/+1
* nilfs2: fix misuse of open_bdev_exclusive/close_bdev_exclusiveRyusuke Konishi2010-05-101-3/+7
* nilfs2: enlarge s_volume_name member in nilfs_super_blockJiro SEKIBA2010-05-101-2/+1
* nilfs2: use checkpoint number instead of timestamp to select super blockRyusuke Konishi2010-05-101-3/+7
* nilfs2: add missing endian conversion on super block magic numberRyusuke Konishi2010-05-101-2/+2
* nilfs2: make nilfs_sc_*_ops staticRyusuke Konishi2010-05-101-3/+3
* nilfs2: add kernel doc comments to persistent object allocator functionsRyusuke Konishi2010-05-102-1/+160
* nilfs2: change sc_timer from a pointer to an embedded one in struct nilfs_sc_...Li Hong2010-05-102-19/+14
* nilfs2: remove nilfs_segctor_init() in segment.cLi Hong2010-05-101-8/+1
* nilfs2: insert checkpoint number in segment summary headerRyusuke Konishi2010-05-105-3/+12
* nilfs2: add a print message after loading nilfs2Li Hong2010-05-101-0/+1
* nilfs2: cleanup multi kmem_cache_{create,destroy} codeLi Hong2010-05-107-164/+97
* nilfs2: move out checksum routines to segment buffer codeRyusuke Konishi2010-05-103-36/+39
* nilfs2: move pointer to super root block into logsRyusuke Konishi2010-05-104-26/+25
* nilfs2: change default of 'errors' mount option to 'remount-ro' modeRyusuke Konishi2010-05-102-5/+5
* nilfs2: Combine nilfs_btree_release_path() and nilfs_btree_free_path()Li Hong2010-05-101-17/+5
* nilfs2: Combine nilfs_btree_alloc_path() and nilfs_btree_init_path()Li Hong2010-05-101-22/+17
* nilfs2: fix style problems in nilfs2_fs.hRyusuke Konishi2010-05-101-4/+4
* nilfs2: update comment for struct nilfs_dat_entryQinghuang Feng2010-05-101-4/+4
* Linux 2.6.34-rc7v2.6.34-rc7Linus Torvalds2010-05-091-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2010-05-097-17/+62
|\
| * [SCSI] Retry commands with UNIT_ATTENTION sense codes to fix ext3/ext4 I/O errorJames Bottomley2010-05-051-1/+14
| * [SCSI] Enable retries for SYNCRONIZE_CACHE commands to fix I/O errorHannes Reinecke2010-05-051-0/+1
| * [SCSI] scsi_debug: virtual_gb ignores sector_sizeDouglas Gilbert2010-05-021-1/+2
| * [SCSI] libiscsi: regression: fix header digest errorsMike Christie2010-05-021-1/+1
| * [SCSI] fix locking around blk_abort_request()Tejun Heo2010-05-012-0/+8
| * [SCSI] advansys: fix narrow board error pathHerton Ronaldo Krzesinski2010-05-011-14/+36
* | cpuidle: Fix incorrect optimizationArjan van de Ven2010-05-091-5/+4
* | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2010-05-072-3/+9
|\ \
| * | md: restore ability of spare drives to spin down.NeilBrown2010-05-071-2/+8
| * | md/raid6: Fix raid-6 read-error correction in degraded stateGabriele A. Trombetti2010-05-071-1/+1
* | | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/...Linus Torvalds2010-05-073-13/+11
|\ \ \
| * | | pcmcia: fix compilation after 16bit state locking changesMarc Zyngier2010-05-041-6/+1
| * | | pcmcia: order userspace suspend and resume requestsDominik Brodowski2010-05-041-7/+9
| * | | pcmcia: avoid pccard_validate_cis failure in resume callpathDominik Brodowski2010-05-031-0/+1
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-05-073-5/+7
|\ \ \
| * | | blk-cgroup: Fix an RCU warning in blkiocg_create()Li Zefan2010-05-071-4/+4
| * | | blk-cgroup: Fix RCU correctness warning in cfq_init_queue()Vivek Goyal2010-05-061-0/+2
| * | | Merge branch 'for-jens' of git://git.drbd.org/linux-2.6-drbd into for-linusJens Axboe2010-05-041-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | drbd: don't expose failed local READ to upper layersLars Ellenberg2010-05-031-1/+1
* | | | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-05-074-61/+4
|\ \ \ \
| * | | | drm/ttm: Remove the ttm_bo_block_reservation() function.Thomas Hellstrom2010-05-072-57/+1
| * | | | drm/ttm: Remove some leftover debug messages.Thomas Hellstrom2010-05-071-4/+1
| * | | | drm/radeon: async event synchronization for drmWaitVblankJerome Glisse2010-05-071-0/+2
* | | | | virtio: initialize earlierStijn Tintel2010-05-071-1/+1
* | | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-05-071-35/+51
|\ \ \ \ \
| * | | | | NFS: Fix RCU issues in the NFSv4 delegation codeDavid Howells2010-05-011-21/+23
| * | | | | NFSv4: Fix the locking in nfs_inode_reclaim_delegation()Trond Myklebust2010-05-011-14/+28
| | |/ / / | |/| | |
* | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2010-05-078-26/+160
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-----. \ \ \ \ Merge branches 'bugzilla-14337', 'bugzilla-14998', 'bugzilla-15407', 'bugzill...Len Brown2010-05-06596-3088/+8675
| |\ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud