aboutsummaryrefslogtreecommitdiffstats
path: root/firmware (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-19md: use seconds granularity for error loggingArnd Bergmann3-9/+7
2016-06-13md: reduce the number of synchronize_rcu() calls when multiple devices fail.NeilBrown6-30/+69
2016-06-13md: be extra careful not to take a reference to a Faulty device.NeilBrown3-2/+10
2016-06-13md/multipath: add rcu protection to rdev access in multipath_status.NeilBrown1-5/+7
2016-06-13md/raid5: add rcu protection to rdev accesses in raid5_status.NeilBrown1-4/+6
2016-06-13md/raid5: add rcu protection to rdev accesses in want_replaceNeilBrown1-3/+4
2016-06-13md/raid5: add rcu protection to rdev accesses in handle_failed_sync.NeilBrown1-2/+4
2016-06-13md/raid1: add rcu protection to rdev in fix_read_errorNeilBrown1-20/+32
2016-06-13md/raid1: small code cleanup in end_sync_writeNeilBrown1-10/+4
2016-06-13md/raid1: small cleanup in raid1_end_read/write_requestNeilBrown1-20/+15
2016-06-13md/raid10: simplify print_conf a little.NeilBrown1-6/+8
2016-06-13md/raid10: minor code improvement in fix_read_error()NeilBrown1-1/+1
2016-06-13md/raid10: add rcu protection to rdev access during reshape.NeilBrown1-8/+22
2016-06-13md/raid10: add rcu protection to rdev access in raid10_sync_request.NeilBrown1-48/+74
2016-06-13md/raid10: add rcu protection in raid10_status.NeilBrown1-4/+6
2016-06-13md/raid10: fix refounct imbalance when resyncing an array with a replacement device.NeilBrown1-1/+1
2016-06-13md/raid1, raid10: don't recheck "Faulty" flag in read-balance.NeilBrown2-15/+0
2016-06-13md: disconnect device from personality before trying to remove it.NeilBrown1-0/+2
2016-06-13raid1/raid10: slow down resync if there is non-resync activity pendingTomasz Majchrzak2-0/+14
2016-06-13MD:Update superblock when err == 0 in size_storeXiao Ni1-1/+2
2016-06-09md: use a mutex to protect a global listCong Wang1-0/+5
2016-06-03md: simplify the code with md_kick_rdev_from_arrayGuoqing Jiang1-2/+1
2016-06-03md-cluster: fix deadlock issue when add disk to an recoverying arrayGuoqing Jiang2-12/+14
2016-05-25right meaning of PARITY_ENABLE_RMW and PARITY_PREFER_RMWSong Liu1-2/+2
2016-05-25do "fold checks into iterate_and_advance()" rightAl Viro1-1/+1
2016-05-25make xattr_resolve_handlers() safe to use with NULL ->s_xattrAl Viro1-0/+1
2016-05-25xattr: Fail with -EINVAL for NULL attribute namesAndreas Gruenbacher1-1/+1
2016-05-25parisc: Whitespace cleanups in unistd.hHelge Deller1-18/+16
2016-05-25sched/core: Fix remote wakeupsPeter Zijlstra2-7/+12
2016-05-24ARM: lpc32xx: fix NR_IRQS confictArnd Bergmann1-1/+1
2016-05-24ARM: lpc32xx: remove legacy irq controller driverVladimir Zapolskiy2-478/+1
2016-05-24xen: use same main loop for counting and remapping pagesJuergen Gross1-39/+26
2016-05-24xen/events: Don't move disabled irqsRoss Lagerwall1-2/+4
2016-05-24xen/x86: actually allocate legacy interrupts on PV guestsStefano Stabellini1-2/+5
2016-05-24Xen: don't warn about 2-byte wchar_t in efiArnd Bergmann1-0/+1
2016-05-24xen/gntdev: reduce copy batch size to 16David Vrabel1-1/+1
2016-05-24xen/x86: don't lose event interruptsStefano Stabellini1-3/+3
2016-05-24headers_check: don't warn about c++ guardsArnd Bergmann1-0/+4
2016-05-23kgdb: depends on VTJiri Slaby1-1/+1
2016-05-23drm/amdgpu: make amdgpu_mn_get wait for mmap_sem killableMichal Hocko1-1/+4
2016-05-23drm/radeon: make radeon_mn_get wait for mmap_sem killableMichal Hocko1-1/+3
2016-05-23drm/i915: make i915_gem_mmap_ioctl wait for mmap_sem killableMichal Hocko1-1/+4
2016-05-23uprobes: wait for mmap_sem for write killableMichal Hocko1-2/+5
2016-05-23prctl: make PR_SET_THP_DISABLE wait for mmap_sem killableMichal Hocko1-1/+2
2016-05-23exec: make exec path waiting for mmap_sem killableMichal Hocko1-2/+8
2016-05-23aio: make aio_setup_ring killableMichal Hocko1-1/+6
2016-05-23coredump: make coredump_wait wait for mmap_sem for write killableMichal Hocko1-1/+3
2016-05-23vdso: make arch_setup_additional_pages wait for mmap_sem for write killableMichal Hocko9-10/+21
2016-05-23ipc, shm: make shmem attach/detach wait for mmap_sem killableMichal Hocko1-2/+7
2016-05-23mm, fork: make dup_mmap wait for mmap_sem for write killableMichal Hocko1-1/+5