summaryrefslogtreecommitdiffstats
path: root/security (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-31md/raid1: ensure device failure recorded before write request returns.NeilBrown3-1/+34
2015-08-31md-cluster: remove inappropriate try_module_get from join()NeilBrown1-4/+0
2015-08-31md: extend spinlock protection in register_md_cluster_operationsNeilBrown1-6/+10
2015-08-31md-cluster: Read the disk bitmap sb and check if it needs recoveryGuoqing Jiang1-1/+15
2015-08-31md-cluster: only call complete(&cinfo->completion) when node join clusterGuoqing Jiang1-1/+10
2015-08-31md-cluster: add missed lockres_freeGuoqing Jiang1-1/+3
2015-08-31md-cluster: remove the unused sb_lockGuoqing Jiang1-9/+0
2015-08-31md-cluster: init suspend_list and suspend_lock early in joinGuoqing Jiang1-3/+2
2015-08-31md-cluster: add the error check if failed to get dlm lockGuoqing Jiang1-6/+35
2015-08-31md-cluster: init completion within lockres_initGuoqing Jiang1-2/+1
2015-08-31md-cluster: fix deadlock issue on message lockGuoqing Jiang2-9/+9
2015-08-31md-cluster: transfer the resync ownership to another nodeGuoqing Jiang2-3/+18
2015-08-31md-cluster: split recover_slot for future code reuseGuoqing Jiang1-7/+16
2015-08-31md-cluster: use %pU to print UUIDsGuoqing Jiang1-14/+2
2015-08-31md: setup safemode_timer before it's being usedSasha Levin1-5/+4
2015-08-31md/raid5: handle possible race as reshape completes.NeilBrown1-0/+5
2015-08-31md: sync sync_completed has correct value as recovery finishes.NeilBrown1-0/+9
2015-08-31md: be careful when testing resync_max against curr_resync_completed.NeilBrown2-2/+4
2015-08-31md: set MD_RECOVERY_RECOVER when starting a degraded array.NeilBrown1-0/+6
2015-08-31md/raid5: remove incorrect "min_t()" when calculating writepos.NeilBrown1-1/+6
2015-08-31md/raid5: strengthen check on reshape_position at run.NeilBrown1-15/+14
2015-08-31md/raid5: switch to use conf->chunk_sectors in place of mddev->chunk_sectors ...NeilBrown1-14/+14
2015-08-31md/raid5: always set conf->prev_chunk_sectors and ->prev_algoNeilBrown1-0/+3
2015-08-31md/raid10: fix a few typos in commentsNeilBrown1-2/+2
2015-08-31md/raid5: consider updating reshape_position at start of reshape.NeilBrown1-2/+6
2015-08-31md: close some races between setting and checking sync_action.NeilBrown2-0/+3
2015-08-31md: Keep /proc/mdstat reporting recovery until fully DONE.NeilBrown1-14/+24
2015-08-31md/raid6: delta syndrome for ARM NEONArd Biesheuvel2-1/+58
2015-08-03md/raid0: update queue parameter in a safer location.NeilBrown1-36/+39
2015-08-03md: simplify get_bitmap_file now that "file" is zeroed.Benjamin Randazzo1-10/+10
2015-08-03md/raid5: don't let shrink_slab shrink too far.NeilBrown1-2/+3
2015-08-03md: use kzalloc() when bitmap is disabledBenjamin Randazzo1-1/+1
2015-08-03md/raid1: extend spinlock to protect raid1_end_read_request against inconsist...NeilBrown1-4/+6
2015-08-03Linux 4.2-rc5v4.2-rc5Linus Torvalds1-1/+1
2015-08-02i915: temporary fix for DP MST docking station NULL pointer dereferenceLinus Torvalds1-3/+5
2015-08-02link_path_walk(): be careful when failing with ENOTDIRAl Viro1-1/+6
2015-08-01stmmac: fix missing MODULE_LICENSE in stmmac_platformJoachim Eastwood1-0/+4
2015-08-01gianfar: Enable device wakeup when appropriateClaudiu Manoil3-13/+3
2015-08-01gianfar: Fix suspend/resume for wol magic packetClaudiu Manoil1-68/+30
2015-08-01gianfar: Fix warning when CONFIG_PM offClaudiu Manoil1-0/+2
2015-08-01act_pedit: check binding before calling tcf_hash_release()WANG Cong1-3/+2
2015-07-31ARM: dts: keystone: fix dt bindings to use post div register for mainpllMurali Karicheri3-9/+6
2015-07-31Revert "dmaengine: virt-dma: don't always free descriptor upon completion"Jun Nie2-25/+7
2015-07-31dmaengine: mv_xor: fix big endian operation in register modeThomas Petazzoni1-4/+5
2015-07-31dmaengine: xgene-dma: Fix the resource map to handle overlappingRameshwar Prasad Sahu3-2/+5
2015-07-31dmaengine: at_xdmac: fix transfer data width in at_xdmac_prep_slave_sg()Cyrille Pitchen1-3/+4
2015-07-31dmaengine: at_hdmac: fix residue computationCyrille Pitchen2-47/+88
2015-07-31dmaengine: at_xdmac: fix bug about channel configurationLudovic Desroches1-9/+10
2015-07-31iommu/amd: Allow non-ATS devices in IOMMUv2 domainsJoerg Roedel1-1/+6
2015-07-31x86/ldt: Make modify_ldt synchronousAndy Lutomirski9-153/+210